From 1b5a2e91cde1badf6434d70a4647951a5b2ec244 Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Fri, 11 Oct 2024 12:58:18 -0400 Subject: [PATCH] Package v4.2.2 --- node_modules/.bin/uuid | 16 - node_modules/.bin/uuid.cmd | 17 - node_modules/.bin/uuid.ps1 | 28 - node_modules/.package-lock.json | 39 +- node_modules/@actions/core/README.md | 151 +++++ node_modules/@actions/core/lib/command.js | 12 +- node_modules/@actions/core/lib/command.js.map | 2 +- node_modules/@actions/core/lib/core.d.ts | 4 + node_modules/@actions/core/lib/core.js | 50 +- node_modules/@actions/core/lib/core.js.map | 2 +- .../@actions/core/lib/file-command.js | 16 +- .../@actions/core/lib/file-command.js.map | 2 +- node_modules/@actions/core/lib/oidc-utils.js | 4 +- .../@actions/core/lib/oidc-utils.js.map | 2 +- node_modules/@actions/core/lib/path-utils.js | 8 +- .../@actions/core/lib/path-utils.js.map | 2 +- node_modules/@actions/core/lib/platform.d.ts | 15 + node_modules/@actions/core/lib/platform.js | 94 +++ .../@actions/core/lib/platform.js.map | 1 + node_modules/@actions/core/lib/summary.d.ts | 2 +- node_modules/@actions/core/lib/summary.js.map | 2 +- node_modules/@actions/core/package.json | 9 +- .../{uuid => @actions/exec}/LICENSE.md | 4 +- node_modules/@actions/exec/README.md | 57 ++ node_modules/@actions/exec/lib/exec.d.ts | 24 + node_modules/@actions/exec/lib/exec.js | 103 +++ node_modules/@actions/exec/lib/exec.js.map | 1 + .../@actions/exec/lib/interfaces.d.ts | 57 ++ node_modules/@actions/exec/lib/interfaces.js | 3 + .../@actions/exec/lib/interfaces.js.map | 1 + .../@actions/exec/lib/toolrunner.d.ts | 37 ++ node_modules/@actions/exec/lib/toolrunner.js | 618 ++++++++++++++++++ .../@actions/exec/lib/toolrunner.js.map | 1 + node_modules/@actions/exec/package.json | 41 ++ node_modules/@actions/io/LICENSE.md | 9 + node_modules/@actions/io/README.md | 53 ++ node_modules/@actions/io/lib/io-util.d.ts | 21 + node_modules/@actions/io/lib/io-util.js | 183 ++++++ node_modules/@actions/io/lib/io-util.js.map | 1 + node_modules/@actions/io/lib/io.d.ts | 64 ++ node_modules/@actions/io/lib/io.js | 299 +++++++++ node_modules/@actions/io/lib/io.js.map | 1 + node_modules/@actions/io/package.json | 37 ++ node_modules/akeyless/README.md | 6 +- node_modules/akeyless/dist/ApiClient.js | 2 +- node_modules/akeyless/dist/api/V2Api.js | 18 +- node_modules/akeyless/dist/index.js | 16 + .../akeyless/dist/model/APIKeyAccessRules.js | 2 +- .../akeyless/dist/model/AWSIAMAccessRules.js | 2 +- .../akeyless/dist/model/AWSPayload.js | 2 +- .../dist/model/AWSSecretsMigration.js | 2 +- .../akeyless/dist/model/AWSTargetDetails.js | 2 +- .../AccessOrGroupPermissionAssignment.js | 2 +- .../dist/model/AccessPermissionAssignment.js | 2 +- .../dist/model/AccountGeneralSettings.js | 2 +- .../AccountObjectVersionSettingsOutput.js | 2 +- .../dist/model/ActiveDirectoryMigration.js | 2 +- .../dist/model/ActiveDirectoryPayload.js | 2 +- .../dist/model/AddGatewayAllowedAccessId.js | 2 +- .../akeyless/dist/model/AdminsConfigPart.js | 2 +- .../dist/model/AkeylessGatewayConfig.js | 2 +- .../akeyless/dist/model/AllAnalyticsData.js | 2 +- .../akeyless/dist/model/AllowedAccess.js | 2 +- .../akeyless/dist/model/AllowedAccessOld.js | 2 +- .../akeyless/dist/model/AllowedIpSettings.js | 2 +- .../dist/model/ArtifactoryTargetDetails.js | 2 +- .../dist/model/AssocRoleAuthMethod.js | 2 +- .../akeyless/dist/model/AssocTargetItem.js | 2 +- .../dist/model/AttributeTypeAndValue.js | 2 +- node_modules/akeyless/dist/model/Auth.js | 2 +- .../akeyless/dist/model/AuthMethod.js | 2 +- .../dist/model/AuthMethodAccessInfo.js | 2 +- .../dist/model/AuthMethodCreateApiKey.js | 2 +- .../dist/model/AuthMethodCreateAwsIam.js | 2 +- .../dist/model/AuthMethodCreateAzureAD.js | 2 +- .../dist/model/AuthMethodCreateCert.js | 2 +- .../dist/model/AuthMethodCreateEmail.js | 2 +- .../dist/model/AuthMethodCreateGcp.js | 2 +- .../dist/model/AuthMethodCreateK8s.js | 2 +- .../dist/model/AuthMethodCreateLdap.js | 2 +- .../dist/model/AuthMethodCreateOCI.js | 2 +- .../dist/model/AuthMethodCreateOIDC.js | 2 +- .../dist/model/AuthMethodCreateOauth2.js | 2 +- .../dist/model/AuthMethodCreateOutput.js | 2 +- .../dist/model/AuthMethodCreateSAML.js | 2 +- .../AuthMethodCreateUniversalIdentity.js | 2 +- .../akeyless/dist/model/AuthMethodDelete.js | 2 +- .../dist/model/AuthMethodDeleteOutput.js | 2 +- .../akeyless/dist/model/AuthMethodGet.js | 2 +- .../akeyless/dist/model/AuthMethodList.js | 2 +- .../dist/model/AuthMethodRoleAssociation.js | 2 +- .../dist/model/AuthMethodUpdateApiKey.js | 2 +- .../dist/model/AuthMethodUpdateAwsIam.js | 2 +- .../dist/model/AuthMethodUpdateAzureAD.js | 2 +- .../dist/model/AuthMethodUpdateCert.js | 2 +- .../dist/model/AuthMethodUpdateEmail.js | 2 +- .../dist/model/AuthMethodUpdateGcp.js | 2 +- .../dist/model/AuthMethodUpdateK8s.js | 2 +- .../dist/model/AuthMethodUpdateLdap.js | 2 +- .../dist/model/AuthMethodUpdateOCI.js | 2 +- .../dist/model/AuthMethodUpdateOIDC.js | 2 +- .../dist/model/AuthMethodUpdateOauth2.js | 2 +- .../dist/model/AuthMethodUpdateOutput.js | 2 +- .../dist/model/AuthMethodUpdateSAML.js | 2 +- .../AuthMethodUpdateUniversalIdentity.js | 2 +- .../akeyless/dist/model/AuthOutput.js | 2 +- .../dist/model/AwsS3LogForwardingConfig.js | 2 +- .../akeyless/dist/model/AzureADAccessRules.js | 2 +- .../dist/model/AzureKeyVaultMigration.js | 2 +- .../AzureLogAnalyticsForwardingConfig.js | 2 +- .../akeyless/dist/model/AzurePayload.js | 2 +- .../akeyless/dist/model/AzureTargetDetails.js | 2 +- .../akeyless/dist/model/BastionListEntry.js | 2 +- .../akeyless/dist/model/BastionsList.js | 2 +- .../dist/model/BatchEncryptionRequestLine.js | 104 +++ .../dist/model/BatchEncryptionResponseLine.js | 84 +++ .../akeyless/dist/model/CFConfigPart.js | 2 +- .../akeyless/dist/model/CacheConfigPart.js | 2 +- .../akeyless/dist/model/CertAccessRules.js | 2 +- .../model/CertificateAnalyticAggregation.js | 2 +- .../dist/model/CertificateChainInfo.js | 2 +- .../dist/model/CertificateExpirationEvent.js | 2 +- .../akeyless/dist/model/CertificateInfo.js | 2 +- .../dist/model/CertificateIssueInfo.js | 2 +- .../dist/model/CertificateTemplateInfo.js | 2 +- .../dist/model/CertificateVersionInfo.js | 2 +- node_modules/akeyless/dist/model/CfInfo.js | 2 +- .../akeyless/dist/model/ChefTargetDetails.js | 2 +- .../dist/model/ClassicKeyDetailsInfo.js | 2 +- .../dist/model/ClassicKeyStatusInfo.js | 2 +- .../dist/model/ClassicKeyTargetInfo.js | 2 +- .../akeyless/dist/model/ClientData.js | 2 +- .../akeyless/dist/model/ClientUsageInfo.js | 2 +- .../akeyless/dist/model/ClientsUsageReport.js | 2 +- .../akeyless/dist/model/ConfigChange.js | 2 +- .../akeyless/dist/model/ConfigHash.js | 2 +- node_modules/akeyless/dist/model/Configure.js | 2 +- .../akeyless/dist/model/ConfigureOutput.js | 2 +- node_modules/akeyless/dist/model/Connect.js | 14 +- .../akeyless/dist/model/CreateAWSTarget.js | 2 +- .../dist/model/CreateAWSTargetOutput.js | 2 +- .../dist/model/CreateArtifactoryTarget.js | 2 +- .../model/CreateArtifactoryTargetOutput.js | 2 +- .../akeyless/dist/model/CreateAuthMethod.js | 2 +- .../dist/model/CreateAuthMethodAWSIAM.js | 2 +- .../model/CreateAuthMethodAWSIAMOutput.js | 2 +- .../dist/model/CreateAuthMethodAzureAD.js | 2 +- .../model/CreateAuthMethodAzureADOutput.js | 2 +- .../dist/model/CreateAuthMethodCert.js | 2 +- .../dist/model/CreateAuthMethodCertOutput.js | 2 +- .../dist/model/CreateAuthMethodEmail.js | 2 +- .../dist/model/CreateAuthMethodEmailOutput.js | 2 +- .../dist/model/CreateAuthMethodGCP.js | 2 +- .../dist/model/CreateAuthMethodGCPOutput.js | 2 +- .../dist/model/CreateAuthMethodHuawei.js | 2 +- .../model/CreateAuthMethodHuaweiOutput.js | 2 +- .../dist/model/CreateAuthMethodK8S.js | 2 +- .../dist/model/CreateAuthMethodK8SOutput.js | 2 +- .../dist/model/CreateAuthMethodLDAP.js | 2 +- .../dist/model/CreateAuthMethodLDAPOutput.js | 2 +- .../dist/model/CreateAuthMethodOAuth2.js | 2 +- .../model/CreateAuthMethodOAuth2Output.js | 2 +- .../dist/model/CreateAuthMethodOCI.js | 2 +- .../dist/model/CreateAuthMethodOCIOutput.js | 2 +- .../dist/model/CreateAuthMethodOIDC.js | 2 +- .../dist/model/CreateAuthMethodOIDCOutput.js | 2 +- .../dist/model/CreateAuthMethodOutput.js | 2 +- .../dist/model/CreateAuthMethodSAML.js | 2 +- .../dist/model/CreateAuthMethodSAMLOutput.js | 2 +- .../CreateAuthMethodUniversalIdentity.js | 2 +- ...CreateAuthMethodUniversalIdentityOutput.js | 2 +- .../akeyless/dist/model/CreateAzureTarget.js | 2 +- .../dist/model/CreateAzureTargetOutput.js | 2 +- .../akeyless/dist/model/CreateCertificate.js | 2 +- .../dist/model/CreateCertificateOutput.js | 2 +- .../akeyless/dist/model/CreateClassicKey.js | 11 +- .../dist/model/CreateClassicKeyOutput.js | 2 +- .../akeyless/dist/model/CreateDBTarget.js | 2 +- .../dist/model/CreateDBTargetOutput.js | 2 +- .../akeyless/dist/model/CreateDFCKey.js | 11 +- .../akeyless/dist/model/CreateDFCKeyOutput.js | 2 +- .../dist/model/CreateDockerhubTarget.js | 2 +- .../dist/model/CreateDockerhubTargetOutput.js | 2 +- .../dist/model/CreateDynamicSecret.js | 2 +- .../akeyless/dist/model/CreateEKSTarget.js | 2 +- .../dist/model/CreateEKSTargetOutput.js | 2 +- node_modules/akeyless/dist/model/CreateESM.js | 2 +- .../akeyless/dist/model/CreateESMOutput.js | 2 +- .../dist/model/CreateEventForwarder.js | 2 +- .../dist/model/CreateEventForwarderOutput.js | 2 +- .../akeyless/dist/model/CreateGKETarget.js | 2 +- .../dist/model/CreateGKETargetOutput.js | 2 +- .../akeyless/dist/model/CreateGcpTarget.js | 2 +- .../dist/model/CreateGcpTargetOutput.js | 2 +- .../akeyless/dist/model/CreateGithubTarget.js | 2 +- .../dist/model/CreateGithubTargetOutput.js | 2 +- .../akeyless/dist/model/CreateGitlabTarget.js | 2 +- .../dist/model/CreateGitlabTargetOutput.js | 2 +- .../dist/model/CreateGlobalSignAtlasTarget.js | 2 +- .../CreateGlobalSignAtlasTargetOutput.js | 2 +- .../dist/model/CreateGlobalSignTarget.js | 2 +- .../model/CreateGlobalSignTargetOutput.js | 2 +- .../dist/model/CreateGodaddyTarget.js | 2 +- .../dist/model/CreateGodaddyTargetOutput.js | 2 +- .../akeyless/dist/model/CreateGroup.js | 2 +- .../akeyless/dist/model/CreateGroupOutput.js | 2 +- .../dist/model/CreateHashiVaultTarget.js | 2 +- .../model/CreateHashiVaultTargetOutput.js | 2 +- node_modules/akeyless/dist/model/CreateKey.js | 2 +- .../akeyless/dist/model/CreateKeyOutput.js | 2 +- .../akeyless/dist/model/CreateLdapTarget.js | 2 +- .../dist/model/CreateLdapTargetOutput.js | 2 +- .../akeyless/dist/model/CreateLinkedTarget.js | 2 +- .../dist/model/CreateLinkedTargetOutput.js | 2 +- .../dist/model/CreateNativeK8STarget.js | 2 +- .../dist/model/CreateNativeK8STargetOutput.js | 2 +- .../akeyless/dist/model/CreateOidcApp.js | 2 +- .../dist/model/CreateOidcAppOutput.js | 2 +- .../dist/model/CreatePKICertIssuer.js | 2 +- .../dist/model/CreatePKICertIssuerOutput.js | 2 +- .../akeyless/dist/model/CreatePingTarget.js | 2 +- .../dist/model/CreatePingTargetOutput.js | 2 +- .../dist/model/CreateRabbitMQTarget.js | 2 +- .../dist/model/CreateRabbitMQTargetOutput.js | 2 +- .../akeyless/dist/model/CreateRole.js | 2 +- .../model/CreateRoleAuthMethodAssocOutput.js | 2 +- .../dist/model/CreateRotatedSecret.js | 2 +- .../dist/model/CreateRotatedSecretOutput.js | 2 +- .../dist/model/CreateSSHCertIssuer.js | 2 +- .../dist/model/CreateSSHCertIssuerOutput.js | 2 +- .../akeyless/dist/model/CreateSSHTarget.js | 2 +- .../dist/model/CreateSSHTargetOutput.js | 2 +- .../dist/model/CreateSalesforceTarget.js | 2 +- .../model/CreateSalesforceTargetOutput.js | 2 +- .../akeyless/dist/model/CreateSecret.js | 2 +- .../akeyless/dist/model/CreateSecretOutput.js | 2 +- .../dist/model/CreateTargetItemAssocOutput.js | 2 +- .../akeyless/dist/model/CreateTokenizer.js | 2 +- .../dist/model/CreateTokenizerOutput.js | 2 +- node_modules/akeyless/dist/model/CreateUSC.js | 2 +- .../akeyless/dist/model/CreateUSCOutput.js | 2 +- .../akeyless/dist/model/CreateUserEvent.js | 2 +- .../dist/model/CreateUserEventOutput.js | 2 +- .../akeyless/dist/model/CreateWebTarget.js | 2 +- .../dist/model/CreateWebTargetOutput.js | 2 +- .../dist/model/CreateWindowsTarget.js | 2 +- .../dist/model/CreateWindowsTargetOutput.js | 2 +- .../dist/model/CreateZeroSSLTarget.js | 2 +- .../dist/model/CreateZeroSSLTargetOutput.js | 2 +- .../dist/model/CustomTargetDetails.js | 2 +- .../dist/model/CustomerFragmentConfig.js | 2 +- .../dist/model/CustomerFragmentsConfigJson.js | 2 +- .../dist/model/CustomerFullAddress.js | 2 +- .../akeyless/dist/model/DSProducerDetails.js | 2 +- .../dist/model/DataProtectionSection.js | 2 +- .../dist/model/DatadogForwardingConfig.js | 2 +- .../akeyless/dist/model/DbTargetDetails.js | 2 +- node_modules/akeyless/dist/model/Decrypt.js | 2 +- .../akeyless/dist/model/DecryptFile.js | 2 +- .../akeyless/dist/model/DecryptFileOutput.js | 2 +- .../akeyless/dist/model/DecryptGPG.js | 2 +- .../akeyless/dist/model/DecryptGPGOutput.js | 2 +- .../akeyless/dist/model/DecryptOutput.js | 2 +- .../akeyless/dist/model/DecryptPKCS1.js | 2 +- .../akeyless/dist/model/DecryptPKCS1Output.js | 2 +- .../dist/model/DecryptWithClassicKey.js | 2 +- .../dist/model/DecryptWithClassicKeyOutput.js | 2 +- .../akeyless/dist/model/DefaultConfigPart.js | 2 +- .../akeyless/dist/model/DeleteAuthMethod.js | 2 +- .../dist/model/DeleteAuthMethodOutput.js | 2 +- .../akeyless/dist/model/DeleteAuthMethods.js | 2 +- .../dist/model/DeleteAuthMethodsOutput.js | 2 +- .../dist/model/DeleteEventForwarder.js | 2 +- .../model/DeleteGatewayAllowedAccessId.js | 2 +- .../akeyless/dist/model/DeleteGroup.js | 2 +- .../akeyless/dist/model/DeleteGroupOutput.js | 2 +- .../akeyless/dist/model/DeleteGwCluster.js | 2 +- .../akeyless/dist/model/DeleteItem.js | 2 +- .../akeyless/dist/model/DeleteItemOutput.js | 2 +- .../akeyless/dist/model/DeleteItems.js | 2 +- .../akeyless/dist/model/DeleteItemsOutput.js | 2 +- .../akeyless/dist/model/DeleteRole.js | 2 +- .../dist/model/DeleteRoleAssociation.js | 2 +- .../akeyless/dist/model/DeleteRoleRule.js | 2 +- .../dist/model/DeleteRoleRuleOutput.js | 2 +- .../akeyless/dist/model/DeleteRoles.js | 2 +- .../akeyless/dist/model/DeleteTarget.js | 2 +- .../dist/model/DeleteTargetAssociation.js | 2 +- .../akeyless/dist/model/DeleteTargets.js | 2 +- node_modules/akeyless/dist/model/DeriveKey.js | 2 +- .../akeyless/dist/model/DeriveKeyOutput.js | 2 +- .../akeyless/dist/model/DescribeAssoc.js | 2 +- .../akeyless/dist/model/DescribeItem.js | 13 +- .../dist/model/DescribePermissions.js | 2 +- .../dist/model/DescribePermissionsOutput.js | 2 +- .../akeyless/dist/model/DescribeSubClaims.js | 2 +- .../dist/model/DescribeSubClaimsOutput.js | 2 +- .../akeyless/dist/model/Detokenize.js | 2 +- .../akeyless/dist/model/DetokenizeOutput.js | 2 +- .../dist/model/DockerhubTargetDetails.js | 2 +- .../model/DynamicSecretCreateArtifactory.js | 2 +- .../dist/model/DynamicSecretCreateAws.js | 2 +- .../dist/model/DynamicSecretCreateAzure.js | 2 +- .../model/DynamicSecretCreateCassandra.js | 2 +- .../dist/model/DynamicSecretCreateChef.js | 2 +- .../dist/model/DynamicSecretCreateCustom.js | 2 +- .../model/DynamicSecretCreateDockerhub.js | 2 +- .../dist/model/DynamicSecretCreateEks.js | 2 +- .../dist/model/DynamicSecretCreateGcp.js | 2 +- .../dist/model/DynamicSecretCreateGithub.js | 2 +- .../dist/model/DynamicSecretCreateGitlab.js | 2 +- .../dist/model/DynamicSecretCreateGke.js | 2 +- .../DynamicSecretCreateGoogleWorkspace.js | 2 +- .../dist/model/DynamicSecretCreateHanaDb.js | 2 +- .../dist/model/DynamicSecretCreateK8s.js | 2 +- .../dist/model/DynamicSecretCreateLdap.js | 2 +- .../dist/model/DynamicSecretCreateMongoDb.js | 2 +- .../dist/model/DynamicSecretCreateMsSql.js | 2 +- .../dist/model/DynamicSecretCreateMySql.js | 2 +- .../dist/model/DynamicSecretCreateOracleDb.js | 2 +- .../dist/model/DynamicSecretCreateOutput.js | 2 +- .../dist/model/DynamicSecretCreatePing.js | 2 +- .../model/DynamicSecretCreatePostgreSql.js | 2 +- .../dist/model/DynamicSecretCreateRabbitMq.js | 2 +- .../dist/model/DynamicSecretCreateRdp.js | 2 +- .../dist/model/DynamicSecretCreateRedis.js | 2 +- .../dist/model/DynamicSecretCreateRedshift.js | 2 +- .../model/DynamicSecretCreateSnowflake.js | 2 +- .../dist/model/DynamicSecretCreateVenafi.js | 2 +- .../dist/model/DynamicSecretDelete.js | 2 +- .../dist/model/DynamicSecretDeleteOutput.js | 2 +- .../akeyless/dist/model/DynamicSecretGet.js | 2 +- .../dist/model/DynamicSecretGetValue.js | 2 +- .../akeyless/dist/model/DynamicSecretList.js | 2 +- .../dist/model/DynamicSecretMaxTtl.js | 2 +- .../dist/model/DynamicSecretProducerInfo.js | 2 +- .../dist/model/DynamicSecretTmpCredsDelete.js | 2 +- .../dist/model/DynamicSecretTmpCredsGet.js | 2 +- .../dist/model/DynamicSecretTmpCredsUpdate.js | 2 +- .../model/DynamicSecretUpdateArtifactory.js | 2 +- .../dist/model/DynamicSecretUpdateAws.js | 2 +- .../dist/model/DynamicSecretUpdateAzure.js | 2 +- .../model/DynamicSecretUpdateCassandra.js | 2 +- .../dist/model/DynamicSecretUpdateChef.js | 2 +- .../dist/model/DynamicSecretUpdateCustom.js | 2 +- .../model/DynamicSecretUpdateDockerhub.js | 2 +- .../dist/model/DynamicSecretUpdateEks.js | 2 +- .../dist/model/DynamicSecretUpdateGcp.js | 2 +- .../dist/model/DynamicSecretUpdateGithub.js | 2 +- .../dist/model/DynamicSecretUpdateGitlab.js | 2 +- .../dist/model/DynamicSecretUpdateGke.js | 2 +- .../DynamicSecretUpdateGoogleWorkspace.js | 2 +- .../dist/model/DynamicSecretUpdateHanaDb.js | 2 +- .../dist/model/DynamicSecretUpdateK8s.js | 2 +- .../dist/model/DynamicSecretUpdateLdap.js | 2 +- .../dist/model/DynamicSecretUpdateMongoDb.js | 2 +- .../dist/model/DynamicSecretUpdateMsSql.js | 2 +- .../dist/model/DynamicSecretUpdateMySql.js | 2 +- .../dist/model/DynamicSecretUpdateOracleDb.js | 2 +- .../dist/model/DynamicSecretUpdateOutput.js | 2 +- .../dist/model/DynamicSecretUpdatePing.js | 2 +- .../model/DynamicSecretUpdatePostgreSql.js | 2 +- .../dist/model/DynamicSecretUpdateRabbitMq.js | 2 +- .../dist/model/DynamicSecretUpdateRdp.js | 2 +- .../dist/model/DynamicSecretUpdateRedis.js | 2 +- .../dist/model/DynamicSecretUpdateRedshift.js | 2 +- .../model/DynamicSecretUpdateSnowflake.js | 2 +- .../dist/model/DynamicSecretUpdateVenafi.js | 2 +- .../akeyless/dist/model/EKSTargetDetails.js | 2 +- .../model/ElasticsearchLogForwardingConfig.js | 2 +- .../akeyless/dist/model/EmailEntry.js | 2 +- .../dist/model/EmailPassAccessRules.js | 2 +- .../akeyless/dist/model/EmailTokenizerInfo.js | 2 +- node_modules/akeyless/dist/model/Encrypt.js | 2 +- .../akeyless/dist/model/EncryptFile.js | 2 +- .../akeyless/dist/model/EncryptFileOutput.js | 2 +- .../akeyless/dist/model/EncryptGPG.js | 2 +- .../akeyless/dist/model/EncryptGPGOutput.js | 2 +- .../akeyless/dist/model/EncryptOutput.js | 2 +- .../dist/model/EncryptWithClassicKey.js | 2 +- .../dist/model/EncryptWithClassicKeyOutput.js | 2 +- node_modules/akeyless/dist/model/EsmCreate.js | 2 +- .../dist/model/EsmCreateSecretOutput.js | 2 +- node_modules/akeyless/dist/model/EsmDelete.js | 2 +- .../dist/model/EsmDeleteSecretOutput.js | 2 +- node_modules/akeyless/dist/model/EsmGet.js | 2 +- .../akeyless/dist/model/EsmGetSecretOutput.js | 2 +- node_modules/akeyless/dist/model/EsmList.js | 2 +- .../dist/model/EsmListSecretsOutput.js | 2 +- node_modules/akeyless/dist/model/EsmUpdate.js | 2 +- .../dist/model/EsmUpdateSecretOutput.js | 2 +- .../akeyless/dist/model/EventAction.js | 2 +- .../dist/model/EventForwarderCreateEmail.js | 2 +- .../model/EventForwarderCreateServiceNow.js | 2 +- .../dist/model/EventForwarderCreateSlack.js | 2 +- .../model/EventForwarderCreateUpdateOutput.js | 2 +- .../dist/model/EventForwarderCreateWebhook.js | 2 +- .../dist/model/EventForwarderDelete.js | 2 +- .../dist/model/EventForwarderDeleteOutput.js | 2 +- .../akeyless/dist/model/EventForwarderGet.js | 2 +- .../dist/model/EventForwarderGetOutput.js | 2 +- .../dist/model/EventForwarderUpdateEmail.js | 2 +- .../model/EventForwarderUpdateServiceNow.js | 2 +- .../dist/model/EventForwarderUpdateSlack.js | 2 +- .../dist/model/EventForwarderUpdateWebhook.js | 2 +- .../akeyless/dist/model/ExportClassicKey.js | 2 +- .../dist/model/ExportClassicKeyOutput.js | 2 +- node_modules/akeyless/dist/model/Extension.js | 2 +- .../akeyless/dist/model/ExternalKMSKeyId.js | 2 +- .../akeyless/dist/model/GCPAccessRules.js | 2 +- .../akeyless/dist/model/GCPPayload.js | 2 +- .../dist/model/GCPSecretsMigration.js | 2 +- .../akeyless/dist/model/GKETargetDetails.js | 2 +- .../akeyless/dist/model/GatewayBasicInfo.js | 2 +- .../dist/model/GatewayCreateAllowedAccess.js | 2 +- .../dist/model/GatewayCreateK8SAuthConfig.js | 2 +- .../model/GatewayCreateK8SAuthConfigOutput.js | 2 +- .../dist/model/GatewayCreateMigration.js | 2 +- .../model/GatewayCreateProducerArtifactory.js | 2 +- .../GatewayCreateProducerArtifactoryOutput.js | 2 +- .../dist/model/GatewayCreateProducerAws.js | 2 +- .../model/GatewayCreateProducerAwsOutput.js | 2 +- .../dist/model/GatewayCreateProducerAzure.js | 2 +- .../model/GatewayCreateProducerAzureOutput.js | 2 +- .../model/GatewayCreateProducerCassandra.js | 2 +- .../GatewayCreateProducerCassandraOutput.js | 2 +- .../dist/model/GatewayCreateProducerChef.js | 2 +- .../model/GatewayCreateProducerChefOutput.js | 2 +- .../dist/model/GatewayCreateProducerCustom.js | 2 +- .../GatewayCreateProducerCustomOutput.js | 2 +- .../model/GatewayCreateProducerDockerhub.js | 2 +- .../GatewayCreateProducerDockerhubOutput.js | 2 +- .../dist/model/GatewayCreateProducerEks.js | 2 +- .../model/GatewayCreateProducerEksOutput.js | 2 +- .../dist/model/GatewayCreateProducerGcp.js | 2 +- .../model/GatewayCreateProducerGcpOutput.js | 2 +- .../dist/model/GatewayCreateProducerGithub.js | 2 +- .../GatewayCreateProducerGithubOutput.js | 2 +- .../dist/model/GatewayCreateProducerGke.js | 2 +- .../model/GatewayCreateProducerGkeOutput.js | 2 +- ...ewayCreateProducerGoogleWorkspaceOutput.js | 2 +- .../dist/model/GatewayCreateProducerHanaDb.js | 2 +- .../GatewayCreateProducerHanaDbOutput.js | 2 +- .../dist/model/GatewayCreateProducerLdap.js | 2 +- .../model/GatewayCreateProducerLdapOutput.js | 2 +- .../dist/model/GatewayCreateProducerMSSQL.js | 2 +- .../model/GatewayCreateProducerMSSQLOutput.js | 2 +- .../dist/model/GatewayCreateProducerMongo.js | 2 +- .../model/GatewayCreateProducerMongoOutput.js | 2 +- .../dist/model/GatewayCreateProducerMySQL.js | 2 +- .../model/GatewayCreateProducerMySQLOutput.js | 2 +- .../model/GatewayCreateProducerNativeK8S.js | 2 +- .../GatewayCreateProducerNativeK8SOutput.js | 2 +- .../model/GatewayCreateProducerOracleDb.js | 2 +- .../GatewayCreateProducerOracleDbOutput.js | 2 +- .../dist/model/GatewayCreateProducerPing.js | 2 +- .../model/GatewayCreateProducerPingOutput.js | 2 +- .../model/GatewayCreateProducerPostgreSQL.js | 2 +- .../GatewayCreateProducerPostgreSQLOutput.js | 2 +- .../model/GatewayCreateProducerRabbitMQ.js | 2 +- .../GatewayCreateProducerRabbitMQOutput.js | 2 +- .../dist/model/GatewayCreateProducerRdp.js | 2 +- .../model/GatewayCreateProducerRdpOutput.js | 2 +- .../dist/model/GatewayCreateProducerRedis.js | 2 +- .../model/GatewayCreateProducerRedisOutput.js | 2 +- .../model/GatewayCreateProducerRedshift.js | 2 +- .../GatewayCreateProducerRedshiftOutput.js | 2 +- .../model/GatewayCreateProducerSnowflake.js | 2 +- .../GatewayCreateProducerSnowflakeOutput.js | 2 +- .../dist/model/GatewayCreateProducerVenafi.js | 2 +- .../GatewayCreateProducerVenafiOutput.js | 2 +- .../dist/model/GatewayDeleteAllowedAccess.js | 2 +- .../model/GatewayDeleteAllowedAccessOutput.js | 2 +- .../dist/model/GatewayDeleteK8SAuthConfig.js | 2 +- .../model/GatewayDeleteK8SAuthConfigOutput.js | 2 +- .../dist/model/GatewayDeleteMigration.js | 2 +- .../dist/model/GatewayDeleteProducer.js | 2 +- .../dist/model/GatewayDeleteProducerOutput.js | 2 +- .../model/GatewayDownloadCustomerFragments.js | 2 +- .../GatewayDownloadCustomerFragmentsOutput.js | 2 +- .../dist/model/GatewayGetAllowedAccess.js | 2 +- .../akeyless/dist/model/GatewayGetCache.js | 2 +- .../akeyless/dist/model/GatewayGetConfig.js | 2 +- .../akeyless/dist/model/GatewayGetDefaults.js | 2 +- .../dist/model/GatewayGetDefaultsOutput.js | 2 +- .../dist/model/GatewayGetK8SAuthConfig.js | 2 +- .../model/GatewayGetK8SAuthConfigOutput.js | 2 +- .../dist/model/GatewayGetLdapAuthConfig.js | 2 +- .../model/GatewayGetLdapAuthConfigOutput.js | 2 +- .../dist/model/GatewayGetLogForwarding.js | 2 +- .../dist/model/GatewayGetMigration.js | 2 +- .../akeyless/dist/model/GatewayGetProducer.js | 2 +- .../akeyless/dist/model/GatewayGetTmpUsers.js | 2 +- .../model/GatewayListCustomerFragments.js | 2 +- .../dist/model/GatewayListMigration.js | 2 +- .../dist/model/GatewayListProducers.js | 2 +- .../dist/model/GatewayListRotatedSecrets.js | 2 +- .../dist/model/GatewayMessageQueueInfo.js | 2 +- .../dist/model/GatewayMigratePersonalItems.js | 2 +- .../GatewayMigratePersonalItemsOutput.js | 2 +- .../model/GatewayMigrationCreateOutput.js | 2 +- .../model/GatewayMigrationDeleteOutput.js | 2 +- .../dist/model/GatewayMigrationGetOutput.js | 2 +- .../dist/model/GatewayMigrationListOutput.js | 2 +- .../dist/model/GatewayMigrationSyncOutput.js | 2 +- .../model/GatewayMigrationUpdateOutput.js | 2 +- .../GatewayPartialUpdateK8SAuthConfig.js | 2 +- ...GatewayPartialUpdateK8SAuthConfigOutput.js | 2 +- .../dist/model/GatewayRevokeTmpUsers.js | 2 +- .../dist/model/GatewayStartProducer.js | 2 +- .../dist/model/GatewayStartProducerOutput.js | 2 +- .../dist/model/GatewayStatusMigration.js | 2 +- .../dist/model/GatewayStopProducer.js | 2 +- .../dist/model/GatewayStopProducerOutput.js | 2 +- .../dist/model/GatewaySyncMigration.js | 2 +- .../dist/model/GatewayUpdateAllowedAccess.js | 2 +- .../akeyless/dist/model/GatewayUpdateCache.js | 2 +- .../dist/model/GatewayUpdateDefaults.js | 2 +- .../akeyless/dist/model/GatewayUpdateItem.js | 2 +- .../dist/model/GatewayUpdateItemOutput.js | 2 +- .../dist/model/GatewayUpdateK8SAuthConfig.js | 2 +- .../model/GatewayUpdateK8SAuthConfigOutput.js | 2 +- .../dist/model/GatewayUpdateLdapAuthConfig.js | 2 +- .../GatewayUpdateLdapAuthConfigOutput.js | 2 +- .../model/GatewayUpdateLogForwardingAwsS3.js | 2 +- ...atewayUpdateLogForwardingAzureAnalytics.js | 2 +- .../GatewayUpdateLogForwardingDatadog.js | 2 +- ...GatewayUpdateLogForwardingElasticsearch.js | 2 +- ...tewayUpdateLogForwardingGoogleChronicle.js | 2 +- .../GatewayUpdateLogForwardingLogstash.js | 2 +- .../model/GatewayUpdateLogForwardingLogzIo.js | 2 +- .../model/GatewayUpdateLogForwardingOutput.js | 2 +- .../model/GatewayUpdateLogForwardingSplunk.js | 2 +- .../model/GatewayUpdateLogForwardingStdout.js | 2 +- .../GatewayUpdateLogForwardingSumologic.js | 2 +- .../model/GatewayUpdateLogForwardingSyslog.js | 2 +- .../dist/model/GatewayUpdateMigration.js | 2 +- .../dist/model/GatewayUpdateOutput.js | 2 +- .../model/GatewayUpdateProducerArtifactory.js | 2 +- .../GatewayUpdateProducerArtifactoryOutput.js | 2 +- .../dist/model/GatewayUpdateProducerAws.js | 2 +- .../model/GatewayUpdateProducerAwsOutput.js | 2 +- .../dist/model/GatewayUpdateProducerAzure.js | 2 +- .../model/GatewayUpdateProducerAzureOutput.js | 2 +- .../model/GatewayUpdateProducerCassandra.js | 2 +- .../GatewayUpdateProducerCassandraOutput.js | 2 +- .../dist/model/GatewayUpdateProducerChef.js | 2 +- .../model/GatewayUpdateProducerChefOutput.js | 2 +- .../dist/model/GatewayUpdateProducerCustom.js | 2 +- .../GatewayUpdateProducerCustomOutput.js | 2 +- .../model/GatewayUpdateProducerDockerhub.js | 2 +- .../GatewayUpdateProducerDockerhubOutput.js | 2 +- .../dist/model/GatewayUpdateProducerEks.js | 2 +- .../model/GatewayUpdateProducerEksOutput.js | 2 +- .../dist/model/GatewayUpdateProducerGcp.js | 2 +- .../model/GatewayUpdateProducerGcpOutput.js | 2 +- .../dist/model/GatewayUpdateProducerGithub.js | 2 +- .../GatewayUpdateProducerGithubOutput.js | 2 +- .../dist/model/GatewayUpdateProducerGke.js | 2 +- .../model/GatewayUpdateProducerGkeOutput.js | 2 +- .../dist/model/GatewayUpdateProducerHanaDb.js | 2 +- .../GatewayUpdateProducerHanaDbOutput.js | 2 +- .../dist/model/GatewayUpdateProducerLdap.js | 2 +- .../model/GatewayUpdateProducerLdapOutput.js | 2 +- .../dist/model/GatewayUpdateProducerMSSQL.js | 2 +- .../model/GatewayUpdateProducerMSSQLOutput.js | 2 +- .../dist/model/GatewayUpdateProducerMongo.js | 2 +- .../model/GatewayUpdateProducerMongoOutput.js | 2 +- .../dist/model/GatewayUpdateProducerMySQL.js | 2 +- .../model/GatewayUpdateProducerMySQLOutput.js | 2 +- .../model/GatewayUpdateProducerNativeK8S.js | 2 +- .../GatewayUpdateProducerNativeK8SOutput.js | 2 +- .../model/GatewayUpdateProducerOracleDb.js | 2 +- .../GatewayUpdateProducerOracleDbOutput.js | 2 +- .../dist/model/GatewayUpdateProducerPing.js | 2 +- .../model/GatewayUpdateProducerPingOutput.js | 2 +- .../model/GatewayUpdateProducerPostgreSQL.js | 2 +- .../GatewayUpdateProducerPostgreSQLOutput.js | 2 +- .../model/GatewayUpdateProducerRabbitMQ.js | 2 +- .../GatewayUpdateProducerRabbitMQOutput.js | 2 +- .../dist/model/GatewayUpdateProducerRdp.js | 2 +- .../model/GatewayUpdateProducerRdpOutput.js | 2 +- .../dist/model/GatewayUpdateProducerRedis.js | 2 +- .../model/GatewayUpdateProducerRedisOutput.js | 2 +- .../model/GatewayUpdateProducerRedshift.js | 2 +- .../GatewayUpdateProducerRedshiftOutput.js | 2 +- .../model/GatewayUpdateProducerSnowflake.js | 2 +- .../GatewayUpdateProducerSnowflakeOutput.js | 2 +- .../dist/model/GatewayUpdateProducerVenafi.js | 2 +- .../GatewayUpdateProducerVenafiOutput.js | 2 +- .../dist/model/GatewayUpdateTlsCert.js | 2 +- .../dist/model/GatewayUpdateTlsCertOutput.js | 2 +- .../dist/model/GatewayUpdateTmpUsers.js | 2 +- .../dist/model/GatewaysListResponse.js | 2 +- .../akeyless/dist/model/GcpTargetDetails.js | 2 +- .../dist/model/GenCustomerFragment.js | 2 +- .../akeyless/dist/model/GeneralConfigPart.js | 2 +- .../akeyless/dist/model/GenerateCsr.js | 2 +- .../akeyless/dist/model/GenerateCsrOutput.js | 2 +- .../akeyless/dist/model/GetAccountSettings.js | 2 +- .../model/GetAccountSettingsCommandOutput.js | 2 +- .../akeyless/dist/model/GetAnalyticsData.js | 2 +- .../akeyless/dist/model/GetAuthMethod.js | 2 +- .../dist/model/GetCertificateValue.js | 2 +- .../dist/model/GetCertificateValueOutput.js | 2 +- .../dist/model/GetDynamicSecretValue.js | 2 +- .../akeyless/dist/model/GetEventForwarder.js | 2 +- .../dist/model/GetEventForwarderOutput.js | 2 +- node_modules/akeyless/dist/model/GetGroup.js | 2 +- .../akeyless/dist/model/GetGroupOutput.js | 2 +- .../akeyless/dist/model/GetKubeExecCreds.js | 2 +- .../dist/model/GetKubeExecCredsOutput.js | 2 +- .../dist/model/GetLastUserEventStatus.js | 2 +- .../akeyless/dist/model/GetPKICertificate.js | 2 +- .../dist/model/GetPKICertificateOutput.js | 2 +- .../dist/model/GetProducersListReplyObj.js | 2 +- .../akeyless/dist/model/GetRSAPublic.js | 2 +- .../akeyless/dist/model/GetRSAPublicOutput.js | 2 +- node_modules/akeyless/dist/model/GetRole.js | 2 +- .../dist/model/GetRotatedSecretValue.js | 2 +- .../akeyless/dist/model/GetSSHCertificate.js | 2 +- .../dist/model/GetSSHCertificateOutput.js | 2 +- .../akeyless/dist/model/GetSecretValue.js | 2 +- node_modules/akeyless/dist/model/GetTags.js | 2 +- node_modules/akeyless/dist/model/GetTarget.js | 2 +- .../akeyless/dist/model/GetTargetDetails.js | 2 +- .../dist/model/GetTargetDetailsOutput.js | 2 +- .../dist/model/GetUserEventStatusOutput.js | 2 +- .../dist/model/GithubTargetDetails.js | 2 +- .../dist/model/GitlabTargetDetails.js | 2 +- .../model/GlobalSignAtlasTargetDetails.js | 2 +- .../dist/model/GlobalSignGCCTargetDetails.js | 2 +- .../dist/model/GodaddyTargetDetails.js | 2 +- .../model/GoogleChronicleForwardingConfig.js | 2 +- node_modules/akeyless/dist/model/Group.js | 2 +- .../akeyless/dist/model/GwClusterIdentity.js | 2 +- .../akeyless/dist/model/HashiMigration.js | 2 +- .../akeyless/dist/model/HashiPayload.js | 2 +- .../dist/model/HashiVaultTargetDetails.js | 2 +- node_modules/akeyless/dist/model/Hmac.js | 2 +- .../akeyless/dist/model/HmacOutput.js | 2 +- .../akeyless/dist/model/HuaweiAccessRules.js | 2 +- .../akeyless/dist/model/ImportPasswords.js | 2 +- .../dist/model/ImportPasswordsOutput.js | 2 +- .../akeyless/dist/model/ImporterInfo.js | 2 +- node_modules/akeyless/dist/model/Item.js | 2 +- .../akeyless/dist/model/ItemGeneralInfo.js | 11 +- .../akeyless/dist/model/ItemSraStatus.js | 2 +- .../dist/model/ItemTargetAssociation.js | 2 +- .../akeyless/dist/model/ItemVersion.js | 2 +- node_modules/akeyless/dist/model/JSONError.js | 2 +- node_modules/akeyless/dist/model/K8SAuth.js | 2 +- .../dist/model/K8SAuthsConfigLastChange.js | 2 +- .../akeyless/dist/model/K8SAuthsConfigPart.js | 2 +- .../akeyless/dist/model/K8SMigration.js | 2 +- .../akeyless/dist/model/K8SPayload.js | 2 +- .../akeyless/dist/model/KMIPClient.js | 2 +- .../dist/model/KMIPClientGetResponse.js | 2 +- .../dist/model/KMIPClientListResponse.js | 2 +- .../dist/model/KMIPClientUpdateResponse.js | 2 +- .../akeyless/dist/model/KMIPConfigPart.js | 2 +- .../model/KMIPEnvironmentCreateResponse.js | 2 +- .../akeyless/dist/model/KMIPServer.js | 2 +- .../dist/model/KmipClientDeleteRule.js | 2 +- .../akeyless/dist/model/KmipClientSetRule.js | 2 +- .../akeyless/dist/model/KmipCreateClient.js | 2 +- .../dist/model/KmipCreateClientOutput.js | 2 +- .../akeyless/dist/model/KmipDeleteClient.js | 2 +- .../akeyless/dist/model/KmipDeleteServer.js | 2 +- .../akeyless/dist/model/KmipDescribeClient.js | 2 +- .../akeyless/dist/model/KmipDescribeServer.js | 2 +- .../dist/model/KmipDescribeServerOutput.js | 2 +- .../akeyless/dist/model/KmipListClients.js | 2 +- .../akeyless/dist/model/KmipMoveServer.js | 2 +- .../dist/model/KmipMoveServerOutput.js | 2 +- .../dist/model/KmipRenewClientCertificate.js | 2 +- .../model/KmipRenewClientCertificateOutput.js | 2 +- .../dist/model/KmipRenewServerCertificate.js | 2 +- .../model/KmipRenewServerCertificateOutput.js | 2 +- .../akeyless/dist/model/KmipServerSetup.js | 2 +- .../akeyless/dist/model/KmipSetServerState.js | 2 +- .../dist/model/KmipSetServerStateOutput.js | 2 +- .../dist/model/KubernetesAccessRules.js | 2 +- .../akeyless/dist/model/LDAPAccessRules.js | 2 +- .../akeyless/dist/model/LastConfigChange.js | 2 +- .../akeyless/dist/model/LastStatusInfo.js | 2 +- .../akeyless/dist/model/LdapConfigPart.js | 2 +- .../akeyless/dist/model/LdapTargetDetails.js | 2 +- .../dist/model/LeadershipConfigPart.js | 2 +- .../akeyless/dist/model/LinkedDetails.js | 2 +- .../dist/model/LinkedTargetDetails.js | 2 +- .../akeyless/dist/model/ListAuthMethods.js | 2 +- .../dist/model/ListAuthMethodsOutput.js | 2 +- .../akeyless/dist/model/ListGateways.js | 2 +- .../akeyless/dist/model/ListGroups.js | 2 +- .../akeyless/dist/model/ListGroupsOutput.js | 2 +- node_modules/akeyless/dist/model/ListItems.js | 2 +- .../dist/model/ListItemsInPathOutput.js | 2 +- .../akeyless/dist/model/ListItemsOutput.js | 2 +- node_modules/akeyless/dist/model/ListRoles.js | 2 +- .../akeyless/dist/model/ListRolesOutput.js | 2 +- .../akeyless/dist/model/ListSRABastions.js | 2 +- .../akeyless/dist/model/ListSharedItems.js | 2 +- .../akeyless/dist/model/ListTargets.js | 2 +- .../akeyless/dist/model/ListTargetsOutput.js | 2 +- .../dist/model/LogForwardingConfigPart.js | 2 +- .../dist/model/LogstashLogForwardingConfig.js | 2 +- .../dist/model/LogzIoLogForwardingConfig.js | 2 +- .../akeyless/dist/model/MigrationGeneral.js | 2 +- .../akeyless/dist/model/MigrationItems.js | 2 +- .../akeyless/dist/model/MigrationStatus.js | 2 +- .../dist/model/MigrationStatusReplyObj.js | 2 +- .../dist/model/MigrationsConfigLastChange.js | 2 +- .../dist/model/MigrationsConfigPart.js | 2 +- .../akeyless/dist/model/MockMigration.js | 2 +- .../akeyless/dist/model/MockPayload.js | 2 +- .../dist/model/MongoDBTargetDetails.js | 2 +- .../akeyless/dist/model/MoveObjects.js | 2 +- node_modules/akeyless/dist/model/Name.js | 2 +- .../dist/model/NativeK8sTargetDetails.js | 2 +- .../akeyless/dist/model/NotiForwarder.js | 2 +- .../akeyless/dist/model/OAuth2AccessRules.js | 2 +- .../akeyless/dist/model/OAuth2CustomClaim.js | 2 +- .../akeyless/dist/model/OCIAccessRules.js | 2 +- .../akeyless/dist/model/OIDCAccessRules.js | 2 +- .../akeyless/dist/model/OIDCCustomClaim.js | 2 +- .../dist/model/ObjectVersionSettingsOutput.js | 2 +- .../akeyless/dist/model/OidcClientInfo.js | 2 +- .../dist/model/OnePasswordMigration.js | 2 +- .../akeyless/dist/model/OnePasswordPayload.js | 2 +- .../dist/model/PKICertificateIssueDetails.js | 2 +- .../akeyless/dist/model/PasswordPolicyInfo.js | 2 +- node_modules/akeyless/dist/model/PathRule.js | 2 +- .../akeyless/dist/model/PingTargetDetails.js | 2 +- node_modules/akeyless/dist/model/Producer.js | 2 +- .../dist/model/ProducersConfigPart.js | 2 +- .../dist/model/ProvisionCertificate.js | 2 +- .../dist/model/ProvisionCertificateOutput.js | 2 +- .../dist/model/RabbitMQTargetDetails.js | 2 +- node_modules/akeyless/dist/model/RawCreds.js | 2 +- .../akeyless/dist/model/RefreshKey.js | 2 +- .../akeyless/dist/model/RefreshKeyOutput.js | 2 +- .../dist/model/RegexpTokenizerInfo.js | 2 +- .../akeyless/dist/model/RenewCertificate.js | 2 +- .../dist/model/RenewCertificateOutput.js | 2 +- .../akeyless/dist/model/RequestAccess.js | 2 +- .../dist/model/RequestAccessOutput.js | 2 +- .../akeyless/dist/model/RequiredActivity.js | 2 +- .../akeyless/dist/model/ReverseRBAC.js | 2 +- .../akeyless/dist/model/ReverseRBACClient.js | 2 +- .../akeyless/dist/model/ReverseRBACOutput.js | 2 +- .../akeyless/dist/model/RevokeCertificate.js | 2 +- .../akeyless/dist/model/RevokeCreds.js | 2 +- node_modules/akeyless/dist/model/Role.js | 2 +- .../dist/model/RoleAssociationDetails.js | 2 +- .../dist/model/RoleAuthMethodAssociation.js | 2 +- .../akeyless/dist/model/RollbackSecret.js | 2 +- .../dist/model/RollbackSecretOutput.js | 2 +- node_modules/akeyless/dist/model/RotateKey.js | 2 +- .../akeyless/dist/model/RotateKeyOutput.js | 2 +- .../dist/model/RotateOidcClientOutput.js | 2 +- .../dist/model/RotateOidcClientSecret.js | 2 +- .../akeyless/dist/model/RotateSecret.js | 2 +- .../dist/model/RotatedSecretCreateAws.js | 2 +- .../dist/model/RotatedSecretCreateAzure.js | 2 +- .../model/RotatedSecretCreateCassandra.js | 2 +- .../dist/model/RotatedSecretCreateCustom.js | 2 +- .../model/RotatedSecretCreateDockerhub.js | 2 +- .../dist/model/RotatedSecretCreateGcp.js | 2 +- .../dist/model/RotatedSecretCreateHanadb.js | 2 +- .../dist/model/RotatedSecretCreateLdap.js | 2 +- .../dist/model/RotatedSecretCreateMongodb.js | 2 +- .../dist/model/RotatedSecretCreateMssql.js | 2 +- .../dist/model/RotatedSecretCreateMysql.js | 2 +- .../dist/model/RotatedSecretCreateOracledb.js | 2 +- .../dist/model/RotatedSecretCreateOutput.js | 2 +- .../model/RotatedSecretCreatePostgresql.js | 2 +- .../dist/model/RotatedSecretCreateRedis.js | 2 +- .../dist/model/RotatedSecretCreateRedshift.js | 2 +- .../model/RotatedSecretCreateSnowflake.js | 2 +- .../dist/model/RotatedSecretCreateSsh.js | 2 +- .../dist/model/RotatedSecretCreateWindows.js | 2 +- .../dist/model/RotatedSecretDetailsInfo.js | 2 +- .../dist/model/RotatedSecretGetValue.js | 2 +- .../akeyless/dist/model/RotatedSecretList.js | 2 +- .../dist/model/RotatedSecretOutput.js | 2 +- .../dist/model/RotatedSecretUpdateAws.js | 2 +- .../dist/model/RotatedSecretUpdateAzure.js | 2 +- .../model/RotatedSecretUpdateCassandra.js | 2 +- .../dist/model/RotatedSecretUpdateCustom.js | 2 +- .../model/RotatedSecretUpdateDockerhub.js | 2 +- .../dist/model/RotatedSecretUpdateGcp.js | 2 +- .../dist/model/RotatedSecretUpdateHanadb.js | 2 +- .../dist/model/RotatedSecretUpdateLdap.js | 2 +- .../dist/model/RotatedSecretUpdateMongodb.js | 2 +- .../dist/model/RotatedSecretUpdateMssql.js | 2 +- .../dist/model/RotatedSecretUpdateMysql.js | 2 +- .../dist/model/RotatedSecretUpdateOracledb.js | 2 +- .../dist/model/RotatedSecretUpdateOutput.js | 2 +- .../model/RotatedSecretUpdatePostgresql.js | 2 +- .../dist/model/RotatedSecretUpdateRedis.js | 2 +- .../dist/model/RotatedSecretUpdateRedshift.js | 2 +- .../model/RotatedSecretUpdateSnowflake.js | 2 +- .../dist/model/RotatedSecretUpdateSsh.js | 2 +- .../dist/model/RotatedSecretUpdateWindows.js | 2 +- .../dist/model/RotationSecretMaxInterval.js | 2 +- node_modules/akeyless/dist/model/Rotator.js | 2 +- .../akeyless/dist/model/RotatorsConfigPart.js | 2 +- .../akeyless/dist/model/RuleAssigner.js | 2 +- node_modules/akeyless/dist/model/Rules.js | 2 +- .../akeyless/dist/model/SAMLAccessRules.js | 2 +- .../akeyless/dist/model/SAMLAttribute.js | 2 +- .../dist/model/SSHCertificateIssueDetails.js | 2 +- .../akeyless/dist/model/SSHTargetDetails.js | 2 +- .../dist/model/SalesforceTargetDetails.js | 2 +- .../akeyless/dist/model/SecretInfo.js | 2 +- .../akeyless/dist/model/SecureRemoteAccess.js | 2 +- .../dist/model/ServerInventoryMigration.js | 2 +- .../dist/model/ServerInventoryPayload.js | 2 +- .../akeyless/dist/model/SetItemState.js | 2 +- .../akeyless/dist/model/SetRoleRule.js | 2 +- node_modules/akeyless/dist/model/ShareItem.js | 2 +- .../akeyless/dist/model/SharingPolicyInfo.js | 2 +- .../dist/model/SignDataWithClassicKey.js | 2 +- node_modules/akeyless/dist/model/SignEcDsa.js | 2 +- .../akeyless/dist/model/SignEcDsaOutput.js | 2 +- node_modules/akeyless/dist/model/SignGPG.js | 2 +- .../akeyless/dist/model/SignGPGOutput.js | 2 +- .../akeyless/dist/model/SignJWTOutput.js | 2 +- .../dist/model/SignJWTWithClassicKey.js | 2 +- .../akeyless/dist/model/SignOutput.js | 2 +- node_modules/akeyless/dist/model/SignPKCS1.js | 2 +- .../akeyless/dist/model/SignPKCS1Output.js | 2 +- .../akeyless/dist/model/SignPKICertOutput.js | 2 +- .../dist/model/SignPKICertWithClassicKey.js | 2 +- .../akeyless/dist/model/SignRsaSsaPss.js | 2 +- .../dist/model/SignRsaSsaPssOutput.js | 2 +- node_modules/akeyless/dist/model/SmInfo.js | 2 +- .../dist/model/SplunkLogForwardingConfig.js | 2 +- node_modules/akeyless/dist/model/SraInfo.js | 2 +- .../akeyless/dist/model/StaticCredsAuth.js | 2 +- .../dist/model/StaticCredsAuthOutput.js | 2 +- .../dist/model/StaticSecretDetailsInfo.js | 2 +- .../model/SumologicLogForwardingConfig.js | 2 +- .../dist/model/SyslogLogForwardingConfig.js | 2 +- .../model/SystemAccessCredentialsReplyObj.js | 2 +- .../dist/model/SystemAccessCredsSettings.js | 2 +- node_modules/akeyless/dist/model/Target.js | 2 +- .../dist/model/TargetCreateArtifactory.js | 2 +- .../akeyless/dist/model/TargetCreateAws.js | 2 +- .../akeyless/dist/model/TargetCreateAzure.js | 2 +- .../akeyless/dist/model/TargetCreateDB.js | 2 +- .../dist/model/TargetCreateDockerhub.js | 2 +- .../akeyless/dist/model/TargetCreateEks.js | 2 +- .../akeyless/dist/model/TargetCreateGcp.js | 2 +- .../akeyless/dist/model/TargetCreateGithub.js | 2 +- .../akeyless/dist/model/TargetCreateGitlab.js | 2 +- .../akeyless/dist/model/TargetCreateGke.js | 2 +- .../dist/model/TargetCreateGlobalSign.js | 2 +- .../dist/model/TargetCreateGlobalSignAtlas.js | 2 +- .../dist/model/TargetCreateGodaddy.js | 2 +- .../dist/model/TargetCreateHashiVault.js | 2 +- .../akeyless/dist/model/TargetCreateK8s.js | 2 +- .../akeyless/dist/model/TargetCreateLdap.js | 2 +- .../akeyless/dist/model/TargetCreateLinked.js | 2 +- .../akeyless/dist/model/TargetCreateOutput.js | 2 +- .../akeyless/dist/model/TargetCreatePing.js | 2 +- .../dist/model/TargetCreateRabbitMq.js | 2 +- .../dist/model/TargetCreateSalesforce.js | 2 +- .../akeyless/dist/model/TargetCreateSsh.js | 2 +- .../akeyless/dist/model/TargetCreateWeb.js | 2 +- .../dist/model/TargetCreateWindows.js | 2 +- .../dist/model/TargetCreateZeroSSL.js | 2 +- .../akeyless/dist/model/TargetDelete.js | 2 +- node_modules/akeyless/dist/model/TargetGet.js | 2 +- .../akeyless/dist/model/TargetGetDetails.js | 2 +- .../dist/model/TargetItemAssociation.js | 2 +- .../akeyless/dist/model/TargetItemVersion.js | 2 +- .../akeyless/dist/model/TargetList.js | 2 +- .../dist/model/TargetNameWithHosts.js | 2 +- .../dist/model/TargetTypeDetailsInput.js | 2 +- .../dist/model/TargetUpdateArtifactory.js | 2 +- .../akeyless/dist/model/TargetUpdateAws.js | 2 +- .../akeyless/dist/model/TargetUpdateAzure.js | 2 +- .../akeyless/dist/model/TargetUpdateDB.js | 2 +- .../dist/model/TargetUpdateDockerhub.js | 2 +- .../akeyless/dist/model/TargetUpdateEks.js | 2 +- .../akeyless/dist/model/TargetUpdateGcp.js | 2 +- .../akeyless/dist/model/TargetUpdateGithub.js | 2 +- .../akeyless/dist/model/TargetUpdateGitlab.js | 2 +- .../akeyless/dist/model/TargetUpdateGke.js | 2 +- .../dist/model/TargetUpdateGlobalSign.js | 2 +- .../dist/model/TargetUpdateGlobalSignAtlas.js | 2 +- .../dist/model/TargetUpdateGodaddy.js | 2 +- .../dist/model/TargetUpdateHashiVault.js | 2 +- .../akeyless/dist/model/TargetUpdateK8s.js | 2 +- .../akeyless/dist/model/TargetUpdateLdap.js | 2 +- .../akeyless/dist/model/TargetUpdateLinked.js | 2 +- .../akeyless/dist/model/TargetUpdateOutput.js | 2 +- .../akeyless/dist/model/TargetUpdatePing.js | 2 +- .../dist/model/TargetUpdateRabbitMq.js | 2 +- .../dist/model/TargetUpdateSalesforce.js | 2 +- .../akeyless/dist/model/TargetUpdateSsh.js | 2 +- .../akeyless/dist/model/TargetUpdateWeb.js | 2 +- .../dist/model/TargetUpdateWindows.js | 2 +- .../dist/model/TargetUpdateZeroSSL.js | 2 +- .../akeyless/dist/model/TmpUserData.js | 2 +- node_modules/akeyless/dist/model/Tokenize.js | 2 +- .../akeyless/dist/model/TokenizeOutput.js | 2 +- .../akeyless/dist/model/TokenizerInfo.js | 2 +- .../akeyless/dist/model/UIDTokenDetails.js | 2 +- .../dist/model/UidCreateChildToken.js | 2 +- .../dist/model/UidCreateChildTokenOutput.js | 2 +- .../akeyless/dist/model/UidGenerateToken.js | 2 +- .../dist/model/UidGenerateTokenOutput.js | 2 +- .../akeyless/dist/model/UidListChildren.js | 2 +- .../akeyless/dist/model/UidRevokeToken.js | 2 +- .../akeyless/dist/model/UidRotateToken.js | 2 +- .../dist/model/UidRotateTokenOutput.js | 2 +- .../akeyless/dist/model/Unconfigure.js | 2 +- .../model/UniversalIdentityAccessRules.js | 2 +- .../dist/model/UniversalIdentityDetails.js | 2 +- node_modules/akeyless/dist/model/Update.js | 2 +- .../akeyless/dist/model/UpdateAWSTarget.js | 2 +- .../dist/model/UpdateAWSTargetDetails.js | 2 +- .../dist/model/UpdateAccountSettings.js | 2 +- .../dist/model/UpdateAccountSettingsOutput.js | 2 +- .../dist/model/UpdateArtifactoryTarget.js | 2 +- .../model/UpdateArtifactoryTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateAssoc.js | 2 +- .../akeyless/dist/model/UpdateAuthMethod.js | 2 +- .../dist/model/UpdateAuthMethodAWSIAM.js | 2 +- .../dist/model/UpdateAuthMethodAzureAD.js | 2 +- .../dist/model/UpdateAuthMethodCert.js | 2 +- .../dist/model/UpdateAuthMethodCertOutput.js | 2 +- .../dist/model/UpdateAuthMethodGCP.js | 2 +- .../dist/model/UpdateAuthMethodK8S.js | 2 +- .../dist/model/UpdateAuthMethodK8SOutput.js | 2 +- .../dist/model/UpdateAuthMethodLDAP.js | 2 +- .../dist/model/UpdateAuthMethodLDAPOutput.js | 2 +- .../dist/model/UpdateAuthMethodOAuth2.js | 2 +- .../dist/model/UpdateAuthMethodOCI.js | 2 +- .../dist/model/UpdateAuthMethodOCIOutput.js | 2 +- .../dist/model/UpdateAuthMethodOIDC.js | 2 +- .../dist/model/UpdateAuthMethodOutput.js | 2 +- .../dist/model/UpdateAuthMethodSAML.js | 2 +- .../UpdateAuthMethodUniversalIdentity.js | 2 +- .../akeyless/dist/model/UpdateAzureTarget.js | 2 +- .../dist/model/UpdateAzureTargetOutput.js | 2 +- .../dist/model/UpdateCertificateOutput.js | 2 +- .../dist/model/UpdateCertificateValue.js | 2 +- .../dist/model/UpdateClassicKeyCertificate.js | 2 +- .../akeyless/dist/model/UpdateDBTarget.js | 2 +- .../dist/model/UpdateDBTargetDetails.js | 2 +- .../dist/model/UpdateDBTargetOutput.js | 2 +- .../dist/model/UpdateDockerhubTarget.js | 2 +- .../dist/model/UpdateDockerhubTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateEKSTarget.js | 2 +- .../dist/model/UpdateEKSTargetOutput.js | 2 +- .../dist/model/UpdateEventForwarder.js | 2 +- .../akeyless/dist/model/UpdateGKETarget.js | 2 +- .../dist/model/UpdateGKETargetOutput.js | 2 +- .../akeyless/dist/model/UpdateGcpTarget.js | 2 +- .../dist/model/UpdateGcpTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateGithubTarget.js | 2 +- .../dist/model/UpdateGithubTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateGitlabTarget.js | 2 +- .../dist/model/UpdateGitlabTargetOutput.js | 2 +- .../dist/model/UpdateGlobalSignAtlasTarget.js | 2 +- .../UpdateGlobalSignAtlasTargetOutput.js | 2 +- .../dist/model/UpdateGlobalSignTarget.js | 2 +- .../model/UpdateGlobalSignTargetOutput.js | 2 +- .../dist/model/UpdateGodaddyTarget.js | 2 +- .../dist/model/UpdateGodaddyTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateGroup.js | 2 +- .../akeyless/dist/model/UpdateGroupOutput.js | 2 +- .../dist/model/UpdateHashiVaultTarget.js | 2 +- .../model/UpdateHashiVaultTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateItem.js | 2 +- .../akeyless/dist/model/UpdateItemOutput.js | 2 +- .../akeyless/dist/model/UpdateLdapTarget.js | 2 +- .../dist/model/UpdateLdapTargetDetails.js | 2 +- .../dist/model/UpdateLdapTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateLinkedTarget.js | 2 +- .../dist/model/UpdateNativeK8STarget.js | 2 +- .../dist/model/UpdateNativeK8STargetOutput.js | 2 +- .../akeyless/dist/model/UpdateOidcApp.js | 2 +- .../akeyless/dist/model/UpdateOutput.js | 2 +- .../dist/model/UpdatePKICertIssuer.js | 2 +- .../dist/model/UpdatePKICertIssuerOutput.js | 2 +- .../akeyless/dist/model/UpdatePingTarget.js | 2 +- .../dist/model/UpdateRDPTargetDetails.js | 2 +- .../dist/model/UpdateRabbitMQTarget.js | 2 +- .../dist/model/UpdateRabbitMQTargetDetails.js | 2 +- .../dist/model/UpdateRabbitMQTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateRole.js | 2 +- .../akeyless/dist/model/UpdateRoleOutput.js | 2 +- .../dist/model/UpdateRotatedSecret.js | 2 +- .../dist/model/UpdateRotatedSecretOutput.js | 2 +- .../dist/model/UpdateRotationSettings.js | 2 +- .../dist/model/UpdateSSHCertIssuer.js | 2 +- .../dist/model/UpdateSSHCertIssuerOutput.js | 2 +- .../akeyless/dist/model/UpdateSSHTarget.js | 2 +- .../dist/model/UpdateSSHTargetDetails.js | 2 +- .../dist/model/UpdateSSHTargetOutput.js | 2 +- .../dist/model/UpdateSalesforceTarget.js | 2 +- .../model/UpdateSalesforceTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateSecretVal.js | 2 +- .../dist/model/UpdateSecretValOutput.js | 2 +- .../akeyless/dist/model/UpdateTarget.js | 2 +- .../dist/model/UpdateTargetDetails.js | 2 +- .../dist/model/UpdateTargetDetailsOutput.js | 2 +- .../akeyless/dist/model/UpdateTargetOutput.js | 2 +- .../akeyless/dist/model/UpdateWebTarget.js | 2 +- .../dist/model/UpdateWebTargetDetails.js | 2 +- .../dist/model/UpdateWebTargetOutput.js | 2 +- .../dist/model/UpdateWindowsTarget.js | 2 +- .../dist/model/UpdateZeroSSLTarget.js | 2 +- .../dist/model/UpdateZeroSSLTargetOutput.js | 2 +- .../akeyless/dist/model/UploadPKCS12.js | 2 +- node_modules/akeyless/dist/model/UploadRSA.js | 11 +- .../akeyless/dist/model/UsageEventSetting.js | 2 +- .../akeyless/dist/model/UsageReportSummary.js | 2 +- node_modules/akeyless/dist/model/UscCreate.js | 2 +- .../dist/model/UscCreateSecretOutput.js | 2 +- node_modules/akeyless/dist/model/UscDelete.js | 2 +- .../dist/model/UscDeleteSecretOutput.js | 2 +- node_modules/akeyless/dist/model/UscGet.js | 2 +- .../akeyless/dist/model/UscGetSecretOutput.js | 2 +- node_modules/akeyless/dist/model/UscList.js | 2 +- .../dist/model/UscListSecretsOutput.js | 2 +- node_modules/akeyless/dist/model/UscUpdate.js | 2 +- .../dist/model/UscUpdateSecretOutput.js | 2 +- .../akeyless/dist/model/ValidateToken.js | 2 +- .../dist/model/ValidateTokenOutput.js | 2 +- .../dist/model/VaultlessTokenizerInfo.js | 2 +- .../dist/model/VenafiTargetDetails.js | 2 +- .../dist/model/VerifyDataWithClassicKey.js | 2 +- .../akeyless/dist/model/VerifyEcDsa.js | 2 +- node_modules/akeyless/dist/model/VerifyGPG.js | 2 +- .../akeyless/dist/model/VerifyJWTOutput.js | 2 +- .../dist/model/VerifyJWTWithClassicKey.js | 2 +- .../akeyless/dist/model/VerifyPKCS1.js | 2 +- .../dist/model/VerifyPKICertOutput.js | 2 +- .../dist/model/VerifyPKICertWithClassicKey.js | 2 +- .../akeyless/dist/model/VerifyRsaSsaPss.js | 2 +- .../WebHookNotiForwarderPublicDetails.js | 2 +- .../akeyless/dist/model/WebTargetDetails.js | 2 +- .../akeyless/dist/model/WindowsService.js | 2 +- .../dist/model/WindowsServiceAttributes.js | 2 +- .../dist/model/WindowsTargetDetails.js | 2 +- .../dist/model/ZeroSSLTargetDetails.js | 2 +- node_modules/akeyless/package.json | 2 +- node_modules/uuid/CHANGELOG.md | 229 ------- node_modules/uuid/CONTRIBUTING.md | 18 - node_modules/uuid/README.md | 505 -------------- node_modules/uuid/dist/bin/uuid | 2 - node_modules/uuid/dist/esm-browser/index.js | 9 - node_modules/uuid/dist/esm-browser/md5.js | 215 ------ node_modules/uuid/dist/esm-browser/nil.js | 1 - node_modules/uuid/dist/esm-browser/parse.js | 35 - node_modules/uuid/dist/esm-browser/regex.js | 1 - node_modules/uuid/dist/esm-browser/rng.js | 19 - node_modules/uuid/dist/esm-browser/sha1.js | 96 --- .../uuid/dist/esm-browser/stringify.js | 30 - node_modules/uuid/dist/esm-browser/v1.js | 95 --- node_modules/uuid/dist/esm-browser/v3.js | 4 - node_modules/uuid/dist/esm-browser/v35.js | 64 -- node_modules/uuid/dist/esm-browser/v4.js | 24 - node_modules/uuid/dist/esm-browser/v5.js | 4 - .../uuid/dist/esm-browser/validate.js | 7 - node_modules/uuid/dist/esm-browser/version.js | 11 - node_modules/uuid/dist/esm-node/index.js | 9 - node_modules/uuid/dist/esm-node/md5.js | 13 - node_modules/uuid/dist/esm-node/nil.js | 1 - node_modules/uuid/dist/esm-node/parse.js | 35 - node_modules/uuid/dist/esm-node/regex.js | 1 - node_modules/uuid/dist/esm-node/rng.js | 12 - node_modules/uuid/dist/esm-node/sha1.js | 13 - node_modules/uuid/dist/esm-node/stringify.js | 29 - node_modules/uuid/dist/esm-node/v1.js | 95 --- node_modules/uuid/dist/esm-node/v3.js | 4 - node_modules/uuid/dist/esm-node/v35.js | 64 -- node_modules/uuid/dist/esm-node/v4.js | 24 - node_modules/uuid/dist/esm-node/v5.js | 4 - node_modules/uuid/dist/esm-node/validate.js | 7 - node_modules/uuid/dist/esm-node/version.js | 11 - node_modules/uuid/dist/index.js | 79 --- node_modules/uuid/dist/md5-browser.js | 223 ------- node_modules/uuid/dist/md5.js | 23 - node_modules/uuid/dist/nil.js | 8 - node_modules/uuid/dist/parse.js | 45 -- node_modules/uuid/dist/regex.js | 8 - node_modules/uuid/dist/rng-browser.js | 26 - node_modules/uuid/dist/rng.js | 24 - node_modules/uuid/dist/sha1-browser.js | 104 --- node_modules/uuid/dist/sha1.js | 23 - node_modules/uuid/dist/stringify.js | 39 -- node_modules/uuid/dist/umd/uuid.min.js | 1 - node_modules/uuid/dist/umd/uuidNIL.min.js | 1 - node_modules/uuid/dist/umd/uuidParse.min.js | 1 - .../uuid/dist/umd/uuidStringify.min.js | 1 - .../uuid/dist/umd/uuidValidate.min.js | 1 - node_modules/uuid/dist/umd/uuidVersion.min.js | 1 - node_modules/uuid/dist/umd/uuidv1.min.js | 1 - node_modules/uuid/dist/umd/uuidv3.min.js | 1 - node_modules/uuid/dist/umd/uuidv4.min.js | 1 - node_modules/uuid/dist/umd/uuidv5.min.js | 1 - node_modules/uuid/dist/uuid-bin.js | 85 --- node_modules/uuid/dist/v1.js | 107 --- node_modules/uuid/dist/v3.js | 16 - node_modules/uuid/dist/v35.js | 78 --- node_modules/uuid/dist/v4.js | 37 -- node_modules/uuid/dist/v5.js | 16 - node_modules/uuid/dist/validate.js | 17 - node_modules/uuid/dist/version.js | 21 - node_modules/uuid/package.json | 135 ---- node_modules/uuid/wrapper.mjs | 10 - package-lock.json | 4 +- package.json | 2 +- 1120 files changed, 3257 insertions(+), 3964 deletions(-) delete mode 100644 node_modules/.bin/uuid delete mode 100644 node_modules/.bin/uuid.cmd delete mode 100644 node_modules/.bin/uuid.ps1 create mode 100644 node_modules/@actions/core/lib/platform.d.ts create mode 100644 node_modules/@actions/core/lib/platform.js create mode 100644 node_modules/@actions/core/lib/platform.js.map rename node_modules/{uuid => @actions/exec}/LICENSE.md (93%) create mode 100644 node_modules/@actions/exec/README.md create mode 100644 node_modules/@actions/exec/lib/exec.d.ts create mode 100644 node_modules/@actions/exec/lib/exec.js create mode 100644 node_modules/@actions/exec/lib/exec.js.map create mode 100644 node_modules/@actions/exec/lib/interfaces.d.ts create mode 100644 node_modules/@actions/exec/lib/interfaces.js create mode 100644 node_modules/@actions/exec/lib/interfaces.js.map create mode 100644 node_modules/@actions/exec/lib/toolrunner.d.ts create mode 100644 node_modules/@actions/exec/lib/toolrunner.js create mode 100644 node_modules/@actions/exec/lib/toolrunner.js.map create mode 100644 node_modules/@actions/exec/package.json create mode 100644 node_modules/@actions/io/LICENSE.md create mode 100644 node_modules/@actions/io/README.md create mode 100644 node_modules/@actions/io/lib/io-util.d.ts create mode 100644 node_modules/@actions/io/lib/io-util.js create mode 100644 node_modules/@actions/io/lib/io-util.js.map create mode 100644 node_modules/@actions/io/lib/io.d.ts create mode 100644 node_modules/@actions/io/lib/io.js create mode 100644 node_modules/@actions/io/lib/io.js.map create mode 100644 node_modules/@actions/io/package.json create mode 100644 node_modules/akeyless/dist/model/BatchEncryptionRequestLine.js create mode 100644 node_modules/akeyless/dist/model/BatchEncryptionResponseLine.js delete mode 100644 node_modules/uuid/CHANGELOG.md delete mode 100644 node_modules/uuid/CONTRIBUTING.md delete mode 100644 node_modules/uuid/README.md delete mode 100644 node_modules/uuid/dist/bin/uuid delete mode 100644 node_modules/uuid/dist/esm-browser/index.js delete mode 100644 node_modules/uuid/dist/esm-browser/md5.js delete mode 100644 node_modules/uuid/dist/esm-browser/nil.js delete mode 100644 node_modules/uuid/dist/esm-browser/parse.js delete mode 100644 node_modules/uuid/dist/esm-browser/regex.js delete mode 100644 node_modules/uuid/dist/esm-browser/rng.js delete mode 100644 node_modules/uuid/dist/esm-browser/sha1.js delete mode 100644 node_modules/uuid/dist/esm-browser/stringify.js delete mode 100644 node_modules/uuid/dist/esm-browser/v1.js delete mode 100644 node_modules/uuid/dist/esm-browser/v3.js delete mode 100644 node_modules/uuid/dist/esm-browser/v35.js delete mode 100644 node_modules/uuid/dist/esm-browser/v4.js delete mode 100644 node_modules/uuid/dist/esm-browser/v5.js delete mode 100644 node_modules/uuid/dist/esm-browser/validate.js delete mode 100644 node_modules/uuid/dist/esm-browser/version.js delete mode 100644 node_modules/uuid/dist/esm-node/index.js delete mode 100644 node_modules/uuid/dist/esm-node/md5.js delete mode 100644 node_modules/uuid/dist/esm-node/nil.js delete mode 100644 node_modules/uuid/dist/esm-node/parse.js delete mode 100644 node_modules/uuid/dist/esm-node/regex.js delete mode 100644 node_modules/uuid/dist/esm-node/rng.js delete mode 100644 node_modules/uuid/dist/esm-node/sha1.js delete mode 100644 node_modules/uuid/dist/esm-node/stringify.js delete mode 100644 node_modules/uuid/dist/esm-node/v1.js delete mode 100644 node_modules/uuid/dist/esm-node/v3.js delete mode 100644 node_modules/uuid/dist/esm-node/v35.js delete mode 100644 node_modules/uuid/dist/esm-node/v4.js delete mode 100644 node_modules/uuid/dist/esm-node/v5.js delete mode 100644 node_modules/uuid/dist/esm-node/validate.js delete mode 100644 node_modules/uuid/dist/esm-node/version.js delete mode 100644 node_modules/uuid/dist/index.js delete mode 100644 node_modules/uuid/dist/md5-browser.js delete mode 100644 node_modules/uuid/dist/md5.js delete mode 100644 node_modules/uuid/dist/nil.js delete mode 100644 node_modules/uuid/dist/parse.js delete mode 100644 node_modules/uuid/dist/regex.js delete mode 100644 node_modules/uuid/dist/rng-browser.js delete mode 100644 node_modules/uuid/dist/rng.js delete mode 100644 node_modules/uuid/dist/sha1-browser.js delete mode 100644 node_modules/uuid/dist/sha1.js delete mode 100644 node_modules/uuid/dist/stringify.js delete mode 100644 node_modules/uuid/dist/umd/uuid.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidNIL.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidParse.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidStringify.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidValidate.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidVersion.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidv1.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidv3.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidv4.min.js delete mode 100644 node_modules/uuid/dist/umd/uuidv5.min.js delete mode 100644 node_modules/uuid/dist/uuid-bin.js delete mode 100644 node_modules/uuid/dist/v1.js delete mode 100644 node_modules/uuid/dist/v3.js delete mode 100644 node_modules/uuid/dist/v35.js delete mode 100644 node_modules/uuid/dist/v4.js delete mode 100644 node_modules/uuid/dist/v5.js delete mode 100644 node_modules/uuid/dist/validate.js delete mode 100644 node_modules/uuid/dist/version.js delete mode 100644 node_modules/uuid/package.json delete mode 100644 node_modules/uuid/wrapper.mjs diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid deleted file mode 100644 index 0c2d46962..000000000 --- a/node_modules/.bin/uuid +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@" -else - exec node "$basedir/../uuid/dist/bin/uuid" "$@" -fi diff --git a/node_modules/.bin/uuid.cmd b/node_modules/.bin/uuid.cmd deleted file mode 100644 index 0f2376eaf..000000000 --- a/node_modules/.bin/uuid.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -GOTO start -:find_dp0 -SET dp0=%~dp0 -EXIT /b -:start -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\uuid\dist\bin\uuid" %* diff --git a/node_modules/.bin/uuid.ps1 b/node_modules/.bin/uuid.ps1 deleted file mode 100644 index 78046284b..000000000 --- a/node_modules/.bin/uuid.ps1 +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - # Support pipeline input - if ($MyInvocation.ExpectingInput) { - $input | & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args - } else { - & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args - } - $ret=$LASTEXITCODE -} else { - # Support pipeline input - if ($MyInvocation.ExpectingInput) { - $input | & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args - } else { - & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args - } - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 0b31f94d0..b46e1e4ed 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "akeyless-action", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { @@ -14,12 +14,20 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, + "node_modules/@actions/exec": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", + "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", + "dependencies": { + "@actions/io": "^1.0.1" } }, "node_modules/@actions/github": { @@ -42,6 +50,11 @@ "undici": "^5.25.4" } }, + "node_modules/@actions/io": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" + }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", @@ -2279,9 +2292,9 @@ } }, "node_modules/akeyless": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/akeyless/-/akeyless-4.2.1.tgz", - "integrity": "sha512-WoDqq9UcpvKE/MaPd6/v/HXTg/HOaZh+qbfw8dEGUWstb/vKELGa54M/A64x7GrcItvV1me1n/45xw4fEMjFjQ==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/akeyless/-/akeyless-4.2.2.tgz", + "integrity": "sha512-lWkIVkJ1Lo7xG/FFLa6872WNHYdRqpDtIJl1n+FVI+9MOBfSE8uUggaAp5hIfJRXhW7D9hzlIxqTBm6NMsk2cA==", "license": "Unlicense", "dependencies": { "@babel/cli": "^7.0.0", @@ -8805,14 +8818,6 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-to-istanbul": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", diff --git a/node_modules/@actions/core/README.md b/node_modules/@actions/core/README.md index 8a471430a..ac8ced92b 100644 --- a/node_modules/@actions/core/README.md +++ b/node_modules/@actions/core/README.md @@ -333,3 +333,154 @@ toPlatformPath('/foo/bar') // => \foo\bar // On a Linux runner. toPlatformPath('\\foo\\bar') // => /foo/bar ``` + +#### Platform helper + +Provides shorthands for getting information about platform action is running on. + +```js +import { platform } from '@actions/core' + +/* equals to a call of os.platform() */ +platform.platform // 'win32' | 'darwin' | 'linux' | 'freebsd' | 'openbsd' | 'android' | 'cygwin' | 'sunos' + +/* equals to a call of os.arch() */ +platform.arch // 'x64' | 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 'riscv64' | 's390' | 's390x' + +/* common shorthands for platform-specific logic */ +platform.isWindows // true +platform.isMacOS // false +platform.isLinux // false + +/* run platform-specific script to get more details about the exact platform, works on Windows, MacOS and Linux */ +const { + name, // Microsoft Windows 11 Enterprise + version, // 10.0.22621 +} = await platform.getDetails() +``` + +#### Populating job summary + +These methods can be used to populate a [job summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary). A job summary is a buffer that can be added to throughout your job via `core.summary` methods. + +Job summaries when complete must be written to the summary buffer file via the `core.summary.write()` method. + +All methods except `addRaw()` utilize the `addRaw()` method to append to the buffer, followed by an EOL using the `addEOL()` method. + +```typescript + +// Write raw text, optionally add an EOL after the content, defaults to false +core.summary.addRaw('Some content here :speech_balloon:', true) +// Output: Some content here :speech_balloon:\n + +// Add an operating system-specific end-of-line marker +core.summary.addEOL() +// Output (POSIX): \n +// Output (Windows): \r\n + +// Add a codeblock with an optional language for syntax highlighting +core.summary.addCodeBlock('console.log(\'hello world\')', 'javascript') +// Output:
console.log('hello world')
+ +// Add a list, second parameter indicates if list is ordered, defaults to false +core.summary.addList(['item1','item2','item3'], true) +// Output:
  1. item1
  2. item2
  3. item3
+ +// Add a collapsible HTML details element +core.summary.addDetails('Label', 'Some detail that will be collapsed') +// Output:
LabelSome detail that will be collapsed
+ +// Add an image, image options parameter is optional, you can supply one of or both width and height in pixels +core.summary.addImage('example.png', 'alt description of img', {width: '100', height: '100'}) +// Output: alt description of img + +// Add an HTML section heading element, optionally pass a level that translates to 'hX' ie. h2. Defaults to h1 +core.summary.addHeading('My Heading', '2') +// Output:

My Heading

+ +// Add an HTML thematic break
+core.summary.addSeparator() +// Output:
+ +// Add an HTML line break
+core.summary.addBreak() +// Output:
+ +// Add an HTML blockquote with an optional citation +core.summary.addQuote('To be or not to be', 'Shakespeare') +// Output:
To be or not to be
+ +// Add an HTML anchor tag +core.summary.addLink('click here', 'https://github.com') +// Output: click here + +``` + +Tables are added using the `addTable()` method, and an array of `SummaryTableRow`. + +```typescript + +export type SummaryTableRow = (SummaryTableCell | string)[] + +export interface SummaryTableCell { + /** + * Cell content + */ + data: string + /** + * Render cell as header + * (optional) default: false + */ + header?: boolean + /** + * Number of columns the cell extends + * (optional) default: '1' + */ + colspan?: string + /** + * Number of rows the cell extends + * (optional) default: '1' + */ + rowspan?: string +} + +``` + +For example + +```typescript + +const tableData = [ + {data: 'Header1', header: true}, + {data: 'Header2', header: true}, + {data: 'Header3', header: true}, + {data: 'MyData1'}, + {data: 'MyData2'}, + {data: 'MyData3'} +] + +// Add an HTML table +core.summary.addTable([tableData]) +// Output:
Header1Header2Header3
MyData1MyData2MyData3
+ +``` + +In addition to job summary content, there are utility functions for interfacing with the buffer. + +```typescript + +// Empties the summary buffer AND wipes the summary file on disk +core.summary.clear() + +// Returns the current summary buffer as a string +core.summary.stringify() + +// If the summary buffer is empty +core.summary.isEmptyBuffer() + +// Resets the summary buffer without writing to the summary file on disk +core.summary.emptyBuffer() + +// Writes text in the buffer to the summary buffer file and empties the buffer, optionally overwriting all existing content in the summary file with buffer contents. Defaults to false. +core.summary.write({overwrite: true}) +``` \ No newline at end of file diff --git a/node_modules/@actions/core/lib/command.js b/node_modules/@actions/core/lib/command.js index 0b28c66b8..728a0149a 100644 --- a/node_modules/@actions/core/lib/command.js +++ b/node_modules/@actions/core/lib/command.js @@ -1,7 +1,11 @@ "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -14,7 +18,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; @@ -76,13 +80,13 @@ class Command { } } function escapeData(s) { - return utils_1.toCommandValue(s) + return (0, utils_1.toCommandValue)(s) .replace(/%/g, '%25') .replace(/\r/g, '%0D') .replace(/\n/g, '%0A'); } function escapeProperty(s) { - return utils_1.toCommandValue(s) + return (0, utils_1.toCommandValue)(s) .replace(/%/g, '%25') .replace(/\r/g, '%0D') .replace(/\n/g, '%0A') diff --git a/node_modules/@actions/core/lib/command.js.map b/node_modules/@actions/core/lib/command.js.map index 51c7c6375..476bcf64d 100644 --- a/node_modules/@actions/core/lib/command.js.map +++ b/node_modules/@actions/core/lib/command.js.map @@ -1 +1 @@ -{"version":3,"file":"command.js","sourceRoot":"","sources":["../src/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAwB;AACxB,mCAAsC;AAWtC;;;;;;;;;GASG;AACH,SAAgB,YAAY,CAC1B,OAAe,EACf,UAA6B,EAC7B,OAAY;IAEZ,MAAM,GAAG,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IACrD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAAA;AAC/C,CAAC;AAPD,oCAOC;AAED,SAAgB,KAAK,CAAC,IAAY,EAAE,OAAO,GAAG,EAAE;IAC9C,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,OAAO,CAAC,CAAA;AACjC,CAAC;AAFD,sBAEC;AAED,MAAM,UAAU,GAAG,IAAI,CAAA;AAEvB,MAAM,OAAO;IAKX,YAAY,OAAe,EAAE,UAA6B,EAAE,OAAe;QACzE,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,iBAAiB,CAAA;SAC5B;QAED,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;QAC5B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;IACxB,CAAC;IAED,QAAQ;QACN,IAAI,MAAM,GAAG,UAAU,GAAG,IAAI,CAAC,OAAO,CAAA;QAEtC,IAAI,IAAI,CAAC,UAAU,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;YAC9D,MAAM,IAAI,GAAG,CAAA;YACb,IAAI,KAAK,GAAG,IAAI,CAAA;YAChB,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,UAAU,EAAE;gBACjC,IAAI,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;oBACvC,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;oBAChC,IAAI,GAAG,EAAE;wBACP,IAAI,KAAK,EAAE;4BACT,KAAK,GAAG,KAAK,CAAA;yBACd;6BAAM;4BACL,MAAM,IAAI,GAAG,CAAA;yBACd;wBAED,MAAM,IAAI,GAAG,GAAG,IAAI,cAAc,CAAC,GAAG,CAAC,EAAE,CAAA;qBAC1C;iBACF;aACF;SACF;QAED,MAAM,IAAI,GAAG,UAAU,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAA;QACpD,OAAO,MAAM,CAAA;IACf,CAAC;CACF;AAED,SAAS,UAAU,CAAC,CAAM;IACxB,OAAO,sBAAc,CAAC,CAAC,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAC1B,CAAC;AAED,SAAS,cAAc,CAAC,CAAM;IAC5B,OAAO,sBAAc,CAAC,CAAC,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;AACzB,CAAC"} \ No newline at end of file +{"version":3,"file":"command.js","sourceRoot":"","sources":["../src/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAwB;AACxB,mCAAsC;AAWtC;;;;;;;;;GASG;AACH,SAAgB,YAAY,CAC1B,OAAe,EACf,UAA6B,EAC7B,OAAY;IAEZ,MAAM,GAAG,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IACrD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAAA;AAC/C,CAAC;AAPD,oCAOC;AAED,SAAgB,KAAK,CAAC,IAAY,EAAE,OAAO,GAAG,EAAE;IAC9C,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,OAAO,CAAC,CAAA;AACjC,CAAC;AAFD,sBAEC;AAED,MAAM,UAAU,GAAG,IAAI,CAAA;AAEvB,MAAM,OAAO;IAKX,YAAY,OAAe,EAAE,UAA6B,EAAE,OAAe;QACzE,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,iBAAiB,CAAA;SAC5B;QAED,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;QAC5B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;IACxB,CAAC;IAED,QAAQ;QACN,IAAI,MAAM,GAAG,UAAU,GAAG,IAAI,CAAC,OAAO,CAAA;QAEtC,IAAI,IAAI,CAAC,UAAU,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;YAC9D,MAAM,IAAI,GAAG,CAAA;YACb,IAAI,KAAK,GAAG,IAAI,CAAA;YAChB,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,UAAU,EAAE;gBACjC,IAAI,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;oBACvC,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;oBAChC,IAAI,GAAG,EAAE;wBACP,IAAI,KAAK,EAAE;4BACT,KAAK,GAAG,KAAK,CAAA;yBACd;6BAAM;4BACL,MAAM,IAAI,GAAG,CAAA;yBACd;wBAED,MAAM,IAAI,GAAG,GAAG,IAAI,cAAc,CAAC,GAAG,CAAC,EAAE,CAAA;qBAC1C;iBACF;aACF;SACF;QAED,MAAM,IAAI,GAAG,UAAU,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAA;QACpD,OAAO,MAAM,CAAA;IACf,CAAC;CACF;AAED,SAAS,UAAU,CAAC,CAAM;IACxB,OAAO,IAAA,sBAAc,EAAC,CAAC,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAC1B,CAAC;AAED,SAAS,cAAc,CAAC,CAAM;IAC5B,OAAO,IAAA,sBAAc,EAAC,CAAC,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;SACrB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC;SACpB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;AACzB,CAAC"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/core.d.ts b/node_modules/@actions/core/lib/core.d.ts index ceecdd326..a0803d7ad 100644 --- a/node_modules/@actions/core/lib/core.d.ts +++ b/node_modules/@actions/core/lib/core.d.ts @@ -196,3 +196,7 @@ export { markdownSummary } from './summary'; * Path exports */ export { toPosixPath, toWin32Path, toPlatformPath } from './path-utils'; +/** + * Platform utilities exports + */ +export * as platform from './platform'; diff --git a/node_modules/@actions/core/lib/core.js b/node_modules/@actions/core/lib/core.js index 48df6ad09..8f85466da 100644 --- a/node_modules/@actions/core/lib/core.js +++ b/node_modules/@actions/core/lib/core.js @@ -1,7 +1,11 @@ "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -14,7 +18,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; @@ -28,7 +32,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; +exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; const command_1 = require("./command"); const file_command_1 = require("./file-command"); const utils_1 = require("./utils"); @@ -48,7 +52,7 @@ var ExitCode; * A code indicating that the action was a failure */ ExitCode[ExitCode["Failure"] = 1] = "Failure"; -})(ExitCode = exports.ExitCode || (exports.ExitCode = {})); +})(ExitCode || (exports.ExitCode = ExitCode = {})); //----------------------------------------------------------------------- // Variables //----------------------------------------------------------------------- @@ -59,13 +63,13 @@ var ExitCode; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function exportVariable(name, val) { - const convertedVal = utils_1.toCommandValue(val); + const convertedVal = (0, utils_1.toCommandValue)(val); process.env[name] = convertedVal; const filePath = process.env['GITHUB_ENV'] || ''; if (filePath) { - return file_command_1.issueFileCommand('ENV', file_command_1.prepareKeyValueMessage(name, val)); + return (0, file_command_1.issueFileCommand)('ENV', (0, file_command_1.prepareKeyValueMessage)(name, val)); } - command_1.issueCommand('set-env', { name }, convertedVal); + (0, command_1.issueCommand)('set-env', { name }, convertedVal); } exports.exportVariable = exportVariable; /** @@ -73,7 +77,7 @@ exports.exportVariable = exportVariable; * @param secret value of the secret */ function setSecret(secret) { - command_1.issueCommand('add-mask', {}, secret); + (0, command_1.issueCommand)('add-mask', {}, secret); } exports.setSecret = setSecret; /** @@ -83,10 +87,10 @@ exports.setSecret = setSecret; function addPath(inputPath) { const filePath = process.env['GITHUB_PATH'] || ''; if (filePath) { - file_command_1.issueFileCommand('PATH', inputPath); + (0, file_command_1.issueFileCommand)('PATH', inputPath); } else { - command_1.issueCommand('add-path', {}, inputPath); + (0, command_1.issueCommand)('add-path', {}, inputPath); } process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`; } @@ -161,10 +165,10 @@ exports.getBooleanInput = getBooleanInput; function setOutput(name, value) { const filePath = process.env['GITHUB_OUTPUT'] || ''; if (filePath) { - return file_command_1.issueFileCommand('OUTPUT', file_command_1.prepareKeyValueMessage(name, value)); + return (0, file_command_1.issueFileCommand)('OUTPUT', (0, file_command_1.prepareKeyValueMessage)(name, value)); } process.stdout.write(os.EOL); - command_1.issueCommand('set-output', { name }, utils_1.toCommandValue(value)); + (0, command_1.issueCommand)('set-output', { name }, (0, utils_1.toCommandValue)(value)); } exports.setOutput = setOutput; /** @@ -173,7 +177,7 @@ exports.setOutput = setOutput; * */ function setCommandEcho(enabled) { - command_1.issue('echo', enabled ? 'on' : 'off'); + (0, command_1.issue)('echo', enabled ? 'on' : 'off'); } exports.setCommandEcho = setCommandEcho; //----------------------------------------------------------------------- @@ -204,7 +208,7 @@ exports.isDebug = isDebug; * @param message debug message */ function debug(message) { - command_1.issueCommand('debug', {}, message); + (0, command_1.issueCommand)('debug', {}, message); } exports.debug = debug; /** @@ -213,7 +217,7 @@ exports.debug = debug; * @param properties optional properties to add to the annotation. */ function error(message, properties = {}) { - command_1.issueCommand('error', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); + (0, command_1.issueCommand)('error', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } exports.error = error; /** @@ -222,7 +226,7 @@ exports.error = error; * @param properties optional properties to add to the annotation. */ function warning(message, properties = {}) { - command_1.issueCommand('warning', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); + (0, command_1.issueCommand)('warning', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } exports.warning = warning; /** @@ -231,7 +235,7 @@ exports.warning = warning; * @param properties optional properties to add to the annotation. */ function notice(message, properties = {}) { - command_1.issueCommand('notice', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); + (0, command_1.issueCommand)('notice', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } exports.notice = notice; /** @@ -250,14 +254,14 @@ exports.info = info; * @param name The name of the output group */ function startGroup(name) { - command_1.issue('group', name); + (0, command_1.issue)('group', name); } exports.startGroup = startGroup; /** * End an output group. */ function endGroup() { - command_1.issue('endgroup'); + (0, command_1.issue)('endgroup'); } exports.endGroup = endGroup; /** @@ -295,9 +299,9 @@ exports.group = group; function saveState(name, value) { const filePath = process.env['GITHUB_STATE'] || ''; if (filePath) { - return file_command_1.issueFileCommand('STATE', file_command_1.prepareKeyValueMessage(name, value)); + return (0, file_command_1.issueFileCommand)('STATE', (0, file_command_1.prepareKeyValueMessage)(name, value)); } - command_1.issueCommand('save-state', { name }, utils_1.toCommandValue(value)); + (0, command_1.issueCommand)('save-state', { name }, (0, utils_1.toCommandValue)(value)); } exports.saveState = saveState; /** @@ -333,4 +337,8 @@ var path_utils_1 = require("./path-utils"); Object.defineProperty(exports, "toPosixPath", { enumerable: true, get: function () { return path_utils_1.toPosixPath; } }); Object.defineProperty(exports, "toWin32Path", { enumerable: true, get: function () { return path_utils_1.toWin32Path; } }); Object.defineProperty(exports, "toPlatformPath", { enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }); +/** + * Platform utilities exports + */ +exports.platform = __importStar(require("./platform")); //# sourceMappingURL=core.js.map \ No newline at end of file diff --git a/node_modules/@actions/core/lib/core.js.map b/node_modules/@actions/core/lib/core.js.map index 99f7fd85c..12617183b 100644 --- a/node_modules/@actions/core/lib/core.js.map +++ b/node_modules/@actions/core/lib/core.js.map @@ -1 +1 @@ -{"version":3,"file":"core.js","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"core.js","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/file-command.js b/node_modules/@actions/core/lib/file-command.js index 2d0d738fd..e4cae444a 100644 --- a/node_modules/@actions/core/lib/file-command.js +++ b/node_modules/@actions/core/lib/file-command.js @@ -2,7 +2,11 @@ // For internal use, subject to change. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -15,7 +19,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; @@ -23,9 +27,9 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(require("crypto")); const fs = __importStar(require("fs")); const os = __importStar(require("os")); -const uuid_1 = require("uuid"); const utils_1 = require("./utils"); function issueFileCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; @@ -35,14 +39,14 @@ function issueFileCommand(command, message) { if (!fs.existsSync(filePath)) { throw new Error(`Missing file at path: ${filePath}`); } - fs.appendFileSync(filePath, `${utils_1.toCommandValue(message)}${os.EOL}`, { + fs.appendFileSync(filePath, `${(0, utils_1.toCommandValue)(message)}${os.EOL}`, { encoding: 'utf8' }); } exports.issueFileCommand = issueFileCommand; function prepareKeyValueMessage(key, value) { - const delimiter = `ghadelimiter_${uuid_1.v4()}`; - const convertedValue = utils_1.toCommandValue(value); + const delimiter = `ghadelimiter_${crypto.randomUUID()}`; + const convertedValue = (0, utils_1.toCommandValue)(value); // These should realistically never happen, but just in case someone finds a // way to exploit uuid generation let's not allow keys or values that contain // the delimiter. diff --git a/node_modules/@actions/core/lib/file-command.js.map b/node_modules/@actions/core/lib/file-command.js.map index b1a9d54d7..8510a5731 100644 --- a/node_modules/@actions/core/lib/file-command.js.map +++ b/node_modules/@actions/core/lib/file-command.js.map @@ -1 +1 @@ -{"version":3,"file":"file-command.js","sourceRoot":"","sources":["../src/file-command.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;;;;;;;;;;;;;;;;;;;;AAEvC,mCAAmC;AACnC,uDAAuD;AAEvD,uCAAwB;AACxB,uCAAwB;AACxB,+BAAiC;AACjC,mCAAsC;AAEtC,SAAgB,gBAAgB,CAAC,OAAe,EAAE,OAAY;IAC5D,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,UAAU,OAAO,EAAE,CAAC,CAAA;IACjD,IAAI,CAAC,QAAQ,EAAE;QACb,MAAM,IAAI,KAAK,CACb,wDAAwD,OAAO,EAAE,CAClE,CAAA;KACF;IACD,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;QAC5B,MAAM,IAAI,KAAK,CAAC,yBAAyB,QAAQ,EAAE,CAAC,CAAA;KACrD;IAED,EAAE,CAAC,cAAc,CAAC,QAAQ,EAAE,GAAG,sBAAc,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,EAAE;QACjE,QAAQ,EAAE,MAAM;KACjB,CAAC,CAAA;AACJ,CAAC;AAdD,4CAcC;AAED,SAAgB,sBAAsB,CAAC,GAAW,EAAE,KAAU;IAC5D,MAAM,SAAS,GAAG,gBAAgB,SAAM,EAAE,EAAE,CAAA;IAC5C,MAAM,cAAc,GAAG,sBAAc,CAAC,KAAK,CAAC,CAAA;IAE5C,4EAA4E;IAC5E,6EAA6E;IAC7E,iBAAiB;IACjB,IAAI,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;QAC3B,MAAM,IAAI,KAAK,CACb,4DAA4D,SAAS,GAAG,CACzE,CAAA;KACF;IAED,IAAI,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;QACtC,MAAM,IAAI,KAAK,CACb,6DAA6D,SAAS,GAAG,CAC1E,CAAA;KACF;IAED,OAAO,GAAG,GAAG,KAAK,SAAS,GAAG,EAAE,CAAC,GAAG,GAAG,cAAc,GAAG,EAAE,CAAC,GAAG,GAAG,SAAS,EAAE,CAAA;AAC9E,CAAC;AApBD,wDAoBC"} \ No newline at end of file +{"version":3,"file":"file-command.js","sourceRoot":"","sources":["../src/file-command.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;AAEvC,mCAAmC;AACnC,uDAAuD;AAEvD,+CAAgC;AAChC,uCAAwB;AACxB,uCAAwB;AACxB,mCAAsC;AAEtC,SAAgB,gBAAgB,CAAC,OAAe,EAAE,OAAY;IAC5D,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,UAAU,OAAO,EAAE,CAAC,CAAA;IACjD,IAAI,CAAC,QAAQ,EAAE;QACb,MAAM,IAAI,KAAK,CACb,wDAAwD,OAAO,EAAE,CAClE,CAAA;KACF;IACD,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;QAC5B,MAAM,IAAI,KAAK,CAAC,yBAAyB,QAAQ,EAAE,CAAC,CAAA;KACrD;IAED,EAAE,CAAC,cAAc,CAAC,QAAQ,EAAE,GAAG,IAAA,sBAAc,EAAC,OAAO,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,EAAE;QACjE,QAAQ,EAAE,MAAM;KACjB,CAAC,CAAA;AACJ,CAAC;AAdD,4CAcC;AAED,SAAgB,sBAAsB,CAAC,GAAW,EAAE,KAAU;IAC5D,MAAM,SAAS,GAAG,gBAAgB,MAAM,CAAC,UAAU,EAAE,EAAE,CAAA;IACvD,MAAM,cAAc,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAA;IAE5C,4EAA4E;IAC5E,6EAA6E;IAC7E,iBAAiB;IACjB,IAAI,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;QAC3B,MAAM,IAAI,KAAK,CACb,4DAA4D,SAAS,GAAG,CACzE,CAAA;KACF;IAED,IAAI,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;QACtC,MAAM,IAAI,KAAK,CACb,6DAA6D,SAAS,GAAG,CAC1E,CAAA;KACF;IAED,OAAO,GAAG,GAAG,KAAK,SAAS,GAAG,EAAE,CAAC,GAAG,GAAG,cAAc,GAAG,EAAE,CAAC,GAAG,GAAG,SAAS,EAAE,CAAA;AAC9E,CAAC;AApBD,wDAoBC"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/oidc-utils.js b/node_modules/@actions/core/lib/oidc-utils.js index 092e93d7e..f8895d086 100644 --- a/node_modules/@actions/core/lib/oidc-utils.js +++ b/node_modules/@actions/core/lib/oidc-utils.js @@ -62,9 +62,9 @@ class OidcClient { const encodedAudience = encodeURIComponent(audience); id_token_url = `${id_token_url}&audience=${encodedAudience}`; } - core_1.debug(`ID token url is ${id_token_url}`); + (0, core_1.debug)(`ID token url is ${id_token_url}`); const id_token = yield OidcClient.getCall(id_token_url); - core_1.setSecret(id_token); + (0, core_1.setSecret)(id_token); return id_token; } catch (error) { diff --git a/node_modules/@actions/core/lib/oidc-utils.js.map b/node_modules/@actions/core/lib/oidc-utils.js.map index 22506b807..f144099cd 100644 --- a/node_modules/@actions/core/lib/oidc-utils.js.map +++ b/node_modules/@actions/core/lib/oidc-utils.js.map @@ -1 +1 @@ -{"version":3,"file":"oidc-utils.js","sourceRoot":"","sources":["../src/oidc-utils.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,sDAA+C;AAC/C,wDAAqE;AACrE,iCAAuC;AAKvC,MAAa,UAAU;IACb,MAAM,CAAC,gBAAgB,CAC7B,UAAU,GAAG,IAAI,EACjB,QAAQ,GAAG,EAAE;QAEb,MAAM,cAAc,GAAmB;YACrC,YAAY,EAAE,UAAU;YACxB,UAAU,EAAE,QAAQ;SACrB,CAAA;QAED,OAAO,IAAI,wBAAU,CACnB,qBAAqB,EACrB,CAAC,IAAI,8BAAuB,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC,CAAC,EAC3D,cAAc,CACf,CAAA;IACH,CAAC;IAEO,MAAM,CAAC,eAAe;QAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,gCAAgC,CAAC,CAAA;QAC3D,IAAI,CAAC,KAAK,EAAE;YACV,MAAM,IAAI,KAAK,CACb,2DAA2D,CAC5D,CAAA;SACF;QACD,OAAO,KAAK,CAAA;IACd,CAAC;IAEO,MAAM,CAAC,aAAa;QAC1B,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAA;QAC9D,IAAI,CAAC,UAAU,EAAE;YACf,MAAM,IAAI,KAAK,CAAC,yDAAyD,CAAC,CAAA;SAC3E;QACD,OAAO,UAAU,CAAA;IACnB,CAAC;IAEO,MAAM,CAAO,OAAO,CAAC,YAAoB;;;YAC/C,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAA;YAEhD,MAAM,GAAG,GAAG,MAAM,UAAU;iBACzB,OAAO,CAAgB,YAAY,CAAC;iBACpC,KAAK,CAAC,KAAK,CAAC,EAAE;gBACb,MAAM,IAAI,KAAK,CACb;uBACa,KAAK,CAAC,UAAU;yBACd,KAAK,CAAC,OAAO,EAAE,CAC/B,CAAA;YACH,CAAC,CAAC,CAAA;YAEJ,MAAM,QAAQ,SAAG,GAAG,CAAC,MAAM,0CAAE,KAAK,CAAA;YAClC,IAAI,CAAC,QAAQ,EAAE;gBACb,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAA;aACjE;YACD,OAAO,QAAQ,CAAA;;KAChB;IAED,MAAM,CAAO,UAAU,CAAC,QAAiB;;YACvC,IAAI;gBACF,gDAAgD;gBAChD,IAAI,YAAY,GAAW,UAAU,CAAC,aAAa,EAAE,CAAA;gBACrD,IAAI,QAAQ,EAAE;oBACZ,MAAM,eAAe,GAAG,kBAAkB,CAAC,QAAQ,CAAC,CAAA;oBACpD,YAAY,GAAG,GAAG,YAAY,aAAa,eAAe,EAAE,CAAA;iBAC7D;gBAED,YAAK,CAAC,mBAAmB,YAAY,EAAE,CAAC,CAAA;gBAExC,MAAM,QAAQ,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,CAAA;gBACvD,gBAAS,CAAC,QAAQ,CAAC,CAAA;gBACnB,OAAO,QAAQ,CAAA;aAChB;YAAC,OAAO,KAAK,EAAE;gBACd,MAAM,IAAI,KAAK,CAAC,kBAAkB,KAAK,CAAC,OAAO,EAAE,CAAC,CAAA;aACnD;QACH,CAAC;KAAA;CACF;AAzED,gCAyEC"} \ No newline at end of file +{"version":3,"file":"oidc-utils.js","sourceRoot":"","sources":["../src/oidc-utils.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,sDAA+C;AAC/C,wDAAqE;AACrE,iCAAuC;AAKvC,MAAa,UAAU;IACb,MAAM,CAAC,gBAAgB,CAC7B,UAAU,GAAG,IAAI,EACjB,QAAQ,GAAG,EAAE;QAEb,MAAM,cAAc,GAAmB;YACrC,YAAY,EAAE,UAAU;YACxB,UAAU,EAAE,QAAQ;SACrB,CAAA;QAED,OAAO,IAAI,wBAAU,CACnB,qBAAqB,EACrB,CAAC,IAAI,8BAAuB,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC,CAAC,EAC3D,cAAc,CACf,CAAA;IACH,CAAC;IAEO,MAAM,CAAC,eAAe;QAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,gCAAgC,CAAC,CAAA;QAC3D,IAAI,CAAC,KAAK,EAAE;YACV,MAAM,IAAI,KAAK,CACb,2DAA2D,CAC5D,CAAA;SACF;QACD,OAAO,KAAK,CAAA;IACd,CAAC;IAEO,MAAM,CAAC,aAAa;QAC1B,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAA;QAC9D,IAAI,CAAC,UAAU,EAAE;YACf,MAAM,IAAI,KAAK,CAAC,yDAAyD,CAAC,CAAA;SAC3E;QACD,OAAO,UAAU,CAAA;IACnB,CAAC;IAEO,MAAM,CAAO,OAAO,CAAC,YAAoB;;;YAC/C,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAA;YAEhD,MAAM,GAAG,GAAG,MAAM,UAAU;iBACzB,OAAO,CAAgB,YAAY,CAAC;iBACpC,KAAK,CAAC,KAAK,CAAC,EAAE;gBACb,MAAM,IAAI,KAAK,CACb;uBACa,KAAK,CAAC,UAAU;yBACd,KAAK,CAAC,OAAO,EAAE,CAC/B,CAAA;YACH,CAAC,CAAC,CAAA;YAEJ,MAAM,QAAQ,GAAG,MAAA,GAAG,CAAC,MAAM,0CAAE,KAAK,CAAA;YAClC,IAAI,CAAC,QAAQ,EAAE;gBACb,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAA;aACjE;YACD,OAAO,QAAQ,CAAA;;KAChB;IAED,MAAM,CAAO,UAAU,CAAC,QAAiB;;YACvC,IAAI;gBACF,gDAAgD;gBAChD,IAAI,YAAY,GAAW,UAAU,CAAC,aAAa,EAAE,CAAA;gBACrD,IAAI,QAAQ,EAAE;oBACZ,MAAM,eAAe,GAAG,kBAAkB,CAAC,QAAQ,CAAC,CAAA;oBACpD,YAAY,GAAG,GAAG,YAAY,aAAa,eAAe,EAAE,CAAA;iBAC7D;gBAED,IAAA,YAAK,EAAC,mBAAmB,YAAY,EAAE,CAAC,CAAA;gBAExC,MAAM,QAAQ,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,CAAA;gBACvD,IAAA,gBAAS,EAAC,QAAQ,CAAC,CAAA;gBACnB,OAAO,QAAQ,CAAA;aAChB;YAAC,OAAO,KAAK,EAAE;gBACd,MAAM,IAAI,KAAK,CAAC,kBAAkB,KAAK,CAAC,OAAO,EAAE,CAAC,CAAA;aACnD;QACH,CAAC;KAAA;CACF;AAzED,gCAyEC"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/path-utils.js b/node_modules/@actions/core/lib/path-utils.js index 7251c829c..d13f4ec8d 100644 --- a/node_modules/@actions/core/lib/path-utils.js +++ b/node_modules/@actions/core/lib/path-utils.js @@ -1,7 +1,11 @@ "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -14,7 +18,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; diff --git a/node_modules/@actions/core/lib/path-utils.js.map b/node_modules/@actions/core/lib/path-utils.js.map index 7ab1cacec..b29600854 100644 --- a/node_modules/@actions/core/lib/path-utils.js.map +++ b/node_modules/@actions/core/lib/path-utils.js.map @@ -1 +1 @@ -{"version":3,"file":"path-utils.js","sourceRoot":"","sources":["../src/path-utils.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA4B;AAE5B;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,GAAW;IACrC,OAAO,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;AAClC,CAAC;AAFD,kCAEC;AAED;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,GAAW;IACrC,OAAO,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;AAClC,CAAC;AAFD,kCAEC;AAED;;;;;;;GAOG;AACH,SAAgB,cAAc,CAAC,GAAW;IACxC,OAAO,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"} \ No newline at end of file +{"version":3,"file":"path-utils.js","sourceRoot":"","sources":["../src/path-utils.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA4B;AAE5B;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,GAAW;IACrC,OAAO,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;AAClC,CAAC;AAFD,kCAEC;AAED;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,GAAW;IACrC,OAAO,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;AAClC,CAAC;AAFD,kCAEC;AAED;;;;;;;GAOG;AACH,SAAgB,cAAc,CAAC,GAAW;IACxC,OAAO,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/platform.d.ts b/node_modules/@actions/core/lib/platform.d.ts new file mode 100644 index 000000000..34dbd93b0 --- /dev/null +++ b/node_modules/@actions/core/lib/platform.d.ts @@ -0,0 +1,15 @@ +/// +export declare const platform: NodeJS.Platform; +export declare const arch: string; +export declare const isWindows: boolean; +export declare const isMacOS: boolean; +export declare const isLinux: boolean; +export declare function getDetails(): Promise<{ + name: string; + platform: string; + arch: string; + version: string; + isWindows: boolean; + isMacOS: boolean; + isLinux: boolean; +}>; diff --git a/node_modules/@actions/core/lib/platform.js b/node_modules/@actions/core/lib/platform.js new file mode 100644 index 000000000..c6b58c539 --- /dev/null +++ b/node_modules/@actions/core/lib/platform.js @@ -0,0 +1,94 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getDetails = exports.isLinux = exports.isMacOS = exports.isWindows = exports.arch = exports.platform = void 0; +const os_1 = __importDefault(require("os")); +const exec = __importStar(require("@actions/exec")); +const getWindowsInfo = () => __awaiter(void 0, void 0, void 0, function* () { + const { stdout: version } = yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"', undefined, { + silent: true + }); + const { stdout: name } = yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"', undefined, { + silent: true + }); + return { + name: name.trim(), + version: version.trim() + }; +}); +const getMacOsInfo = () => __awaiter(void 0, void 0, void 0, function* () { + var _a, _b, _c, _d; + const { stdout } = yield exec.getExecOutput('sw_vers', undefined, { + silent: true + }); + const version = (_b = (_a = stdout.match(/ProductVersion:\s*(.+)/)) === null || _a === void 0 ? void 0 : _a[1]) !== null && _b !== void 0 ? _b : ''; + const name = (_d = (_c = stdout.match(/ProductName:\s*(.+)/)) === null || _c === void 0 ? void 0 : _c[1]) !== null && _d !== void 0 ? _d : ''; + return { + name, + version + }; +}); +const getLinuxInfo = () => __awaiter(void 0, void 0, void 0, function* () { + const { stdout } = yield exec.getExecOutput('lsb_release', ['-i', '-r', '-s'], { + silent: true + }); + const [name, version] = stdout.trim().split('\n'); + return { + name, + version + }; +}); +exports.platform = os_1.default.platform(); +exports.arch = os_1.default.arch(); +exports.isWindows = exports.platform === 'win32'; +exports.isMacOS = exports.platform === 'darwin'; +exports.isLinux = exports.platform === 'linux'; +function getDetails() { + return __awaiter(this, void 0, void 0, function* () { + return Object.assign(Object.assign({}, (yield (exports.isWindows + ? getWindowsInfo() + : exports.isMacOS + ? getMacOsInfo() + : getLinuxInfo()))), { platform: exports.platform, + arch: exports.arch, + isWindows: exports.isWindows, + isMacOS: exports.isMacOS, + isLinux: exports.isLinux }); + }); +} +exports.getDetails = getDetails; +//# sourceMappingURL=platform.js.map \ No newline at end of file diff --git a/node_modules/@actions/core/lib/platform.js.map b/node_modules/@actions/core/lib/platform.js.map new file mode 100644 index 000000000..976102b0c --- /dev/null +++ b/node_modules/@actions/core/lib/platform.js.map @@ -0,0 +1 @@ +{"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAmB;AACnB,oDAAqC;AAErC,MAAM,cAAc,GAAG,GAAmD,EAAE;IAC1E,MAAM,EAAC,MAAM,EAAE,OAAO,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAChD,kFAAkF,EAClF,SAAS,EACT;QACE,MAAM,EAAE,IAAI;KACb,CACF,CAAA;IAED,MAAM,EAAC,MAAM,EAAE,IAAI,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAC7C,kFAAkF,EAClF,SAAS,EACT;QACE,MAAM,EAAE,IAAI;KACb,CACF,CAAA;IAED,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;QACjB,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE;KACxB,CAAA;AACH,CAAC,CAAA,CAAA;AAED,MAAM,YAAY,GAAG,GAGlB,EAAE;;IACH,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE;QAC9D,MAAM,EAAE,IAAI;KACb,CAAC,CAAA;IAEF,MAAM,OAAO,GAAG,MAAA,MAAA,MAAM,CAAC,KAAK,CAAC,wBAAwB,CAAC,0CAAG,CAAC,CAAC,mCAAI,EAAE,CAAA;IACjE,MAAM,IAAI,GAAG,MAAA,MAAA,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,0CAAG,CAAC,CAAC,mCAAI,EAAE,CAAA;IAE3D,OAAO;QACL,IAAI;QACJ,OAAO;KACR,CAAA;AACH,CAAC,CAAA,CAAA;AAED,MAAM,YAAY,GAAG,GAGlB,EAAE;IACH,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,aAAa,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE;QAC3E,MAAM,EAAE,IAAI;KACb,CAAC,CAAA;IAEF,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;IAEjD,OAAO;QACL,IAAI;QACJ,OAAO;KACR,CAAA;AACH,CAAC,CAAA,CAAA;AAEY,QAAA,QAAQ,GAAG,YAAE,CAAC,QAAQ,EAAE,CAAA;AACxB,QAAA,IAAI,GAAG,YAAE,CAAC,IAAI,EAAE,CAAA;AAChB,QAAA,SAAS,GAAG,gBAAQ,KAAK,OAAO,CAAA;AAChC,QAAA,OAAO,GAAG,gBAAQ,KAAK,QAAQ,CAAA;AAC/B,QAAA,OAAO,GAAG,gBAAQ,KAAK,OAAO,CAAA;AAE3C,SAAsB,UAAU;;QAS9B,uCACK,CAAC,MAAM,CAAC,iBAAS;YAClB,CAAC,CAAC,cAAc,EAAE;YAClB,CAAC,CAAC,eAAO;gBACT,CAAC,CAAC,YAAY,EAAE;gBAChB,CAAC,CAAC,YAAY,EAAE,CAAC,CAAC,KACpB,QAAQ,EAAR,gBAAQ;YACR,IAAI,EAAJ,YAAI;YACJ,SAAS,EAAT,iBAAS;YACT,OAAO,EAAP,eAAO;YACP,OAAO,EAAP,eAAO,IACR;IACH,CAAC;CAAA;AArBD,gCAqBC"} \ No newline at end of file diff --git a/node_modules/@actions/core/lib/summary.d.ts b/node_modules/@actions/core/lib/summary.d.ts index bb7925555..0ea4384a9 100644 --- a/node_modules/@actions/core/lib/summary.d.ts +++ b/node_modules/@actions/core/lib/summary.d.ts @@ -1,6 +1,6 @@ export declare const SUMMARY_ENV_VAR = "GITHUB_STEP_SUMMARY"; export declare const SUMMARY_DOCS_URL = "https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary"; -export declare type SummaryTableRow = (SummaryTableCell | string)[]; +export type SummaryTableRow = (SummaryTableCell | string)[]; export interface SummaryTableCell { /** * Cell content diff --git a/node_modules/@actions/core/lib/summary.js.map b/node_modules/@actions/core/lib/summary.js.map index d598f264f..96373515a 100644 --- a/node_modules/@actions/core/lib/summary.js.map +++ b/node_modules/@actions/core/lib/summary.js.map @@ -1 +1 @@ -{"version":3,"file":"summary.js","sourceRoot":"","sources":["../src/summary.ts"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"summary.js","sourceRoot":"","sources":["../src/summary.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json index 1558268c4..6d60010e3 100644 --- a/node_modules/@actions/core/package.json +++ b/node_modules/@actions/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.10.1", + "version": "1.11.1", "description": "Actions core lib", "keywords": [ "github", @@ -36,11 +36,10 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" }, "devDependencies": { - "@types/node": "^12.0.2", - "@types/uuid": "^8.3.4" + "@types/node": "^16.18.112" } } \ No newline at end of file diff --git a/node_modules/uuid/LICENSE.md b/node_modules/@actions/exec/LICENSE.md similarity index 93% rename from node_modules/uuid/LICENSE.md rename to node_modules/@actions/exec/LICENSE.md index 393416836..dbae2edb2 100644 --- a/node_modules/uuid/LICENSE.md +++ b/node_modules/@actions/exec/LICENSE.md @@ -1,9 +1,9 @@ The MIT License (MIT) -Copyright (c) 2010-2020 Robert Kieffer and other contributors +Copyright 2019 GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/@actions/exec/README.md b/node_modules/@actions/exec/README.md new file mode 100644 index 000000000..53a6bf524 --- /dev/null +++ b/node_modules/@actions/exec/README.md @@ -0,0 +1,57 @@ +# `@actions/exec` + +## Usage + +#### Basic + +You can use this package to execute tools in a cross platform way: + +```js +const exec = require('@actions/exec'); + +await exec.exec('node index.js'); +``` + +#### Args + +You can also pass in arg arrays: + +```js +const exec = require('@actions/exec'); + +await exec.exec('node', ['index.js', 'foo=bar']); +``` + +#### Output/options + +Capture output or specify [other options](https://github.com/actions/toolkit/blob/d9347d4ab99fd507c0b9104b2cf79fb44fcc827d/packages/exec/src/interfaces.ts#L5): + +```js +const exec = require('@actions/exec'); + +let myOutput = ''; +let myError = ''; + +const options = {}; +options.listeners = { + stdout: (data: Buffer) => { + myOutput += data.toString(); + }, + stderr: (data: Buffer) => { + myError += data.toString(); + } +}; +options.cwd = './lib'; + +await exec.exec('node', ['index.js', 'foo=bar'], options); +``` + +#### Exec tools not in the PATH + +You can specify the full path for tools not in the PATH: + +```js +const exec = require('@actions/exec'); + +await exec.exec('"/path/to/my-tool"', ['arg1']); +``` diff --git a/node_modules/@actions/exec/lib/exec.d.ts b/node_modules/@actions/exec/lib/exec.d.ts new file mode 100644 index 000000000..baedcdb6f --- /dev/null +++ b/node_modules/@actions/exec/lib/exec.d.ts @@ -0,0 +1,24 @@ +import { ExecOptions, ExecOutput, ExecListeners } from './interfaces'; +export { ExecOptions, ExecOutput, ExecListeners }; +/** + * Exec a command. + * Output will be streamed to the live console. + * Returns promise with return code + * + * @param commandLine command to execute (can include additional args). Must be correctly escaped. + * @param args optional arguments for tool. Escaping is handled by the lib. + * @param options optional exec options. See ExecOptions + * @returns Promise exit code + */ +export declare function exec(commandLine: string, args?: string[], options?: ExecOptions): Promise; +/** + * Exec a command and get the output. + * Output will be streamed to the live console. + * Returns promise with the exit code and collected stdout and stderr + * + * @param commandLine command to execute (can include additional args). Must be correctly escaped. + * @param args optional arguments for tool. Escaping is handled by the lib. + * @param options optional exec options. See ExecOptions + * @returns Promise exit code, stdout, and stderr + */ +export declare function getExecOutput(commandLine: string, args?: string[], options?: ExecOptions): Promise; diff --git a/node_modules/@actions/exec/lib/exec.js b/node_modules/@actions/exec/lib/exec.js new file mode 100644 index 000000000..72c7a9cc1 --- /dev/null +++ b/node_modules/@actions/exec/lib/exec.js @@ -0,0 +1,103 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getExecOutput = exports.exec = void 0; +const string_decoder_1 = require("string_decoder"); +const tr = __importStar(require("./toolrunner")); +/** + * Exec a command. + * Output will be streamed to the live console. + * Returns promise with return code + * + * @param commandLine command to execute (can include additional args). Must be correctly escaped. + * @param args optional arguments for tool. Escaping is handled by the lib. + * @param options optional exec options. See ExecOptions + * @returns Promise exit code + */ +function exec(commandLine, args, options) { + return __awaiter(this, void 0, void 0, function* () { + const commandArgs = tr.argStringToArray(commandLine); + if (commandArgs.length === 0) { + throw new Error(`Parameter 'commandLine' cannot be null or empty.`); + } + // Path to tool to execute should be first arg + const toolPath = commandArgs[0]; + args = commandArgs.slice(1).concat(args || []); + const runner = new tr.ToolRunner(toolPath, args, options); + return runner.exec(); + }); +} +exports.exec = exec; +/** + * Exec a command and get the output. + * Output will be streamed to the live console. + * Returns promise with the exit code and collected stdout and stderr + * + * @param commandLine command to execute (can include additional args). Must be correctly escaped. + * @param args optional arguments for tool. Escaping is handled by the lib. + * @param options optional exec options. See ExecOptions + * @returns Promise exit code, stdout, and stderr + */ +function getExecOutput(commandLine, args, options) { + var _a, _b; + return __awaiter(this, void 0, void 0, function* () { + let stdout = ''; + let stderr = ''; + //Using string decoder covers the case where a mult-byte character is split + const stdoutDecoder = new string_decoder_1.StringDecoder('utf8'); + const stderrDecoder = new string_decoder_1.StringDecoder('utf8'); + const originalStdoutListener = (_a = options === null || options === void 0 ? void 0 : options.listeners) === null || _a === void 0 ? void 0 : _a.stdout; + const originalStdErrListener = (_b = options === null || options === void 0 ? void 0 : options.listeners) === null || _b === void 0 ? void 0 : _b.stderr; + const stdErrListener = (data) => { + stderr += stderrDecoder.write(data); + if (originalStdErrListener) { + originalStdErrListener(data); + } + }; + const stdOutListener = (data) => { + stdout += stdoutDecoder.write(data); + if (originalStdoutListener) { + originalStdoutListener(data); + } + }; + const listeners = Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.listeners), { stdout: stdOutListener, stderr: stdErrListener }); + const exitCode = yield exec(commandLine, args, Object.assign(Object.assign({}, options), { listeners })); + //flush any remaining characters + stdout += stdoutDecoder.end(); + stderr += stderrDecoder.end(); + return { + exitCode, + stdout, + stderr + }; + }); +} +exports.getExecOutput = getExecOutput; +//# sourceMappingURL=exec.js.map \ No newline at end of file diff --git a/node_modules/@actions/exec/lib/exec.js.map b/node_modules/@actions/exec/lib/exec.js.map new file mode 100644 index 000000000..07626365e --- /dev/null +++ b/node_modules/@actions/exec/lib/exec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"exec.js","sourceRoot":"","sources":["../src/exec.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mDAA4C;AAE5C,iDAAkC;AAIlC;;;;;;;;;GASG;AACH,SAAsB,IAAI,CACxB,WAAmB,EACnB,IAAe,EACf,OAAqB;;QAErB,MAAM,WAAW,GAAG,EAAE,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAA;QACpD,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAA;SACpE;QACD,8CAA8C;QAC9C,MAAM,QAAQ,GAAG,WAAW,CAAC,CAAC,CAAC,CAAA;QAC/B,IAAI,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC,CAAA;QAC9C,MAAM,MAAM,GAAkB,IAAI,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,IAAI,EAAE,OAAO,CAAC,CAAA;QACxE,OAAO,MAAM,CAAC,IAAI,EAAE,CAAA;IACtB,CAAC;CAAA;AAdD,oBAcC;AAED;;;;;;;;;GASG;AAEH,SAAsB,aAAa,CACjC,WAAmB,EACnB,IAAe,EACf,OAAqB;;;QAErB,IAAI,MAAM,GAAG,EAAE,CAAA;QACf,IAAI,MAAM,GAAG,EAAE,CAAA;QAEf,2EAA2E;QAC3E,MAAM,aAAa,GAAG,IAAI,8BAAa,CAAC,MAAM,CAAC,CAAA;QAC/C,MAAM,aAAa,GAAG,IAAI,8BAAa,CAAC,MAAM,CAAC,CAAA;QAE/C,MAAM,sBAAsB,SAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,0CAAE,MAAM,CAAA;QACzD,MAAM,sBAAsB,SAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,0CAAE,MAAM,CAAA;QAEzD,MAAM,cAAc,GAAG,CAAC,IAAY,EAAQ,EAAE;YAC5C,MAAM,IAAI,aAAa,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;YACnC,IAAI,sBAAsB,EAAE;gBAC1B,sBAAsB,CAAC,IAAI,CAAC,CAAA;aAC7B;QACH,CAAC,CAAA;QAED,MAAM,cAAc,GAAG,CAAC,IAAY,EAAQ,EAAE;YAC5C,MAAM,IAAI,aAAa,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;YACnC,IAAI,sBAAsB,EAAE;gBAC1B,sBAAsB,CAAC,IAAI,CAAC,CAAA;aAC7B;QACH,CAAC,CAAA;QAED,MAAM,SAAS,mCACV,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,KACrB,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,cAAc,GACvB,CAAA;QAED,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,WAAW,EAAE,IAAI,kCAAM,OAAO,KAAE,SAAS,IAAE,CAAA;QAEvE,gCAAgC;QAChC,MAAM,IAAI,aAAa,CAAC,GAAG,EAAE,CAAA;QAC7B,MAAM,IAAI,aAAa,CAAC,GAAG,EAAE,CAAA;QAE7B,OAAO;YACL,QAAQ;YACR,MAAM;YACN,MAAM;SACP,CAAA;;CACF;AA9CD,sCA8CC"} \ No newline at end of file diff --git a/node_modules/@actions/exec/lib/interfaces.d.ts b/node_modules/@actions/exec/lib/interfaces.d.ts new file mode 100644 index 000000000..8ae20e48c --- /dev/null +++ b/node_modules/@actions/exec/lib/interfaces.d.ts @@ -0,0 +1,57 @@ +/// +import * as stream from 'stream'; +/** + * Interface for exec options + */ +export interface ExecOptions { + /** optional working directory. defaults to current */ + cwd?: string; + /** optional envvar dictionary. defaults to current process's env */ + env?: { + [key: string]: string; + }; + /** optional. defaults to false */ + silent?: boolean; + /** optional out stream to use. Defaults to process.stdout */ + outStream?: stream.Writable; + /** optional err stream to use. Defaults to process.stderr */ + errStream?: stream.Writable; + /** optional. whether to skip quoting/escaping arguments if needed. defaults to false. */ + windowsVerbatimArguments?: boolean; + /** optional. whether to fail if output to stderr. defaults to false */ + failOnStdErr?: boolean; + /** optional. defaults to failing on non zero. ignore will not fail leaving it up to the caller */ + ignoreReturnCode?: boolean; + /** optional. How long in ms to wait for STDIO streams to close after the exit event of the process before terminating. defaults to 10000 */ + delay?: number; + /** optional. input to write to the process on STDIN. */ + input?: Buffer; + /** optional. Listeners for output. Callback functions that will be called on these events */ + listeners?: ExecListeners; +} +/** + * Interface for the output of getExecOutput() + */ +export interface ExecOutput { + /**The exit code of the process */ + exitCode: number; + /**The entire stdout of the process as a string */ + stdout: string; + /**The entire stderr of the process as a string */ + stderr: string; +} +/** + * The user defined listeners for an exec call + */ +export interface ExecListeners { + /** A call back for each buffer of stdout */ + stdout?: (data: Buffer) => void; + /** A call back for each buffer of stderr */ + stderr?: (data: Buffer) => void; + /** A call back for each line of stdout */ + stdline?: (data: string) => void; + /** A call back for each line of stderr */ + errline?: (data: string) => void; + /** A call back for each debug log */ + debug?: (data: string) => void; +} diff --git a/node_modules/@actions/exec/lib/interfaces.js b/node_modules/@actions/exec/lib/interfaces.js new file mode 100644 index 000000000..db9191150 --- /dev/null +++ b/node_modules/@actions/exec/lib/interfaces.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=interfaces.js.map \ No newline at end of file diff --git a/node_modules/@actions/exec/lib/interfaces.js.map b/node_modules/@actions/exec/lib/interfaces.js.map new file mode 100644 index 000000000..8fb5f7d17 --- /dev/null +++ b/node_modules/@actions/exec/lib/interfaces.js.map @@ -0,0 +1 @@ +{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/@actions/exec/lib/toolrunner.d.ts b/node_modules/@actions/exec/lib/toolrunner.d.ts new file mode 100644 index 000000000..9bbbb1ea9 --- /dev/null +++ b/node_modules/@actions/exec/lib/toolrunner.d.ts @@ -0,0 +1,37 @@ +/// +import * as events from 'events'; +import * as im from './interfaces'; +export declare class ToolRunner extends events.EventEmitter { + constructor(toolPath: string, args?: string[], options?: im.ExecOptions); + private toolPath; + private args; + private options; + private _debug; + private _getCommandString; + private _processLineBuffer; + private _getSpawnFileName; + private _getSpawnArgs; + private _endsWith; + private _isCmdFile; + private _windowsQuoteCmdArg; + private _uvQuoteCmdArg; + private _cloneExecOptions; + private _getSpawnOptions; + /** + * Exec a tool. + * Output will be streamed to the live console. + * Returns promise with return code + * + * @param tool path to tool to exec + * @param options optional exec options. See ExecOptions + * @returns number + */ + exec(): Promise; +} +/** + * Convert an arg string to an array of args. Handles escaping + * + * @param argString string of arguments + * @returns string[] array of arguments + */ +export declare function argStringToArray(argString: string): string[]; diff --git a/node_modules/@actions/exec/lib/toolrunner.js b/node_modules/@actions/exec/lib/toolrunner.js new file mode 100644 index 000000000..e456a729e --- /dev/null +++ b/node_modules/@actions/exec/lib/toolrunner.js @@ -0,0 +1,618 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.argStringToArray = exports.ToolRunner = void 0; +const os = __importStar(require("os")); +const events = __importStar(require("events")); +const child = __importStar(require("child_process")); +const path = __importStar(require("path")); +const io = __importStar(require("@actions/io")); +const ioUtil = __importStar(require("@actions/io/lib/io-util")); +const timers_1 = require("timers"); +/* eslint-disable @typescript-eslint/unbound-method */ +const IS_WINDOWS = process.platform === 'win32'; +/* + * Class for running command line tools. Handles quoting and arg parsing in a platform agnostic way. + */ +class ToolRunner extends events.EventEmitter { + constructor(toolPath, args, options) { + super(); + if (!toolPath) { + throw new Error("Parameter 'toolPath' cannot be null or empty."); + } + this.toolPath = toolPath; + this.args = args || []; + this.options = options || {}; + } + _debug(message) { + if (this.options.listeners && this.options.listeners.debug) { + this.options.listeners.debug(message); + } + } + _getCommandString(options, noPrefix) { + const toolPath = this._getSpawnFileName(); + const args = this._getSpawnArgs(options); + let cmd = noPrefix ? '' : '[command]'; // omit prefix when piped to a second tool + if (IS_WINDOWS) { + // Windows + cmd file + if (this._isCmdFile()) { + cmd += toolPath; + for (const a of args) { + cmd += ` ${a}`; + } + } + // Windows + verbatim + else if (options.windowsVerbatimArguments) { + cmd += `"${toolPath}"`; + for (const a of args) { + cmd += ` ${a}`; + } + } + // Windows (regular) + else { + cmd += this._windowsQuoteCmdArg(toolPath); + for (const a of args) { + cmd += ` ${this._windowsQuoteCmdArg(a)}`; + } + } + } + else { + // OSX/Linux - this can likely be improved with some form of quoting. + // creating processes on Unix is fundamentally different than Windows. + // on Unix, execvp() takes an arg array. + cmd += toolPath; + for (const a of args) { + cmd += ` ${a}`; + } + } + return cmd; + } + _processLineBuffer(data, strBuffer, onLine) { + try { + let s = strBuffer + data.toString(); + let n = s.indexOf(os.EOL); + while (n > -1) { + const line = s.substring(0, n); + onLine(line); + // the rest of the string ... + s = s.substring(n + os.EOL.length); + n = s.indexOf(os.EOL); + } + return s; + } + catch (err) { + // streaming lines to console is best effort. Don't fail a build. + this._debug(`error processing line. Failed with error ${err}`); + return ''; + } + } + _getSpawnFileName() { + if (IS_WINDOWS) { + if (this._isCmdFile()) { + return process.env['COMSPEC'] || 'cmd.exe'; + } + } + return this.toolPath; + } + _getSpawnArgs(options) { + if (IS_WINDOWS) { + if (this._isCmdFile()) { + let argline = `/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`; + for (const a of this.args) { + argline += ' '; + argline += options.windowsVerbatimArguments + ? a + : this._windowsQuoteCmdArg(a); + } + argline += '"'; + return [argline]; + } + } + return this.args; + } + _endsWith(str, end) { + return str.endsWith(end); + } + _isCmdFile() { + const upperToolPath = this.toolPath.toUpperCase(); + return (this._endsWith(upperToolPath, '.CMD') || + this._endsWith(upperToolPath, '.BAT')); + } + _windowsQuoteCmdArg(arg) { + // for .exe, apply the normal quoting rules that libuv applies + if (!this._isCmdFile()) { + return this._uvQuoteCmdArg(arg); + } + // otherwise apply quoting rules specific to the cmd.exe command line parser. + // the libuv rules are generic and are not designed specifically for cmd.exe + // command line parser. + // + // for a detailed description of the cmd.exe command line parser, refer to + // http://stackoverflow.com/questions/4094699/how-does-the-windows-command-interpreter-cmd-exe-parse-scripts/7970912#7970912 + // need quotes for empty arg + if (!arg) { + return '""'; + } + // determine whether the arg needs to be quoted + const cmdSpecialChars = [ + ' ', + '\t', + '&', + '(', + ')', + '[', + ']', + '{', + '}', + '^', + '=', + ';', + '!', + "'", + '+', + ',', + '`', + '~', + '|', + '<', + '>', + '"' + ]; + let needsQuotes = false; + for (const char of arg) { + if (cmdSpecialChars.some(x => x === char)) { + needsQuotes = true; + break; + } + } + // short-circuit if quotes not needed + if (!needsQuotes) { + return arg; + } + // the following quoting rules are very similar to the rules that by libuv applies. + // + // 1) wrap the string in quotes + // + // 2) double-up quotes - i.e. " => "" + // + // this is different from the libuv quoting rules. libuv replaces " with \", which unfortunately + // doesn't work well with a cmd.exe command line. + // + // note, replacing " with "" also works well if the arg is passed to a downstream .NET console app. + // for example, the command line: + // foo.exe "myarg:""my val""" + // is parsed by a .NET console app into an arg array: + // [ "myarg:\"my val\"" ] + // which is the same end result when applying libuv quoting rules. although the actual + // command line from libuv quoting rules would look like: + // foo.exe "myarg:\"my val\"" + // + // 3) double-up slashes that precede a quote, + // e.g. hello \world => "hello \world" + // hello\"world => "hello\\""world" + // hello\\"world => "hello\\\\""world" + // hello world\ => "hello world\\" + // + // technically this is not required for a cmd.exe command line, or the batch argument parser. + // the reasons for including this as a .cmd quoting rule are: + // + // a) this is optimized for the scenario where the argument is passed from the .cmd file to an + // external program. many programs (e.g. .NET console apps) rely on the slash-doubling rule. + // + // b) it's what we've been doing previously (by deferring to node default behavior) and we + // haven't heard any complaints about that aspect. + // + // note, a weakness of the quoting rules chosen here, is that % is not escaped. in fact, % cannot be + // escaped when used on the command line directly - even though within a .cmd file % can be escaped + // by using %%. + // + // the saving grace is, on the command line, %var% is left as-is if var is not defined. this contrasts + // the line parsing rules within a .cmd file, where if var is not defined it is replaced with nothing. + // + // one option that was explored was replacing % with ^% - i.e. %var% => ^%var^%. this hack would + // often work, since it is unlikely that var^ would exist, and the ^ character is removed when the + // variable is used. the problem, however, is that ^ is not removed when %* is used to pass the args + // to an external program. + // + // an unexplored potential solution for the % escaping problem, is to create a wrapper .cmd file. + // % can be escaped within a .cmd file. + let reverse = '"'; + let quoteHit = true; + for (let i = arg.length; i > 0; i--) { + // walk the string in reverse + reverse += arg[i - 1]; + if (quoteHit && arg[i - 1] === '\\') { + reverse += '\\'; // double the slash + } + else if (arg[i - 1] === '"') { + quoteHit = true; + reverse += '"'; // double the quote + } + else { + quoteHit = false; + } + } + reverse += '"'; + return reverse + .split('') + .reverse() + .join(''); + } + _uvQuoteCmdArg(arg) { + // Tool runner wraps child_process.spawn() and needs to apply the same quoting as + // Node in certain cases where the undocumented spawn option windowsVerbatimArguments + // is used. + // + // Since this function is a port of quote_cmd_arg from Node 4.x (technically, lib UV, + // see https://github.com/nodejs/node/blob/v4.x/deps/uv/src/win/process.c for details), + // pasting copyright notice from Node within this function: + // + // Copyright Joyent, Inc. and other Node contributors. All rights reserved. + // + // Permission is hereby granted, free of charge, to any person obtaining a copy + // of this software and associated documentation files (the "Software"), to + // deal in the Software without restriction, including without limitation the + // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + // sell copies of the Software, and to permit persons to whom the Software is + // furnished to do so, subject to the following conditions: + // + // The above copyright notice and this permission notice shall be included in + // all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + // IN THE SOFTWARE. + if (!arg) { + // Need double quotation for empty argument + return '""'; + } + if (!arg.includes(' ') && !arg.includes('\t') && !arg.includes('"')) { + // No quotation needed + return arg; + } + if (!arg.includes('"') && !arg.includes('\\')) { + // No embedded double quotes or backslashes, so I can just wrap + // quote marks around the whole thing. + return `"${arg}"`; + } + // Expected input/output: + // input : hello"world + // output: "hello\"world" + // input : hello""world + // output: "hello\"\"world" + // input : hello\world + // output: hello\world + // input : hello\\world + // output: hello\\world + // input : hello\"world + // output: "hello\\\"world" + // input : hello\\"world + // output: "hello\\\\\"world" + // input : hello world\ + // output: "hello world\\" - note the comment in libuv actually reads "hello world\" + // but it appears the comment is wrong, it should be "hello world\\" + let reverse = '"'; + let quoteHit = true; + for (let i = arg.length; i > 0; i--) { + // walk the string in reverse + reverse += arg[i - 1]; + if (quoteHit && arg[i - 1] === '\\') { + reverse += '\\'; + } + else if (arg[i - 1] === '"') { + quoteHit = true; + reverse += '\\'; + } + else { + quoteHit = false; + } + } + reverse += '"'; + return reverse + .split('') + .reverse() + .join(''); + } + _cloneExecOptions(options) { + options = options || {}; + const result = { + cwd: options.cwd || process.cwd(), + env: options.env || process.env, + silent: options.silent || false, + windowsVerbatimArguments: options.windowsVerbatimArguments || false, + failOnStdErr: options.failOnStdErr || false, + ignoreReturnCode: options.ignoreReturnCode || false, + delay: options.delay || 10000 + }; + result.outStream = options.outStream || process.stdout; + result.errStream = options.errStream || process.stderr; + return result; + } + _getSpawnOptions(options, toolPath) { + options = options || {}; + const result = {}; + result.cwd = options.cwd; + result.env = options.env; + result['windowsVerbatimArguments'] = + options.windowsVerbatimArguments || this._isCmdFile(); + if (options.windowsVerbatimArguments) { + result.argv0 = `"${toolPath}"`; + } + return result; + } + /** + * Exec a tool. + * Output will be streamed to the live console. + * Returns promise with return code + * + * @param tool path to tool to exec + * @param options optional exec options. See ExecOptions + * @returns number + */ + exec() { + return __awaiter(this, void 0, void 0, function* () { + // root the tool path if it is unrooted and contains relative pathing + if (!ioUtil.isRooted(this.toolPath) && + (this.toolPath.includes('/') || + (IS_WINDOWS && this.toolPath.includes('\\')))) { + // prefer options.cwd if it is specified, however options.cwd may also need to be rooted + this.toolPath = path.resolve(process.cwd(), this.options.cwd || process.cwd(), this.toolPath); + } + // if the tool is only a file name, then resolve it from the PATH + // otherwise verify it exists (add extension on Windows if necessary) + this.toolPath = yield io.which(this.toolPath, true); + return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { + this._debug(`exec tool: ${this.toolPath}`); + this._debug('arguments:'); + for (const arg of this.args) { + this._debug(` ${arg}`); + } + const optionsNonNull = this._cloneExecOptions(this.options); + if (!optionsNonNull.silent && optionsNonNull.outStream) { + optionsNonNull.outStream.write(this._getCommandString(optionsNonNull) + os.EOL); + } + const state = new ExecState(optionsNonNull, this.toolPath); + state.on('debug', (message) => { + this._debug(message); + }); + if (this.options.cwd && !(yield ioUtil.exists(this.options.cwd))) { + return reject(new Error(`The cwd: ${this.options.cwd} does not exist!`)); + } + const fileName = this._getSpawnFileName(); + const cp = child.spawn(fileName, this._getSpawnArgs(optionsNonNull), this._getSpawnOptions(this.options, fileName)); + let stdbuffer = ''; + if (cp.stdout) { + cp.stdout.on('data', (data) => { + if (this.options.listeners && this.options.listeners.stdout) { + this.options.listeners.stdout(data); + } + if (!optionsNonNull.silent && optionsNonNull.outStream) { + optionsNonNull.outStream.write(data); + } + stdbuffer = this._processLineBuffer(data, stdbuffer, (line) => { + if (this.options.listeners && this.options.listeners.stdline) { + this.options.listeners.stdline(line); + } + }); + }); + } + let errbuffer = ''; + if (cp.stderr) { + cp.stderr.on('data', (data) => { + state.processStderr = true; + if (this.options.listeners && this.options.listeners.stderr) { + this.options.listeners.stderr(data); + } + if (!optionsNonNull.silent && + optionsNonNull.errStream && + optionsNonNull.outStream) { + const s = optionsNonNull.failOnStdErr + ? optionsNonNull.errStream + : optionsNonNull.outStream; + s.write(data); + } + errbuffer = this._processLineBuffer(data, errbuffer, (line) => { + if (this.options.listeners && this.options.listeners.errline) { + this.options.listeners.errline(line); + } + }); + }); + } + cp.on('error', (err) => { + state.processError = err.message; + state.processExited = true; + state.processClosed = true; + state.CheckComplete(); + }); + cp.on('exit', (code) => { + state.processExitCode = code; + state.processExited = true; + this._debug(`Exit code ${code} received from tool '${this.toolPath}'`); + state.CheckComplete(); + }); + cp.on('close', (code) => { + state.processExitCode = code; + state.processExited = true; + state.processClosed = true; + this._debug(`STDIO streams have closed for tool '${this.toolPath}'`); + state.CheckComplete(); + }); + state.on('done', (error, exitCode) => { + if (stdbuffer.length > 0) { + this.emit('stdline', stdbuffer); + } + if (errbuffer.length > 0) { + this.emit('errline', errbuffer); + } + cp.removeAllListeners(); + if (error) { + reject(error); + } + else { + resolve(exitCode); + } + }); + if (this.options.input) { + if (!cp.stdin) { + throw new Error('child process missing stdin'); + } + cp.stdin.end(this.options.input); + } + })); + }); + } +} +exports.ToolRunner = ToolRunner; +/** + * Convert an arg string to an array of args. Handles escaping + * + * @param argString string of arguments + * @returns string[] array of arguments + */ +function argStringToArray(argString) { + const args = []; + let inQuotes = false; + let escaped = false; + let arg = ''; + function append(c) { + // we only escape double quotes. + if (escaped && c !== '"') { + arg += '\\'; + } + arg += c; + escaped = false; + } + for (let i = 0; i < argString.length; i++) { + const c = argString.charAt(i); + if (c === '"') { + if (!escaped) { + inQuotes = !inQuotes; + } + else { + append(c); + } + continue; + } + if (c === '\\' && escaped) { + append(c); + continue; + } + if (c === '\\' && inQuotes) { + escaped = true; + continue; + } + if (c === ' ' && !inQuotes) { + if (arg.length > 0) { + args.push(arg); + arg = ''; + } + continue; + } + append(c); + } + if (arg.length > 0) { + args.push(arg.trim()); + } + return args; +} +exports.argStringToArray = argStringToArray; +class ExecState extends events.EventEmitter { + constructor(options, toolPath) { + super(); + this.processClosed = false; // tracks whether the process has exited and stdio is closed + this.processError = ''; + this.processExitCode = 0; + this.processExited = false; // tracks whether the process has exited + this.processStderr = false; // tracks whether stderr was written to + this.delay = 10000; // 10 seconds + this.done = false; + this.timeout = null; + if (!toolPath) { + throw new Error('toolPath must not be empty'); + } + this.options = options; + this.toolPath = toolPath; + if (options.delay) { + this.delay = options.delay; + } + } + CheckComplete() { + if (this.done) { + return; + } + if (this.processClosed) { + this._setResult(); + } + else if (this.processExited) { + this.timeout = timers_1.setTimeout(ExecState.HandleTimeout, this.delay, this); + } + } + _debug(message) { + this.emit('debug', message); + } + _setResult() { + // determine whether there is an error + let error; + if (this.processExited) { + if (this.processError) { + error = new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`); + } + else if (this.processExitCode !== 0 && !this.options.ignoreReturnCode) { + error = new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`); + } + else if (this.processStderr && this.options.failOnStdErr) { + error = new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`); + } + } + // clear the timeout + if (this.timeout) { + clearTimeout(this.timeout); + this.timeout = null; + } + this.done = true; + this.emit('done', error, this.processExitCode); + } + static HandleTimeout(state) { + if (state.done) { + return; + } + if (!state.processClosed && state.processExited) { + const message = `The STDIO streams did not close within ${state.delay / + 1000} seconds of the exit event from process '${state.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`; + state._debug(message); + } + state._setResult(); + } +} +//# sourceMappingURL=toolrunner.js.map \ No newline at end of file diff --git a/node_modules/@actions/exec/lib/toolrunner.js.map b/node_modules/@actions/exec/lib/toolrunner.js.map new file mode 100644 index 000000000..6eaf18301 --- /dev/null +++ b/node_modules/@actions/exec/lib/toolrunner.js.map @@ -0,0 +1 @@ +{"version":3,"file":"toolrunner.js","sourceRoot":"","sources":["../src/toolrunner.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@actions/exec/package.json b/node_modules/@actions/exec/package.json new file mode 100644 index 000000000..bc4d77a23 --- /dev/null +++ b/node_modules/@actions/exec/package.json @@ -0,0 +1,41 @@ +{ + "name": "@actions/exec", + "version": "1.1.1", + "description": "Actions exec lib", + "keywords": [ + "github", + "actions", + "exec" + ], + "homepage": "https://github.com/actions/toolkit/tree/main/packages/exec", + "license": "MIT", + "main": "lib/exec.js", + "types": "lib/exec.d.ts", + "directories": { + "lib": "lib", + "test": "__tests__" + }, + "files": [ + "lib", + "!.DS_Store" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/exec" + }, + "scripts": { + "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", + "test": "echo \"Error: run tests from root\" && exit 1", + "tsc": "tsc" + }, + "bugs": { + "url": "https://github.com/actions/toolkit/issues" + }, + "dependencies": { + "@actions/io": "^1.0.1" + } +} diff --git a/node_modules/@actions/io/LICENSE.md b/node_modules/@actions/io/LICENSE.md new file mode 100644 index 000000000..dbae2edb2 --- /dev/null +++ b/node_modules/@actions/io/LICENSE.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright 2019 GitHub + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/@actions/io/README.md b/node_modules/@actions/io/README.md new file mode 100644 index 000000000..9aadf2f95 --- /dev/null +++ b/node_modules/@actions/io/README.md @@ -0,0 +1,53 @@ +# `@actions/io` + +> Core functions for cli filesystem scenarios + +## Usage + +#### mkdir -p + +Recursively make a directory. Follows rules specified in [man mkdir](https://linux.die.net/man/1/mkdir) with the `-p` option specified: + +```js +const io = require('@actions/io'); + +await io.mkdirP('path/to/make'); +``` + +#### cp/mv + +Copy or move files or folders. Follows rules specified in [man cp](https://linux.die.net/man/1/cp) and [man mv](https://linux.die.net/man/1/mv): + +```js +const io = require('@actions/io'); + +// Recursive must be true for directories +const options = { recursive: true, force: false } + +await io.cp('path/to/directory', 'path/to/dest', options); +await io.mv('path/to/file', 'path/to/dest'); +``` + +#### rm -rf + +Remove a file or folder recursively. Follows rules specified in [man rm](https://linux.die.net/man/1/rm) with the `-r` and `-f` rules specified. + +```js +const io = require('@actions/io'); + +await io.rmRF('path/to/directory'); +await io.rmRF('path/to/file'); +``` + +#### which + +Get the path to a tool and resolves via paths. Follows the rules specified in [man which](https://linux.die.net/man/1/which). + +```js +const exec = require('@actions/exec'); +const io = require('@actions/io'); + +const pythonPath: string = await io.which('python', true) + +await exec.exec(`"${pythonPath}"`, ['main.py']); +``` diff --git a/node_modules/@actions/io/lib/io-util.d.ts b/node_modules/@actions/io/lib/io-util.d.ts new file mode 100644 index 000000000..0241e72bb --- /dev/null +++ b/node_modules/@actions/io/lib/io-util.d.ts @@ -0,0 +1,21 @@ +/// +import * as fs from 'fs'; +export declare const chmod: typeof fs.promises.chmod, copyFile: typeof fs.promises.copyFile, lstat: typeof fs.promises.lstat, mkdir: typeof fs.promises.mkdir, open: typeof fs.promises.open, readdir: typeof fs.promises.readdir, readlink: typeof fs.promises.readlink, rename: typeof fs.promises.rename, rm: typeof fs.promises.rm, rmdir: typeof fs.promises.rmdir, stat: typeof fs.promises.stat, symlink: typeof fs.promises.symlink, unlink: typeof fs.promises.unlink; +export declare const IS_WINDOWS: boolean; +export declare const UV_FS_O_EXLOCK = 268435456; +export declare const READONLY: number; +export declare function exists(fsPath: string): Promise; +export declare function isDirectory(fsPath: string, useStat?: boolean): Promise; +/** + * On OSX/Linux, true if path starts with '/'. On Windows, true for paths like: + * \, \hello, \\hello\share, C:, and C:\hello (and corresponding alternate separator cases). + */ +export declare function isRooted(p: string): boolean; +/** + * Best effort attempt to determine whether a file exists and is executable. + * @param filePath file path to check + * @param extensions additional file extensions to try + * @return if file exists and is executable, returns the file path. otherwise empty string. + */ +export declare function tryGetExecutablePath(filePath: string, extensions: string[]): Promise; +export declare function getCmdPath(): string; diff --git a/node_modules/@actions/io/lib/io-util.js b/node_modules/@actions/io/lib/io-util.js new file mode 100644 index 000000000..f12e5b0d2 --- /dev/null +++ b/node_modules/@actions/io/lib/io-util.js @@ -0,0 +1,183 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var _a; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getCmdPath = exports.tryGetExecutablePath = exports.isRooted = exports.isDirectory = exports.exists = exports.READONLY = exports.UV_FS_O_EXLOCK = exports.IS_WINDOWS = exports.unlink = exports.symlink = exports.stat = exports.rmdir = exports.rm = exports.rename = exports.readlink = exports.readdir = exports.open = exports.mkdir = exports.lstat = exports.copyFile = exports.chmod = void 0; +const fs = __importStar(require("fs")); +const path = __importStar(require("path")); +_a = fs.promises +// export const {open} = 'fs' +, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.open = _a.open, exports.readdir = _a.readdir, exports.readlink = _a.readlink, exports.rename = _a.rename, exports.rm = _a.rm, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink; +// export const {open} = 'fs' +exports.IS_WINDOWS = process.platform === 'win32'; +// See https://github.com/nodejs/node/blob/d0153aee367422d0858105abec186da4dff0a0c5/deps/uv/include/uv/win.h#L691 +exports.UV_FS_O_EXLOCK = 0x10000000; +exports.READONLY = fs.constants.O_RDONLY; +function exists(fsPath) { + return __awaiter(this, void 0, void 0, function* () { + try { + yield exports.stat(fsPath); + } + catch (err) { + if (err.code === 'ENOENT') { + return false; + } + throw err; + } + return true; + }); +} +exports.exists = exists; +function isDirectory(fsPath, useStat = false) { + return __awaiter(this, void 0, void 0, function* () { + const stats = useStat ? yield exports.stat(fsPath) : yield exports.lstat(fsPath); + return stats.isDirectory(); + }); +} +exports.isDirectory = isDirectory; +/** + * On OSX/Linux, true if path starts with '/'. On Windows, true for paths like: + * \, \hello, \\hello\share, C:, and C:\hello (and corresponding alternate separator cases). + */ +function isRooted(p) { + p = normalizeSeparators(p); + if (!p) { + throw new Error('isRooted() parameter "p" cannot be empty'); + } + if (exports.IS_WINDOWS) { + return (p.startsWith('\\') || /^[A-Z]:/i.test(p) // e.g. \ or \hello or \\hello + ); // e.g. C: or C:\hello + } + return p.startsWith('/'); +} +exports.isRooted = isRooted; +/** + * Best effort attempt to determine whether a file exists and is executable. + * @param filePath file path to check + * @param extensions additional file extensions to try + * @return if file exists and is executable, returns the file path. otherwise empty string. + */ +function tryGetExecutablePath(filePath, extensions) { + return __awaiter(this, void 0, void 0, function* () { + let stats = undefined; + try { + // test file exists + stats = yield exports.stat(filePath); + } + catch (err) { + if (err.code !== 'ENOENT') { + // eslint-disable-next-line no-console + console.log(`Unexpected error attempting to determine if executable file exists '${filePath}': ${err}`); + } + } + if (stats && stats.isFile()) { + if (exports.IS_WINDOWS) { + // on Windows, test for valid extension + const upperExt = path.extname(filePath).toUpperCase(); + if (extensions.some(validExt => validExt.toUpperCase() === upperExt)) { + return filePath; + } + } + else { + if (isUnixExecutable(stats)) { + return filePath; + } + } + } + // try each extension + const originalFilePath = filePath; + for (const extension of extensions) { + filePath = originalFilePath + extension; + stats = undefined; + try { + stats = yield exports.stat(filePath); + } + catch (err) { + if (err.code !== 'ENOENT') { + // eslint-disable-next-line no-console + console.log(`Unexpected error attempting to determine if executable file exists '${filePath}': ${err}`); + } + } + if (stats && stats.isFile()) { + if (exports.IS_WINDOWS) { + // preserve the case of the actual file (since an extension was appended) + try { + const directory = path.dirname(filePath); + const upperName = path.basename(filePath).toUpperCase(); + for (const actualName of yield exports.readdir(directory)) { + if (upperName === actualName.toUpperCase()) { + filePath = path.join(directory, actualName); + break; + } + } + } + catch (err) { + // eslint-disable-next-line no-console + console.log(`Unexpected error attempting to determine the actual case of the file '${filePath}': ${err}`); + } + return filePath; + } + else { + if (isUnixExecutable(stats)) { + return filePath; + } + } + } + } + return ''; + }); +} +exports.tryGetExecutablePath = tryGetExecutablePath; +function normalizeSeparators(p) { + p = p || ''; + if (exports.IS_WINDOWS) { + // convert slashes on Windows + p = p.replace(/\//g, '\\'); + // remove redundant slashes + return p.replace(/\\\\+/g, '\\'); + } + // remove redundant slashes + return p.replace(/\/\/+/g, '/'); +} +// on Mac/Linux, test the execute bit +// R W X R W X R W X +// 256 128 64 32 16 8 4 2 1 +function isUnixExecutable(stats) { + return ((stats.mode & 1) > 0 || + ((stats.mode & 8) > 0 && stats.gid === process.getgid()) || + ((stats.mode & 64) > 0 && stats.uid === process.getuid())); +} +// Get the path of cmd.exe in windows +function getCmdPath() { + var _a; + return (_a = process.env['COMSPEC']) !== null && _a !== void 0 ? _a : `cmd.exe`; +} +exports.getCmdPath = getCmdPath; +//# sourceMappingURL=io-util.js.map \ No newline at end of file diff --git a/node_modules/@actions/io/lib/io-util.js.map b/node_modules/@actions/io/lib/io-util.js.map new file mode 100644 index 000000000..9a587b300 --- /dev/null +++ b/node_modules/@actions/io/lib/io-util.js.map @@ -0,0 +1 @@ +{"version":3,"file":"io-util.js","sourceRoot":"","sources":["../src/io-util.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAwB;AACxB,2CAA4B;AAEf,KAcT,EAAE,CAAC,QAAQ;AACf,6BAA6B;EAd3B,aAAK,aACL,gBAAQ,gBACR,aAAK,aACL,aAAK,aACL,YAAI,YACJ,eAAO,eACP,gBAAQ,gBACR,cAAM,cACN,UAAE,UACF,aAAK,aACL,YAAI,YACJ,eAAO,eACP,cAAM,aACO;AACf,6BAA6B;AAChB,QAAA,UAAU,GAAG,OAAO,CAAC,QAAQ,KAAK,OAAO,CAAA;AACtD,iHAAiH;AACpG,QAAA,cAAc,GAAG,UAAU,CAAA;AAC3B,QAAA,QAAQ,GAAG,EAAE,CAAC,SAAS,CAAC,QAAQ,CAAA;AAE7C,SAAsB,MAAM,CAAC,MAAc;;QACzC,IAAI;YACF,MAAM,YAAI,CAAC,MAAM,CAAC,CAAA;SACnB;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,CAAC,IAAI,KAAK,QAAQ,EAAE;gBACzB,OAAO,KAAK,CAAA;aACb;YAED,MAAM,GAAG,CAAA;SACV;QAED,OAAO,IAAI,CAAA;IACb,CAAC;CAAA;AAZD,wBAYC;AAED,SAAsB,WAAW,CAC/B,MAAc,EACd,OAAO,GAAG,KAAK;;QAEf,MAAM,KAAK,GAAG,OAAO,CAAC,CAAC,CAAC,MAAM,YAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,aAAK,CAAC,MAAM,CAAC,CAAA;QAChE,OAAO,KAAK,CAAC,WAAW,EAAE,CAAA;IAC5B,CAAC;CAAA;AAND,kCAMC;AAED;;;GAGG;AACH,SAAgB,QAAQ,CAAC,CAAS;IAChC,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAA;IAC1B,IAAI,CAAC,CAAC,EAAE;QACN,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAA;KAC5D;IAED,IAAI,kBAAU,EAAE;QACd,OAAO,CACL,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,8BAA8B;SACxE,CAAA,CAAC,sBAAsB;KACzB;IAED,OAAO,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AAC1B,CAAC;AAbD,4BAaC;AAED;;;;;GAKG;AACH,SAAsB,oBAAoB,CACxC,QAAgB,EAChB,UAAoB;;QAEpB,IAAI,KAAK,GAAyB,SAAS,CAAA;QAC3C,IAAI;YACF,mBAAmB;YACnB,KAAK,GAAG,MAAM,YAAI,CAAC,QAAQ,CAAC,CAAA;SAC7B;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,CAAC,IAAI,KAAK,QAAQ,EAAE;gBACzB,sCAAsC;gBACtC,OAAO,CAAC,GAAG,CACT,uEAAuE,QAAQ,MAAM,GAAG,EAAE,CAC3F,CAAA;aACF;SACF;QACD,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,EAAE,EAAE;YAC3B,IAAI,kBAAU,EAAE;gBACd,uCAAuC;gBACvC,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,CAAA;gBACrD,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,WAAW,EAAE,KAAK,QAAQ,CAAC,EAAE;oBACpE,OAAO,QAAQ,CAAA;iBAChB;aACF;iBAAM;gBACL,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;oBAC3B,OAAO,QAAQ,CAAA;iBAChB;aACF;SACF;QAED,qBAAqB;QACrB,MAAM,gBAAgB,GAAG,QAAQ,CAAA;QACjC,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE;YAClC,QAAQ,GAAG,gBAAgB,GAAG,SAAS,CAAA;YAEvC,KAAK,GAAG,SAAS,CAAA;YACjB,IAAI;gBACF,KAAK,GAAG,MAAM,YAAI,CAAC,QAAQ,CAAC,CAAA;aAC7B;YAAC,OAAO,GAAG,EAAE;gBACZ,IAAI,GAAG,CAAC,IAAI,KAAK,QAAQ,EAAE;oBACzB,sCAAsC;oBACtC,OAAO,CAAC,GAAG,CACT,uEAAuE,QAAQ,MAAM,GAAG,EAAE,CAC3F,CAAA;iBACF;aACF;YAED,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,EAAE,EAAE;gBAC3B,IAAI,kBAAU,EAAE;oBACd,yEAAyE;oBACzE,IAAI;wBACF,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAA;wBACxC,MAAM,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,CAAA;wBACvD,KAAK,MAAM,UAAU,IAAI,MAAM,eAAO,CAAC,SAAS,CAAC,EAAE;4BACjD,IAAI,SAAS,KAAK,UAAU,CAAC,WAAW,EAAE,EAAE;gCAC1C,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAA;gCAC3C,MAAK;6BACN;yBACF;qBACF;oBAAC,OAAO,GAAG,EAAE;wBACZ,sCAAsC;wBACtC,OAAO,CAAC,GAAG,CACT,yEAAyE,QAAQ,MAAM,GAAG,EAAE,CAC7F,CAAA;qBACF;oBAED,OAAO,QAAQ,CAAA;iBAChB;qBAAM;oBACL,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;wBAC3B,OAAO,QAAQ,CAAA;qBAChB;iBACF;aACF;SACF;QAED,OAAO,EAAE,CAAA;IACX,CAAC;CAAA;AA5ED,oDA4EC;AAED,SAAS,mBAAmB,CAAC,CAAS;IACpC,CAAC,GAAG,CAAC,IAAI,EAAE,CAAA;IACX,IAAI,kBAAU,EAAE;QACd,6BAA6B;QAC7B,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,CAAA;QAE1B,2BAA2B;QAC3B,OAAO,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;KACjC;IAED,2BAA2B;IAC3B,OAAO,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAA;AACjC,CAAC;AAED,qCAAqC;AACrC,6BAA6B;AAC7B,6BAA6B;AAC7B,SAAS,gBAAgB,CAAC,KAAe;IACvC,OAAO,CACL,CAAC,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC;QACpB,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC;QACxD,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,CAC1D,CAAA;AACH,CAAC;AAED,qCAAqC;AACrC,SAAgB,UAAU;;IACxB,aAAO,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAA;AAC5C,CAAC;AAFD,gCAEC"} \ No newline at end of file diff --git a/node_modules/@actions/io/lib/io.d.ts b/node_modules/@actions/io/lib/io.d.ts new file mode 100644 index 000000000..a674522fa --- /dev/null +++ b/node_modules/@actions/io/lib/io.d.ts @@ -0,0 +1,64 @@ +/** + * Interface for cp/mv options + */ +export interface CopyOptions { + /** Optional. Whether to recursively copy all subdirectories. Defaults to false */ + recursive?: boolean; + /** Optional. Whether to overwrite existing files in the destination. Defaults to true */ + force?: boolean; + /** Optional. Whether to copy the source directory along with all the files. Only takes effect when recursive=true and copying a directory. Default is true*/ + copySourceDirectory?: boolean; +} +/** + * Interface for cp/mv options + */ +export interface MoveOptions { + /** Optional. Whether to overwrite existing files in the destination. Defaults to true */ + force?: boolean; +} +/** + * Copies a file or folder. + * Based off of shelljs - https://github.com/shelljs/shelljs/blob/9237f66c52e5daa40458f94f9565e18e8132f5a6/src/cp.js + * + * @param source source path + * @param dest destination path + * @param options optional. See CopyOptions. + */ +export declare function cp(source: string, dest: string, options?: CopyOptions): Promise; +/** + * Moves a path. + * + * @param source source path + * @param dest destination path + * @param options optional. See MoveOptions. + */ +export declare function mv(source: string, dest: string, options?: MoveOptions): Promise; +/** + * Remove a path recursively with force + * + * @param inputPath path to remove + */ +export declare function rmRF(inputPath: string): Promise; +/** + * Make a directory. Creates the full path with folders in between + * Will throw if it fails + * + * @param fsPath path to create + * @returns Promise + */ +export declare function mkdirP(fsPath: string): Promise; +/** + * Returns path of a tool had the tool actually been invoked. Resolves via paths. + * If you check and the tool does not exist, it will throw. + * + * @param tool name of the tool + * @param check whether to check if tool exists + * @returns Promise path to tool + */ +export declare function which(tool: string, check?: boolean): Promise; +/** + * Returns a list of all occurrences of the given tool on the system path. + * + * @returns Promise the paths of the tool + */ +export declare function findInPath(tool: string): Promise; diff --git a/node_modules/@actions/io/lib/io.js b/node_modules/@actions/io/lib/io.js new file mode 100644 index 000000000..15f7d7cf5 --- /dev/null +++ b/node_modules/@actions/io/lib/io.js @@ -0,0 +1,299 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.findInPath = exports.which = exports.mkdirP = exports.rmRF = exports.mv = exports.cp = void 0; +const assert_1 = require("assert"); +const path = __importStar(require("path")); +const ioUtil = __importStar(require("./io-util")); +/** + * Copies a file or folder. + * Based off of shelljs - https://github.com/shelljs/shelljs/blob/9237f66c52e5daa40458f94f9565e18e8132f5a6/src/cp.js + * + * @param source source path + * @param dest destination path + * @param options optional. See CopyOptions. + */ +function cp(source, dest, options = {}) { + return __awaiter(this, void 0, void 0, function* () { + const { force, recursive, copySourceDirectory } = readCopyOptions(options); + const destStat = (yield ioUtil.exists(dest)) ? yield ioUtil.stat(dest) : null; + // Dest is an existing file, but not forcing + if (destStat && destStat.isFile() && !force) { + return; + } + // If dest is an existing directory, should copy inside. + const newDest = destStat && destStat.isDirectory() && copySourceDirectory + ? path.join(dest, path.basename(source)) + : dest; + if (!(yield ioUtil.exists(source))) { + throw new Error(`no such file or directory: ${source}`); + } + const sourceStat = yield ioUtil.stat(source); + if (sourceStat.isDirectory()) { + if (!recursive) { + throw new Error(`Failed to copy. ${source} is a directory, but tried to copy without recursive flag.`); + } + else { + yield cpDirRecursive(source, newDest, 0, force); + } + } + else { + if (path.relative(source, newDest) === '') { + // a file cannot be copied to itself + throw new Error(`'${newDest}' and '${source}' are the same file`); + } + yield copyFile(source, newDest, force); + } + }); +} +exports.cp = cp; +/** + * Moves a path. + * + * @param source source path + * @param dest destination path + * @param options optional. See MoveOptions. + */ +function mv(source, dest, options = {}) { + return __awaiter(this, void 0, void 0, function* () { + if (yield ioUtil.exists(dest)) { + let destExists = true; + if (yield ioUtil.isDirectory(dest)) { + // If dest is directory copy src into dest + dest = path.join(dest, path.basename(source)); + destExists = yield ioUtil.exists(dest); + } + if (destExists) { + if (options.force == null || options.force) { + yield rmRF(dest); + } + else { + throw new Error('Destination already exists'); + } + } + } + yield mkdirP(path.dirname(dest)); + yield ioUtil.rename(source, dest); + }); +} +exports.mv = mv; +/** + * Remove a path recursively with force + * + * @param inputPath path to remove + */ +function rmRF(inputPath) { + return __awaiter(this, void 0, void 0, function* () { + if (ioUtil.IS_WINDOWS) { + // Check for invalid characters + // https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file + if (/[*"<>|]/.test(inputPath)) { + throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows'); + } + } + try { + // note if path does not exist, error is silent + yield ioUtil.rm(inputPath, { + force: true, + maxRetries: 3, + recursive: true, + retryDelay: 300 + }); + } + catch (err) { + throw new Error(`File was unable to be removed ${err}`); + } + }); +} +exports.rmRF = rmRF; +/** + * Make a directory. Creates the full path with folders in between + * Will throw if it fails + * + * @param fsPath path to create + * @returns Promise + */ +function mkdirP(fsPath) { + return __awaiter(this, void 0, void 0, function* () { + assert_1.ok(fsPath, 'a path argument must be provided'); + yield ioUtil.mkdir(fsPath, { recursive: true }); + }); +} +exports.mkdirP = mkdirP; +/** + * Returns path of a tool had the tool actually been invoked. Resolves via paths. + * If you check and the tool does not exist, it will throw. + * + * @param tool name of the tool + * @param check whether to check if tool exists + * @returns Promise path to tool + */ +function which(tool, check) { + return __awaiter(this, void 0, void 0, function* () { + if (!tool) { + throw new Error("parameter 'tool' is required"); + } + // recursive when check=true + if (check) { + const result = yield which(tool, false); + if (!result) { + if (ioUtil.IS_WINDOWS) { + throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`); + } + else { + throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`); + } + } + return result; + } + const matches = yield findInPath(tool); + if (matches && matches.length > 0) { + return matches[0]; + } + return ''; + }); +} +exports.which = which; +/** + * Returns a list of all occurrences of the given tool on the system path. + * + * @returns Promise the paths of the tool + */ +function findInPath(tool) { + return __awaiter(this, void 0, void 0, function* () { + if (!tool) { + throw new Error("parameter 'tool' is required"); + } + // build the list of extensions to try + const extensions = []; + if (ioUtil.IS_WINDOWS && process.env['PATHEXT']) { + for (const extension of process.env['PATHEXT'].split(path.delimiter)) { + if (extension) { + extensions.push(extension); + } + } + } + // if it's rooted, return it if exists. otherwise return empty. + if (ioUtil.isRooted(tool)) { + const filePath = yield ioUtil.tryGetExecutablePath(tool, extensions); + if (filePath) { + return [filePath]; + } + return []; + } + // if any path separators, return empty + if (tool.includes(path.sep)) { + return []; + } + // build the list of directories + // + // Note, technically "where" checks the current directory on Windows. From a toolkit perspective, + // it feels like we should not do this. Checking the current directory seems like more of a use + // case of a shell, and the which() function exposed by the toolkit should strive for consistency + // across platforms. + const directories = []; + if (process.env.PATH) { + for (const p of process.env.PATH.split(path.delimiter)) { + if (p) { + directories.push(p); + } + } + } + // find all matches + const matches = []; + for (const directory of directories) { + const filePath = yield ioUtil.tryGetExecutablePath(path.join(directory, tool), extensions); + if (filePath) { + matches.push(filePath); + } + } + return matches; + }); +} +exports.findInPath = findInPath; +function readCopyOptions(options) { + const force = options.force == null ? true : options.force; + const recursive = Boolean(options.recursive); + const copySourceDirectory = options.copySourceDirectory == null + ? true + : Boolean(options.copySourceDirectory); + return { force, recursive, copySourceDirectory }; +} +function cpDirRecursive(sourceDir, destDir, currentDepth, force) { + return __awaiter(this, void 0, void 0, function* () { + // Ensure there is not a run away recursive copy + if (currentDepth >= 255) + return; + currentDepth++; + yield mkdirP(destDir); + const files = yield ioUtil.readdir(sourceDir); + for (const fileName of files) { + const srcFile = `${sourceDir}/${fileName}`; + const destFile = `${destDir}/${fileName}`; + const srcFileStat = yield ioUtil.lstat(srcFile); + if (srcFileStat.isDirectory()) { + // Recurse + yield cpDirRecursive(srcFile, destFile, currentDepth, force); + } + else { + yield copyFile(srcFile, destFile, force); + } + } + // Change the mode for the newly created directory + yield ioUtil.chmod(destDir, (yield ioUtil.stat(sourceDir)).mode); + }); +} +// Buffered file copy +function copyFile(srcFile, destFile, force) { + return __awaiter(this, void 0, void 0, function* () { + if ((yield ioUtil.lstat(srcFile)).isSymbolicLink()) { + // unlink/re-link it + try { + yield ioUtil.lstat(destFile); + yield ioUtil.unlink(destFile); + } + catch (e) { + // Try to override file permission + if (e.code === 'EPERM') { + yield ioUtil.chmod(destFile, '0666'); + yield ioUtil.unlink(destFile); + } + // other errors = it doesn't exist, no work to do + } + // Copy over symlink + const symlinkFull = yield ioUtil.readlink(srcFile); + yield ioUtil.symlink(symlinkFull, destFile, ioUtil.IS_WINDOWS ? 'junction' : null); + } + else if (!(yield ioUtil.exists(destFile)) || force) { + yield ioUtil.copyFile(srcFile, destFile); + } + }); +} +//# sourceMappingURL=io.js.map \ No newline at end of file diff --git a/node_modules/@actions/io/lib/io.js.map b/node_modules/@actions/io/lib/io.js.map new file mode 100644 index 000000000..4021d2898 --- /dev/null +++ b/node_modules/@actions/io/lib/io.js.map @@ -0,0 +1 @@ +{"version":3,"file":"io.js","sourceRoot":"","sources":["../src/io.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@actions/io/package.json b/node_modules/@actions/io/package.json new file mode 100644 index 000000000..e8c8d8fb3 --- /dev/null +++ b/node_modules/@actions/io/package.json @@ -0,0 +1,37 @@ +{ + "name": "@actions/io", + "version": "1.1.3", + "description": "Actions io lib", + "keywords": [ + "github", + "actions", + "io" + ], + "homepage": "https://github.com/actions/toolkit/tree/main/packages/io", + "license": "MIT", + "main": "lib/io.js", + "types": "lib/io.d.ts", + "directories": { + "lib": "lib", + "test": "__tests__" + }, + "files": [ + "lib" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/io" + }, + "scripts": { + "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", + "test": "echo \"Error: run tests from root\" && exit 1", + "tsc": "tsc" + }, + "bugs": { + "url": "https://github.com/actions/toolkit/issues" + } +} diff --git a/node_modules/akeyless/README.md b/node_modules/akeyless/README.md index 03ae73bef..9c45264ee 100644 --- a/node_modules/akeyless/README.md +++ b/node_modules/akeyless/README.md @@ -5,7 +5,7 @@ The purpose of this application is to provide access to Akeyless API. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2.0 -- Package version: 4.2.1 +- Package version: 4.2.2 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit [http://akeyless.io](http://akeyless.io) @@ -141,6 +141,7 @@ Class | Method | HTTP request | Description *akeyless.V2Api* | [**createZeroSSLTarget**](docs/V2Api.md#createZeroSSLTarget) | **POST** /create-zerossl-target | *akeyless.V2Api* | [**createldapTarget**](docs/V2Api.md#createldapTarget) | **POST** /create-ldap-target | *akeyless.V2Api* | [**decrypt**](docs/V2Api.md#decrypt) | **POST** /decrypt | +*akeyless.V2Api* | [**decryptBatch**](docs/V2Api.md#decryptBatch) | **POST** /decrypt-batch | *akeyless.V2Api* | [**decryptGPG**](docs/V2Api.md#decryptGPG) | **POST** /decrypt-gpg | *akeyless.V2Api* | [**decryptPKCS1**](docs/V2Api.md#decryptPKCS1) | **POST** /decrypt-pkcs1 | *akeyless.V2Api* | [**decryptWithClassicKey**](docs/V2Api.md#decryptWithClassicKey) | **POST** /decrypt-with-classic-key | @@ -227,6 +228,7 @@ Class | Method | HTTP request | Description *akeyless.V2Api* | [**dynamicSecretUpdateSnowflake**](docs/V2Api.md#dynamicSecretUpdateSnowflake) | **POST** /dynamic-secret-update-snowflake | *akeyless.V2Api* | [**dynamicSecretUpdateVenafi**](docs/V2Api.md#dynamicSecretUpdateVenafi) | **POST** /dynamic-secret-update-venafi | *akeyless.V2Api* | [**encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt | +*akeyless.V2Api* | [**encryptBatch**](docs/V2Api.md#encryptBatch) | **POST** /encrypt-batch | *akeyless.V2Api* | [**encryptGPG**](docs/V2Api.md#encryptGPG) | **POST** /encrypt-gpg | *akeyless.V2Api* | [**encryptWithClassicKey**](docs/V2Api.md#encryptWithClassicKey) | **POST** /encrypt-with-classic-key | *akeyless.V2Api* | [**esmCreate**](docs/V2Api.md#esmCreate) | **POST** /esm-create | @@ -653,6 +655,8 @@ Class | Method | HTTP request | Description - [akeyless.AzureTargetDetails](docs/AzureTargetDetails.md) - [akeyless.BastionListEntry](docs/BastionListEntry.md) - [akeyless.BastionsList](docs/BastionsList.md) + - [akeyless.BatchEncryptionRequestLine](docs/BatchEncryptionRequestLine.md) + - [akeyless.BatchEncryptionResponseLine](docs/BatchEncryptionResponseLine.md) - [akeyless.CFConfigPart](docs/CFConfigPart.md) - [akeyless.CacheConfigPart](docs/CacheConfigPart.md) - [akeyless.CertAccessRules](docs/CertAccessRules.md) diff --git a/node_modules/akeyless/dist/ApiClient.js b/node_modules/akeyless/dist/ApiClient.js index 93229db4b..add7f9268 100644 --- a/node_modules/akeyless/dist/ApiClient.js +++ b/node_modules/akeyless/dist/ApiClient.js @@ -21,7 +21,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * @module ApiClient -* @version 4.2.1 +* @version 4.2.2 */ /** diff --git a/node_modules/akeyless/dist/api/V2Api.js b/node_modules/akeyless/dist/api/V2Api.js index 77d3a2188..fb0cc9c68 100644 --- a/node_modules/akeyless/dist/api/V2Api.js +++ b/node_modules/akeyless/dist/api/V2Api.js @@ -1,7 +1,7 @@ -"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _ApiClient=_interopRequireDefault(require("../ApiClient"));var _AkeylessGatewayConfig=_interopRequireDefault(require("../model/AkeylessGatewayConfig"));var _AllAnalyticsData=_interopRequireDefault(require("../model/AllAnalyticsData"));var _AllowedAccess=_interopRequireDefault(require("../model/AllowedAccess"));var _AssocRoleAuthMethod=_interopRequireDefault(require("../model/AssocRoleAuthMethod"));var _AssocTargetItem=_interopRequireDefault(require("../model/AssocTargetItem"));var _Auth=_interopRequireDefault(require("../model/Auth"));var _AuthMethod=_interopRequireDefault(require("../model/AuthMethod"));var _AuthMethodCreateApiKey=_interopRequireDefault(require("../model/AuthMethodCreateApiKey"));var _AuthMethodCreateAwsIam=_interopRequireDefault(require("../model/AuthMethodCreateAwsIam"));var _AuthMethodCreateAzureAD=_interopRequireDefault(require("../model/AuthMethodCreateAzureAD"));var _AuthMethodCreateCert=_interopRequireDefault(require("../model/AuthMethodCreateCert"));var _AuthMethodCreateEmail=_interopRequireDefault(require("../model/AuthMethodCreateEmail"));var _AuthMethodCreateGcp=_interopRequireDefault(require("../model/AuthMethodCreateGcp"));var _AuthMethodCreateK8s=_interopRequireDefault(require("../model/AuthMethodCreateK8s"));var _AuthMethodCreateLdap=_interopRequireDefault(require("../model/AuthMethodCreateLdap"));var _AuthMethodCreateOCI=_interopRequireDefault(require("../model/AuthMethodCreateOCI"));var _AuthMethodCreateOIDC=_interopRequireDefault(require("../model/AuthMethodCreateOIDC"));var _AuthMethodCreateOauth=_interopRequireDefault(require("../model/AuthMethodCreateOauth2"));var _AuthMethodCreateOutput=_interopRequireDefault(require("../model/AuthMethodCreateOutput"));var _AuthMethodCreateSAML=_interopRequireDefault(require("../model/AuthMethodCreateSAML"));var _AuthMethodCreateUniversalIdentity=_interopRequireDefault(require("../model/AuthMethodCreateUniversalIdentity"));var _AuthMethodDelete=_interopRequireDefault(require("../model/AuthMethodDelete"));var _AuthMethodDeleteOutput=_interopRequireDefault(require("../model/AuthMethodDeleteOutput"));var _AuthMethodGet=_interopRequireDefault(require("../model/AuthMethodGet"));var _AuthMethodList=_interopRequireDefault(require("../model/AuthMethodList"));var _AuthMethodUpdateApiKey=_interopRequireDefault(require("../model/AuthMethodUpdateApiKey"));var _AuthMethodUpdateAwsIam=_interopRequireDefault(require("../model/AuthMethodUpdateAwsIam"));var _AuthMethodUpdateAzureAD=_interopRequireDefault(require("../model/AuthMethodUpdateAzureAD"));var _AuthMethodUpdateCert=_interopRequireDefault(require("../model/AuthMethodUpdateCert"));var _AuthMethodUpdateEmail=_interopRequireDefault(require("../model/AuthMethodUpdateEmail"));var _AuthMethodUpdateGcp=_interopRequireDefault(require("../model/AuthMethodUpdateGcp"));var _AuthMethodUpdateK8s=_interopRequireDefault(require("../model/AuthMethodUpdateK8s"));var _AuthMethodUpdateLdap=_interopRequireDefault(require("../model/AuthMethodUpdateLdap"));var _AuthMethodUpdateOCI=_interopRequireDefault(require("../model/AuthMethodUpdateOCI"));var _AuthMethodUpdateOIDC=_interopRequireDefault(require("../model/AuthMethodUpdateOIDC"));var _AuthMethodUpdateOauth=_interopRequireDefault(require("../model/AuthMethodUpdateOauth2"));var _AuthMethodUpdateOutput=_interopRequireDefault(require("../model/AuthMethodUpdateOutput"));var _AuthMethodUpdateSAML=_interopRequireDefault(require("../model/AuthMethodUpdateSAML"));var _AuthMethodUpdateUniversalIdentity=_interopRequireDefault(require("../model/AuthMethodUpdateUniversalIdentity"));var _AuthOutput=_interopRequireDefault(require("../model/AuthOutput"));var _BastionsList=_interopRequireDefault(require("../model/BastionsList"));var _CacheConfigPart=_interopRequireDefault(require("../model/CacheConfigPart"));var _Configure=_interopRequireDefault(require("../model/Configure"));var _ConfigureOutput=_interopRequireDefault(require("../model/ConfigureOutput"));var _Connect=_interopRequireDefault(require("../model/Connect"));var _CreateAWSTarget=_interopRequireDefault(require("../model/CreateAWSTarget"));var _CreateAWSTargetOutput=_interopRequireDefault(require("../model/CreateAWSTargetOutput"));var _CreateArtifactoryTarget=_interopRequireDefault(require("../model/CreateArtifactoryTarget"));var _CreateArtifactoryTargetOutput=_interopRequireDefault(require("../model/CreateArtifactoryTargetOutput"));var _CreateAuthMethod=_interopRequireDefault(require("../model/CreateAuthMethod"));var _CreateAuthMethodAWSIAM=_interopRequireDefault(require("../model/CreateAuthMethodAWSIAM"));var _CreateAuthMethodAWSIAMOutput=_interopRequireDefault(require("../model/CreateAuthMethodAWSIAMOutput"));var _CreateAuthMethodAzureAD=_interopRequireDefault(require("../model/CreateAuthMethodAzureAD"));var _CreateAuthMethodAzureADOutput=_interopRequireDefault(require("../model/CreateAuthMethodAzureADOutput"));var _CreateAuthMethodCert=_interopRequireDefault(require("../model/CreateAuthMethodCert"));var _CreateAuthMethodCertOutput=_interopRequireDefault(require("../model/CreateAuthMethodCertOutput"));var _CreateAuthMethodEmail=_interopRequireDefault(require("../model/CreateAuthMethodEmail"));var _CreateAuthMethodEmailOutput=_interopRequireDefault(require("../model/CreateAuthMethodEmailOutput"));var _CreateAuthMethodGCP=_interopRequireDefault(require("../model/CreateAuthMethodGCP"));var _CreateAuthMethodGCPOutput=_interopRequireDefault(require("../model/CreateAuthMethodGCPOutput"));var _CreateAuthMethodHuawei=_interopRequireDefault(require("../model/CreateAuthMethodHuawei"));var _CreateAuthMethodHuaweiOutput=_interopRequireDefault(require("../model/CreateAuthMethodHuaweiOutput"));var _CreateAuthMethodK8S=_interopRequireDefault(require("../model/CreateAuthMethodK8S"));var _CreateAuthMethodK8SOutput=_interopRequireDefault(require("../model/CreateAuthMethodK8SOutput"));var _CreateAuthMethodLDAP=_interopRequireDefault(require("../model/CreateAuthMethodLDAP"));var _CreateAuthMethodLDAPOutput=_interopRequireDefault(require("../model/CreateAuthMethodLDAPOutput"));var _CreateAuthMethodOAuth=_interopRequireDefault(require("../model/CreateAuthMethodOAuth2"));var _CreateAuthMethodOAuth2Output=_interopRequireDefault(require("../model/CreateAuthMethodOAuth2Output"));var _CreateAuthMethodOCI=_interopRequireDefault(require("../model/CreateAuthMethodOCI"));var _CreateAuthMethodOCIOutput=_interopRequireDefault(require("../model/CreateAuthMethodOCIOutput"));var _CreateAuthMethodOIDC=_interopRequireDefault(require("../model/CreateAuthMethodOIDC"));var _CreateAuthMethodOIDCOutput=_interopRequireDefault(require("../model/CreateAuthMethodOIDCOutput"));var _CreateAuthMethodOutput=_interopRequireDefault(require("../model/CreateAuthMethodOutput"));var _CreateAuthMethodSAML=_interopRequireDefault(require("../model/CreateAuthMethodSAML"));var _CreateAuthMethodSAMLOutput=_interopRequireDefault(require("../model/CreateAuthMethodSAMLOutput"));var _CreateAuthMethodUniversalIdentity=_interopRequireDefault(require("../model/CreateAuthMethodUniversalIdentity"));var _CreateAuthMethodUniversalIdentityOutput=_interopRequireDefault(require("../model/CreateAuthMethodUniversalIdentityOutput"));var _CreateAzureTarget=_interopRequireDefault(require("../model/CreateAzureTarget"));var _CreateAzureTargetOutput=_interopRequireDefault(require("../model/CreateAzureTargetOutput"));var _CreateCertificate=_interopRequireDefault(require("../model/CreateCertificate"));var _CreateCertificateOutput=_interopRequireDefault(require("../model/CreateCertificateOutput"));var _CreateClassicKey=_interopRequireDefault(require("../model/CreateClassicKey"));var _CreateClassicKeyOutput=_interopRequireDefault(require("../model/CreateClassicKeyOutput"));var _CreateDBTarget=_interopRequireDefault(require("../model/CreateDBTarget"));var _CreateDBTargetOutput=_interopRequireDefault(require("../model/CreateDBTargetOutput"));var _CreateDFCKey=_interopRequireDefault(require("../model/CreateDFCKey"));var _CreateDFCKeyOutput=_interopRequireDefault(require("../model/CreateDFCKeyOutput"));var _CreateDockerhubTarget=_interopRequireDefault(require("../model/CreateDockerhubTarget"));var _CreateDockerhubTargetOutput=_interopRequireDefault(require("../model/CreateDockerhubTargetOutput"));var _CreateDynamicSecret=_interopRequireDefault(require("../model/CreateDynamicSecret"));var _CreateEKSTarget=_interopRequireDefault(require("../model/CreateEKSTarget"));var _CreateEKSTargetOutput=_interopRequireDefault(require("../model/CreateEKSTargetOutput"));var _CreateESM=_interopRequireDefault(require("../model/CreateESM"));var _CreateESMOutput=_interopRequireDefault(require("../model/CreateESMOutput"));var _CreateEventForwarder=_interopRequireDefault(require("../model/CreateEventForwarder"));var _CreateEventForwarderOutput=_interopRequireDefault(require("../model/CreateEventForwarderOutput"));var _CreateGKETarget=_interopRequireDefault(require("../model/CreateGKETarget"));var _CreateGKETargetOutput=_interopRequireDefault(require("../model/CreateGKETargetOutput"));var _CreateGcpTarget=_interopRequireDefault(require("../model/CreateGcpTarget"));var _CreateGcpTargetOutput=_interopRequireDefault(require("../model/CreateGcpTargetOutput"));var _CreateGithubTarget=_interopRequireDefault(require("../model/CreateGithubTarget"));var _CreateGithubTargetOutput=_interopRequireDefault(require("../model/CreateGithubTargetOutput"));var _CreateGitlabTarget=_interopRequireDefault(require("../model/CreateGitlabTarget"));var _CreateGitlabTargetOutput=_interopRequireDefault(require("../model/CreateGitlabTargetOutput"));var _CreateGlobalSignAtlasTarget=_interopRequireDefault(require("../model/CreateGlobalSignAtlasTarget"));var _CreateGlobalSignAtlasTargetOutput=_interopRequireDefault(require("../model/CreateGlobalSignAtlasTargetOutput"));var _CreateGlobalSignTarget=_interopRequireDefault(require("../model/CreateGlobalSignTarget"));var _CreateGlobalSignTargetOutput=_interopRequireDefault(require("../model/CreateGlobalSignTargetOutput"));var _CreateGodaddyTarget=_interopRequireDefault(require("../model/CreateGodaddyTarget"));var _CreateGodaddyTargetOutput=_interopRequireDefault(require("../model/CreateGodaddyTargetOutput"));var _CreateGroup=_interopRequireDefault(require("../model/CreateGroup"));var _CreateGroupOutput=_interopRequireDefault(require("../model/CreateGroupOutput"));var _CreateHashiVaultTarget=_interopRequireDefault(require("../model/CreateHashiVaultTarget"));var _CreateHashiVaultTargetOutput=_interopRequireDefault(require("../model/CreateHashiVaultTargetOutput"));var _CreateKey=_interopRequireDefault(require("../model/CreateKey"));var _CreateKeyOutput=_interopRequireDefault(require("../model/CreateKeyOutput"));var _CreateLdapTarget=_interopRequireDefault(require("../model/CreateLdapTarget"));var _CreateLdapTargetOutput=_interopRequireDefault(require("../model/CreateLdapTargetOutput"));var _CreateLinkedTarget=_interopRequireDefault(require("../model/CreateLinkedTarget"));var _CreateLinkedTargetOutput=_interopRequireDefault(require("../model/CreateLinkedTargetOutput"));var _CreateNativeK8STarget=_interopRequireDefault(require("../model/CreateNativeK8STarget"));var _CreateNativeK8STargetOutput=_interopRequireDefault(require("../model/CreateNativeK8STargetOutput"));var _CreateOidcApp=_interopRequireDefault(require("../model/CreateOidcApp"));var _CreateOidcAppOutput=_interopRequireDefault(require("../model/CreateOidcAppOutput"));var _CreatePKICertIssuer=_interopRequireDefault(require("../model/CreatePKICertIssuer"));var _CreatePKICertIssuerOutput=_interopRequireDefault(require("../model/CreatePKICertIssuerOutput"));var _CreatePingTarget=_interopRequireDefault(require("../model/CreatePingTarget"));var _CreatePingTargetOutput=_interopRequireDefault(require("../model/CreatePingTargetOutput"));var _CreateRabbitMQTarget=_interopRequireDefault(require("../model/CreateRabbitMQTarget"));var _CreateRabbitMQTargetOutput=_interopRequireDefault(require("../model/CreateRabbitMQTargetOutput"));var _CreateRole=_interopRequireDefault(require("../model/CreateRole"));var _CreateRoleAuthMethodAssocOutput=_interopRequireDefault(require("../model/CreateRoleAuthMethodAssocOutput"));var _CreateRotatedSecret=_interopRequireDefault(require("../model/CreateRotatedSecret"));var _CreateRotatedSecretOutput=_interopRequireDefault(require("../model/CreateRotatedSecretOutput"));var _CreateSSHCertIssuer=_interopRequireDefault(require("../model/CreateSSHCertIssuer"));var _CreateSSHCertIssuerOutput=_interopRequireDefault(require("../model/CreateSSHCertIssuerOutput"));var _CreateSSHTarget=_interopRequireDefault(require("../model/CreateSSHTarget"));var _CreateSSHTargetOutput=_interopRequireDefault(require("../model/CreateSSHTargetOutput"));var _CreateSalesforceTarget=_interopRequireDefault(require("../model/CreateSalesforceTarget"));var _CreateSalesforceTargetOutput=_interopRequireDefault(require("../model/CreateSalesforceTargetOutput"));var _CreateSecret=_interopRequireDefault(require("../model/CreateSecret"));var _CreateSecretOutput=_interopRequireDefault(require("../model/CreateSecretOutput"));var _CreateTargetItemAssocOutput=_interopRequireDefault(require("../model/CreateTargetItemAssocOutput"));var _CreateTokenizer=_interopRequireDefault(require("../model/CreateTokenizer"));var _CreateTokenizerOutput=_interopRequireDefault(require("../model/CreateTokenizerOutput"));var _CreateUSC=_interopRequireDefault(require("../model/CreateUSC"));var _CreateUSCOutput=_interopRequireDefault(require("../model/CreateUSCOutput"));var _CreateUserEvent=_interopRequireDefault(require("../model/CreateUserEvent"));var _CreateUserEventOutput=_interopRequireDefault(require("../model/CreateUserEventOutput"));var _CreateWebTarget=_interopRequireDefault(require("../model/CreateWebTarget"));var _CreateWebTargetOutput=_interopRequireDefault(require("../model/CreateWebTargetOutput"));var _CreateWindowsTarget=_interopRequireDefault(require("../model/CreateWindowsTarget"));var _CreateWindowsTargetOutput=_interopRequireDefault(require("../model/CreateWindowsTargetOutput"));var _CreateZeroSSLTarget=_interopRequireDefault(require("../model/CreateZeroSSLTarget"));var _CreateZeroSSLTargetOutput=_interopRequireDefault(require("../model/CreateZeroSSLTargetOutput"));var _DSProducerDetails=_interopRequireDefault(require("../model/DSProducerDetails"));var _Decrypt=_interopRequireDefault(require("../model/Decrypt"));var _DecryptGPG=_interopRequireDefault(require("../model/DecryptGPG"));var _DecryptGPGOutput=_interopRequireDefault(require("../model/DecryptGPGOutput"));var _DecryptOutput=_interopRequireDefault(require("../model/DecryptOutput"));var _DecryptPKCS=_interopRequireDefault(require("../model/DecryptPKCS1"));var _DecryptPKCS1Output=_interopRequireDefault(require("../model/DecryptPKCS1Output"));var _DecryptWithClassicKey=_interopRequireDefault(require("../model/DecryptWithClassicKey"));var _DecryptWithClassicKeyOutput=_interopRequireDefault(require("../model/DecryptWithClassicKeyOutput"));var _DeleteAuthMethod=_interopRequireDefault(require("../model/DeleteAuthMethod"));var _DeleteAuthMethodOutput=_interopRequireDefault(require("../model/DeleteAuthMethodOutput"));var _DeleteAuthMethods=_interopRequireDefault(require("../model/DeleteAuthMethods"));var _DeleteAuthMethodsOutput=_interopRequireDefault(require("../model/DeleteAuthMethodsOutput"));var _DeleteEventForwarder=_interopRequireDefault(require("../model/DeleteEventForwarder"));var _DeleteGatewayAllowedAccessId=_interopRequireDefault(require("../model/DeleteGatewayAllowedAccessId"));var _DeleteGroup=_interopRequireDefault(require("../model/DeleteGroup"));var _DeleteGroupOutput=_interopRequireDefault(require("../model/DeleteGroupOutput"));var _DeleteGwCluster=_interopRequireDefault(require("../model/DeleteGwCluster"));var _DeleteItem=_interopRequireDefault(require("../model/DeleteItem"));var _DeleteItemOutput=_interopRequireDefault(require("../model/DeleteItemOutput"));var _DeleteItems=_interopRequireDefault(require("../model/DeleteItems"));var _DeleteItemsOutput=_interopRequireDefault(require("../model/DeleteItemsOutput"));var _DeleteRole=_interopRequireDefault(require("../model/DeleteRole"));var _DeleteRoleAssociation=_interopRequireDefault(require("../model/DeleteRoleAssociation"));var _DeleteRoleRule=_interopRequireDefault(require("../model/DeleteRoleRule"));var _DeleteRoleRuleOutput=_interopRequireDefault(require("../model/DeleteRoleRuleOutput"));var _DeleteRoles=_interopRequireDefault(require("../model/DeleteRoles"));var _DeleteTarget=_interopRequireDefault(require("../model/DeleteTarget"));var _DeleteTargetAssociation=_interopRequireDefault(require("../model/DeleteTargetAssociation"));var _DeleteTargets=_interopRequireDefault(require("../model/DeleteTargets"));var _DeriveKey=_interopRequireDefault(require("../model/DeriveKey"));var _DeriveKeyOutput=_interopRequireDefault(require("../model/DeriveKeyOutput"));var _DescribeAssoc=_interopRequireDefault(require("../model/DescribeAssoc"));var _DescribeItem=_interopRequireDefault(require("../model/DescribeItem"));var _DescribePermissions=_interopRequireDefault(require("../model/DescribePermissions"));var _DescribePermissionsOutput=_interopRequireDefault(require("../model/DescribePermissionsOutput"));var _DescribeSubClaims=_interopRequireDefault(require("../model/DescribeSubClaims"));var _DescribeSubClaimsOutput=_interopRequireDefault(require("../model/DescribeSubClaimsOutput"));var _Detokenize=_interopRequireDefault(require("../model/Detokenize"));var _DetokenizeOutput=_interopRequireDefault(require("../model/DetokenizeOutput"));var _DynamicSecretCreateArtifactory=_interopRequireDefault(require("../model/DynamicSecretCreateArtifactory"));var _DynamicSecretCreateAws=_interopRequireDefault(require("../model/DynamicSecretCreateAws"));var _DynamicSecretCreateAzure=_interopRequireDefault(require("../model/DynamicSecretCreateAzure"));var _DynamicSecretCreateCassandra=_interopRequireDefault(require("../model/DynamicSecretCreateCassandra"));var _DynamicSecretCreateCustom=_interopRequireDefault(require("../model/DynamicSecretCreateCustom"));var _DynamicSecretCreateDockerhub=_interopRequireDefault(require("../model/DynamicSecretCreateDockerhub"));var _DynamicSecretCreateEks=_interopRequireDefault(require("../model/DynamicSecretCreateEks"));var _DynamicSecretCreateGcp=_interopRequireDefault(require("../model/DynamicSecretCreateGcp"));var _DynamicSecretCreateGithub=_interopRequireDefault(require("../model/DynamicSecretCreateGithub"));var _DynamicSecretCreateGitlab=_interopRequireDefault(require("../model/DynamicSecretCreateGitlab"));var _DynamicSecretCreateGke=_interopRequireDefault(require("../model/DynamicSecretCreateGke"));var _DynamicSecretCreateGoogleWorkspace=_interopRequireDefault(require("../model/DynamicSecretCreateGoogleWorkspace"));var _DynamicSecretCreateHanaDb=_interopRequireDefault(require("../model/DynamicSecretCreateHanaDb"));var _DynamicSecretCreateK8s=_interopRequireDefault(require("../model/DynamicSecretCreateK8s"));var _DynamicSecretCreateLdap=_interopRequireDefault(require("../model/DynamicSecretCreateLdap"));var _DynamicSecretCreateMongoDb=_interopRequireDefault(require("../model/DynamicSecretCreateMongoDb"));var _DynamicSecretCreateMsSql=_interopRequireDefault(require("../model/DynamicSecretCreateMsSql"));var _DynamicSecretCreateMySql=_interopRequireDefault(require("../model/DynamicSecretCreateMySql"));var _DynamicSecretCreateOracleDb=_interopRequireDefault(require("../model/DynamicSecretCreateOracleDb"));var _DynamicSecretCreateOutput=_interopRequireDefault(require("../model/DynamicSecretCreateOutput"));var _DynamicSecretCreatePing=_interopRequireDefault(require("../model/DynamicSecretCreatePing"));var _DynamicSecretCreatePostgreSql=_interopRequireDefault(require("../model/DynamicSecretCreatePostgreSql"));var _DynamicSecretCreateRabbitMq=_interopRequireDefault(require("../model/DynamicSecretCreateRabbitMq"));var _DynamicSecretCreateRdp=_interopRequireDefault(require("../model/DynamicSecretCreateRdp"));var _DynamicSecretCreateRedis=_interopRequireDefault(require("../model/DynamicSecretCreateRedis"));var _DynamicSecretCreateRedshift=_interopRequireDefault(require("../model/DynamicSecretCreateRedshift"));var _DynamicSecretCreateSnowflake=_interopRequireDefault(require("../model/DynamicSecretCreateSnowflake"));var _DynamicSecretCreateVenafi=_interopRequireDefault(require("../model/DynamicSecretCreateVenafi"));var _DynamicSecretDelete=_interopRequireDefault(require("../model/DynamicSecretDelete"));var _DynamicSecretDeleteOutput=_interopRequireDefault(require("../model/DynamicSecretDeleteOutput"));var _DynamicSecretGet=_interopRequireDefault(require("../model/DynamicSecretGet"));var _DynamicSecretGetValue=_interopRequireDefault(require("../model/DynamicSecretGetValue"));var _DynamicSecretList=_interopRequireDefault(require("../model/DynamicSecretList"));var _DynamicSecretTmpCredsDelete=_interopRequireDefault(require("../model/DynamicSecretTmpCredsDelete"));var _DynamicSecretTmpCredsGet=_interopRequireDefault(require("../model/DynamicSecretTmpCredsGet"));var _DynamicSecretTmpCredsUpdate=_interopRequireDefault(require("../model/DynamicSecretTmpCredsUpdate"));var _DynamicSecretUpdateArtifactory=_interopRequireDefault(require("../model/DynamicSecretUpdateArtifactory"));var _DynamicSecretUpdateAws=_interopRequireDefault(require("../model/DynamicSecretUpdateAws"));var _DynamicSecretUpdateAzure=_interopRequireDefault(require("../model/DynamicSecretUpdateAzure"));var _DynamicSecretUpdateCassandra=_interopRequireDefault(require("../model/DynamicSecretUpdateCassandra"));var _DynamicSecretUpdateCustom=_interopRequireDefault(require("../model/DynamicSecretUpdateCustom"));var _DynamicSecretUpdateDockerhub=_interopRequireDefault(require("../model/DynamicSecretUpdateDockerhub"));var _DynamicSecretUpdateEks=_interopRequireDefault(require("../model/DynamicSecretUpdateEks"));var _DynamicSecretUpdateGcp=_interopRequireDefault(require("../model/DynamicSecretUpdateGcp"));var _DynamicSecretUpdateGithub=_interopRequireDefault(require("../model/DynamicSecretUpdateGithub"));var _DynamicSecretUpdateGitlab=_interopRequireDefault(require("../model/DynamicSecretUpdateGitlab"));var _DynamicSecretUpdateGke=_interopRequireDefault(require("../model/DynamicSecretUpdateGke"));var _DynamicSecretUpdateGoogleWorkspace=_interopRequireDefault(require("../model/DynamicSecretUpdateGoogleWorkspace"));var _DynamicSecretUpdateHanaDb=_interopRequireDefault(require("../model/DynamicSecretUpdateHanaDb"));var _DynamicSecretUpdateK8s=_interopRequireDefault(require("../model/DynamicSecretUpdateK8s"));var _DynamicSecretUpdateLdap=_interopRequireDefault(require("../model/DynamicSecretUpdateLdap"));var _DynamicSecretUpdateMongoDb=_interopRequireDefault(require("../model/DynamicSecretUpdateMongoDb"));var _DynamicSecretUpdateMsSql=_interopRequireDefault(require("../model/DynamicSecretUpdateMsSql"));var _DynamicSecretUpdateMySql=_interopRequireDefault(require("../model/DynamicSecretUpdateMySql"));var _DynamicSecretUpdateOracleDb=_interopRequireDefault(require("../model/DynamicSecretUpdateOracleDb"));var _DynamicSecretUpdateOutput=_interopRequireDefault(require("../model/DynamicSecretUpdateOutput"));var _DynamicSecretUpdatePing=_interopRequireDefault(require("../model/DynamicSecretUpdatePing"));var _DynamicSecretUpdatePostgreSql=_interopRequireDefault(require("../model/DynamicSecretUpdatePostgreSql"));var _DynamicSecretUpdateRabbitMq=_interopRequireDefault(require("../model/DynamicSecretUpdateRabbitMq"));var _DynamicSecretUpdateRdp=_interopRequireDefault(require("../model/DynamicSecretUpdateRdp"));var _DynamicSecretUpdateRedis=_interopRequireDefault(require("../model/DynamicSecretUpdateRedis"));var _DynamicSecretUpdateRedshift=_interopRequireDefault(require("../model/DynamicSecretUpdateRedshift"));var _DynamicSecretUpdateSnowflake=_interopRequireDefault(require("../model/DynamicSecretUpdateSnowflake"));var _DynamicSecretUpdateVenafi=_interopRequireDefault(require("../model/DynamicSecretUpdateVenafi"));var _Encrypt=_interopRequireDefault(require("../model/Encrypt"));var _EncryptGPG=_interopRequireDefault(require("../model/EncryptGPG"));var _EncryptGPGOutput=_interopRequireDefault(require("../model/EncryptGPGOutput"));var _EncryptOutput=_interopRequireDefault(require("../model/EncryptOutput"));var _EncryptWithClassicKey=_interopRequireDefault(require("../model/EncryptWithClassicKey"));var _EsmCreate=_interopRequireDefault(require("../model/EsmCreate"));var _EsmCreateSecretOutput=_interopRequireDefault(require("../model/EsmCreateSecretOutput"));var _EsmDelete=_interopRequireDefault(require("../model/EsmDelete"));var _EsmDeleteSecretOutput=_interopRequireDefault(require("../model/EsmDeleteSecretOutput"));var _EsmGet=_interopRequireDefault(require("../model/EsmGet"));var _EsmGetSecretOutput=_interopRequireDefault(require("../model/EsmGetSecretOutput"));var _EsmList=_interopRequireDefault(require("../model/EsmList"));var _EsmListSecretsOutput=_interopRequireDefault(require("../model/EsmListSecretsOutput"));var _EsmUpdate=_interopRequireDefault(require("../model/EsmUpdate"));var _EsmUpdateSecretOutput=_interopRequireDefault(require("../model/EsmUpdateSecretOutput"));var _EventAction=_interopRequireDefault(require("../model/EventAction"));var _EventForwarderCreateEmail=_interopRequireDefault(require("../model/EventForwarderCreateEmail"));var _EventForwarderCreateServiceNow=_interopRequireDefault(require("../model/EventForwarderCreateServiceNow"));var _EventForwarderCreateSlack=_interopRequireDefault(require("../model/EventForwarderCreateSlack"));var _EventForwarderCreateUpdateOutput=_interopRequireDefault(require("../model/EventForwarderCreateUpdateOutput"));var _EventForwarderCreateWebhook=_interopRequireDefault(require("../model/EventForwarderCreateWebhook"));var _EventForwarderDelete=_interopRequireDefault(require("../model/EventForwarderDelete"));var _EventForwarderDeleteOutput=_interopRequireDefault(require("../model/EventForwarderDeleteOutput"));var _EventForwarderGet=_interopRequireDefault(require("../model/EventForwarderGet"));var _EventForwarderGetOutput=_interopRequireDefault(require("../model/EventForwarderGetOutput"));var _EventForwarderUpdateEmail=_interopRequireDefault(require("../model/EventForwarderUpdateEmail"));var _EventForwarderUpdateServiceNow=_interopRequireDefault(require("../model/EventForwarderUpdateServiceNow"));var _EventForwarderUpdateSlack=_interopRequireDefault(require("../model/EventForwarderUpdateSlack"));var _EventForwarderUpdateWebhook=_interopRequireDefault(require("../model/EventForwarderUpdateWebhook"));var _ExportClassicKey=_interopRequireDefault(require("../model/ExportClassicKey"));var _ExportClassicKeyOutput=_interopRequireDefault(require("../model/ExportClassicKeyOutput"));var _GatewayCreateAllowedAccess=_interopRequireDefault(require("../model/GatewayCreateAllowedAccess"));var _GatewayCreateK8SAuthConfig=_interopRequireDefault(require("../model/GatewayCreateK8SAuthConfig"));var _GatewayCreateK8SAuthConfigOutput=_interopRequireDefault(require("../model/GatewayCreateK8SAuthConfigOutput"));var _GatewayCreateMigration=_interopRequireDefault(require("../model/GatewayCreateMigration"));var _GatewayCreateProducerArtifactory=_interopRequireDefault(require("../model/GatewayCreateProducerArtifactory"));var _GatewayCreateProducerArtifactoryOutput=_interopRequireDefault(require("../model/GatewayCreateProducerArtifactoryOutput"));var _GatewayCreateProducerAws=_interopRequireDefault(require("../model/GatewayCreateProducerAws"));var _GatewayCreateProducerAwsOutput=_interopRequireDefault(require("../model/GatewayCreateProducerAwsOutput"));var _GatewayCreateProducerAzure=_interopRequireDefault(require("../model/GatewayCreateProducerAzure"));var _GatewayCreateProducerAzureOutput=_interopRequireDefault(require("../model/GatewayCreateProducerAzureOutput"));var _GatewayCreateProducerCassandra=_interopRequireDefault(require("../model/GatewayCreateProducerCassandra"));var _GatewayCreateProducerCassandraOutput=_interopRequireDefault(require("../model/GatewayCreateProducerCassandraOutput"));var _GatewayCreateProducerChef=_interopRequireDefault(require("../model/GatewayCreateProducerChef"));var _GatewayCreateProducerChefOutput=_interopRequireDefault(require("../model/GatewayCreateProducerChefOutput"));var _GatewayCreateProducerCustom=_interopRequireDefault(require("../model/GatewayCreateProducerCustom"));var _GatewayCreateProducerCustomOutput=_interopRequireDefault(require("../model/GatewayCreateProducerCustomOutput"));var _GatewayCreateProducerDockerhub=_interopRequireDefault(require("../model/GatewayCreateProducerDockerhub"));var _GatewayCreateProducerDockerhubOutput=_interopRequireDefault(require("../model/GatewayCreateProducerDockerhubOutput"));var _GatewayCreateProducerEks=_interopRequireDefault(require("../model/GatewayCreateProducerEks"));var _GatewayCreateProducerEksOutput=_interopRequireDefault(require("../model/GatewayCreateProducerEksOutput"));var _GatewayCreateProducerGcp=_interopRequireDefault(require("../model/GatewayCreateProducerGcp"));var _GatewayCreateProducerGcpOutput=_interopRequireDefault(require("../model/GatewayCreateProducerGcpOutput"));var _GatewayCreateProducerGithub=_interopRequireDefault(require("../model/GatewayCreateProducerGithub"));var _GatewayCreateProducerGithubOutput=_interopRequireDefault(require("../model/GatewayCreateProducerGithubOutput"));var _GatewayCreateProducerGke=_interopRequireDefault(require("../model/GatewayCreateProducerGke"));var _GatewayCreateProducerGkeOutput=_interopRequireDefault(require("../model/GatewayCreateProducerGkeOutput"));var _GatewayCreateProducerHanaDb=_interopRequireDefault(require("../model/GatewayCreateProducerHanaDb"));var _GatewayCreateProducerHanaDbOutput=_interopRequireDefault(require("../model/GatewayCreateProducerHanaDbOutput"));var _GatewayCreateProducerLdap=_interopRequireDefault(require("../model/GatewayCreateProducerLdap"));var _GatewayCreateProducerLdapOutput=_interopRequireDefault(require("../model/GatewayCreateProducerLdapOutput"));var _GatewayCreateProducerMSSQL=_interopRequireDefault(require("../model/GatewayCreateProducerMSSQL"));var _GatewayCreateProducerMSSQLOutput=_interopRequireDefault(require("../model/GatewayCreateProducerMSSQLOutput"));var _GatewayCreateProducerMongo=_interopRequireDefault(require("../model/GatewayCreateProducerMongo"));var _GatewayCreateProducerMongoOutput=_interopRequireDefault(require("../model/GatewayCreateProducerMongoOutput"));var _GatewayCreateProducerMySQL=_interopRequireDefault(require("../model/GatewayCreateProducerMySQL"));var _GatewayCreateProducerMySQLOutput=_interopRequireDefault(require("../model/GatewayCreateProducerMySQLOutput"));var _GatewayCreateProducerNativeK8S=_interopRequireDefault(require("../model/GatewayCreateProducerNativeK8S"));var _GatewayCreateProducerNativeK8SOutput=_interopRequireDefault(require("../model/GatewayCreateProducerNativeK8SOutput"));var _GatewayCreateProducerOracleDb=_interopRequireDefault(require("../model/GatewayCreateProducerOracleDb"));var _GatewayCreateProducerOracleDbOutput=_interopRequireDefault(require("../model/GatewayCreateProducerOracleDbOutput"));var _GatewayCreateProducerPing=_interopRequireDefault(require("../model/GatewayCreateProducerPing"));var _GatewayCreateProducerPingOutput=_interopRequireDefault(require("../model/GatewayCreateProducerPingOutput"));var _GatewayCreateProducerPostgreSQL=_interopRequireDefault(require("../model/GatewayCreateProducerPostgreSQL"));var _GatewayCreateProducerPostgreSQLOutput=_interopRequireDefault(require("../model/GatewayCreateProducerPostgreSQLOutput"));var _GatewayCreateProducerRabbitMQ=_interopRequireDefault(require("../model/GatewayCreateProducerRabbitMQ"));var _GatewayCreateProducerRabbitMQOutput=_interopRequireDefault(require("../model/GatewayCreateProducerRabbitMQOutput"));var _GatewayCreateProducerRdp=_interopRequireDefault(require("../model/GatewayCreateProducerRdp"));var _GatewayCreateProducerRdpOutput=_interopRequireDefault(require("../model/GatewayCreateProducerRdpOutput"));var _GatewayCreateProducerRedis=_interopRequireDefault(require("../model/GatewayCreateProducerRedis"));var _GatewayCreateProducerRedisOutput=_interopRequireDefault(require("../model/GatewayCreateProducerRedisOutput"));var _GatewayCreateProducerRedshift=_interopRequireDefault(require("../model/GatewayCreateProducerRedshift"));var _GatewayCreateProducerRedshiftOutput=_interopRequireDefault(require("../model/GatewayCreateProducerRedshiftOutput"));var _GatewayCreateProducerSnowflake=_interopRequireDefault(require("../model/GatewayCreateProducerSnowflake"));var _GatewayCreateProducerSnowflakeOutput=_interopRequireDefault(require("../model/GatewayCreateProducerSnowflakeOutput"));var _GatewayCreateProducerVenafi=_interopRequireDefault(require("../model/GatewayCreateProducerVenafi"));var _GatewayCreateProducerVenafiOutput=_interopRequireDefault(require("../model/GatewayCreateProducerVenafiOutput"));var _GatewayDeleteAllowedAccess=_interopRequireDefault(require("../model/GatewayDeleteAllowedAccess"));var _GatewayDeleteAllowedAccessOutput=_interopRequireDefault(require("../model/GatewayDeleteAllowedAccessOutput"));var _GatewayDeleteK8SAuthConfig=_interopRequireDefault(require("../model/GatewayDeleteK8SAuthConfig"));var _GatewayDeleteK8SAuthConfigOutput=_interopRequireDefault(require("../model/GatewayDeleteK8SAuthConfigOutput"));var _GatewayDeleteMigration=_interopRequireDefault(require("../model/GatewayDeleteMigration"));var _GatewayDeleteProducer=_interopRequireDefault(require("../model/GatewayDeleteProducer"));var _GatewayDeleteProducerOutput=_interopRequireDefault(require("../model/GatewayDeleteProducerOutput"));var _GatewayDownloadCustomerFragments=_interopRequireDefault(require("../model/GatewayDownloadCustomerFragments"));var _GatewayDownloadCustomerFragmentsOutput=_interopRequireDefault(require("../model/GatewayDownloadCustomerFragmentsOutput"));var _GatewayGetAllowedAccess=_interopRequireDefault(require("../model/GatewayGetAllowedAccess"));var _GatewayGetCache=_interopRequireDefault(require("../model/GatewayGetCache"));var _GatewayGetConfig=_interopRequireDefault(require("../model/GatewayGetConfig"));var _GatewayGetDefaults=_interopRequireDefault(require("../model/GatewayGetDefaults"));var _GatewayGetDefaultsOutput=_interopRequireDefault(require("../model/GatewayGetDefaultsOutput"));var _GatewayGetK8SAuthConfig=_interopRequireDefault(require("../model/GatewayGetK8SAuthConfig"));var _GatewayGetK8SAuthConfigOutput=_interopRequireDefault(require("../model/GatewayGetK8SAuthConfigOutput"));var _GatewayGetLdapAuthConfig=_interopRequireDefault(require("../model/GatewayGetLdapAuthConfig"));var _GatewayGetLdapAuthConfigOutput=_interopRequireDefault(require("../model/GatewayGetLdapAuthConfigOutput"));var _GatewayGetLogForwarding=_interopRequireDefault(require("../model/GatewayGetLogForwarding"));var _GatewayGetMigration=_interopRequireDefault(require("../model/GatewayGetMigration"));var _GatewayGetProducer=_interopRequireDefault(require("../model/GatewayGetProducer"));var _GatewayGetTmpUsers=_interopRequireDefault(require("../model/GatewayGetTmpUsers"));var _GatewayListCustomerFragments=_interopRequireDefault(require("../model/GatewayListCustomerFragments"));var _GatewayListMigration=_interopRequireDefault(require("../model/GatewayListMigration"));var _GatewayListProducers=_interopRequireDefault(require("../model/GatewayListProducers"));var _GatewayListRotatedSecrets=_interopRequireDefault(require("../model/GatewayListRotatedSecrets"));var _GatewayMigratePersonalItems=_interopRequireDefault(require("../model/GatewayMigratePersonalItems"));var _GatewayMigratePersonalItemsOutput=_interopRequireDefault(require("../model/GatewayMigratePersonalItemsOutput"));var _GatewayMigrationCreateOutput=_interopRequireDefault(require("../model/GatewayMigrationCreateOutput"));var _GatewayMigrationDeleteOutput=_interopRequireDefault(require("../model/GatewayMigrationDeleteOutput"));var _GatewayMigrationGetOutput=_interopRequireDefault(require("../model/GatewayMigrationGetOutput"));var _GatewayMigrationListOutput=_interopRequireDefault(require("../model/GatewayMigrationListOutput"));var _GatewayMigrationSyncOutput=_interopRequireDefault(require("../model/GatewayMigrationSyncOutput"));var _GatewayMigrationUpdateOutput=_interopRequireDefault(require("../model/GatewayMigrationUpdateOutput"));var _GatewayRevokeTmpUsers=_interopRequireDefault(require("../model/GatewayRevokeTmpUsers"));var _GatewayStartProducer=_interopRequireDefault(require("../model/GatewayStartProducer"));var _GatewayStartProducerOutput=_interopRequireDefault(require("../model/GatewayStartProducerOutput"));var _GatewayStatusMigration=_interopRequireDefault(require("../model/GatewayStatusMigration"));var _GatewayStopProducer=_interopRequireDefault(require("../model/GatewayStopProducer"));var _GatewayStopProducerOutput=_interopRequireDefault(require("../model/GatewayStopProducerOutput"));var _GatewaySyncMigration=_interopRequireDefault(require("../model/GatewaySyncMigration"));var _GatewayUpdateAllowedAccess=_interopRequireDefault(require("../model/GatewayUpdateAllowedAccess"));var _GatewayUpdateCache=_interopRequireDefault(require("../model/GatewayUpdateCache"));var _GatewayUpdateDefaults=_interopRequireDefault(require("../model/GatewayUpdateDefaults"));var _GatewayUpdateItem=_interopRequireDefault(require("../model/GatewayUpdateItem"));var _GatewayUpdateItemOutput=_interopRequireDefault(require("../model/GatewayUpdateItemOutput"));var _GatewayUpdateK8SAuthConfig=_interopRequireDefault(require("../model/GatewayUpdateK8SAuthConfig"));var _GatewayUpdateK8SAuthConfigOutput=_interopRequireDefault(require("../model/GatewayUpdateK8SAuthConfigOutput"));var _GatewayUpdateLdapAuthConfig=_interopRequireDefault(require("../model/GatewayUpdateLdapAuthConfig"));var _GatewayUpdateLdapAuthConfigOutput=_interopRequireDefault(require("../model/GatewayUpdateLdapAuthConfigOutput"));var _GatewayUpdateLogForwardingAwsS=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingAwsS3"));var _GatewayUpdateLogForwardingAzureAnalytics=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingAzureAnalytics"));var _GatewayUpdateLogForwardingDatadog=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingDatadog"));var _GatewayUpdateLogForwardingElasticsearch=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingElasticsearch"));var _GatewayUpdateLogForwardingGoogleChronicle=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingGoogleChronicle"));var _GatewayUpdateLogForwardingLogstash=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingLogstash"));var _GatewayUpdateLogForwardingLogzIo=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingLogzIo"));var _GatewayUpdateLogForwardingOutput=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingOutput"));var _GatewayUpdateLogForwardingSplunk=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingSplunk"));var _GatewayUpdateLogForwardingStdout=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingStdout"));var _GatewayUpdateLogForwardingSumologic=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingSumologic"));var _GatewayUpdateLogForwardingSyslog=_interopRequireDefault(require("../model/GatewayUpdateLogForwardingSyslog"));var _GatewayUpdateMigration=_interopRequireDefault(require("../model/GatewayUpdateMigration"));var _GatewayUpdateOutput=_interopRequireDefault(require("../model/GatewayUpdateOutput"));var _GatewayUpdateProducerArtifactory=_interopRequireDefault(require("../model/GatewayUpdateProducerArtifactory"));var _GatewayUpdateProducerArtifactoryOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerArtifactoryOutput"));var _GatewayUpdateProducerAws=_interopRequireDefault(require("../model/GatewayUpdateProducerAws"));var _GatewayUpdateProducerAwsOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerAwsOutput"));var _GatewayUpdateProducerAzure=_interopRequireDefault(require("../model/GatewayUpdateProducerAzure"));var _GatewayUpdateProducerAzureOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerAzureOutput"));var _GatewayUpdateProducerCassandra=_interopRequireDefault(require("../model/GatewayUpdateProducerCassandra"));var _GatewayUpdateProducerCassandraOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerCassandraOutput"));var _GatewayUpdateProducerChef=_interopRequireDefault(require("../model/GatewayUpdateProducerChef"));var _GatewayUpdateProducerChefOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerChefOutput"));var _GatewayUpdateProducerCustom=_interopRequireDefault(require("../model/GatewayUpdateProducerCustom"));var _GatewayUpdateProducerCustomOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerCustomOutput"));var _GatewayUpdateProducerDockerhub=_interopRequireDefault(require("../model/GatewayUpdateProducerDockerhub"));var _GatewayUpdateProducerDockerhubOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerDockerhubOutput"));var _GatewayUpdateProducerEks=_interopRequireDefault(require("../model/GatewayUpdateProducerEks"));var _GatewayUpdateProducerEksOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerEksOutput"));var _GatewayUpdateProducerGcp=_interopRequireDefault(require("../model/GatewayUpdateProducerGcp"));var _GatewayUpdateProducerGcpOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerGcpOutput"));var _GatewayUpdateProducerGithub=_interopRequireDefault(require("../model/GatewayUpdateProducerGithub"));var _GatewayUpdateProducerGithubOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerGithubOutput"));var _GatewayUpdateProducerGke=_interopRequireDefault(require("../model/GatewayUpdateProducerGke"));var _GatewayUpdateProducerGkeOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerGkeOutput"));var _GatewayUpdateProducerHanaDb=_interopRequireDefault(require("../model/GatewayUpdateProducerHanaDb"));var _GatewayUpdateProducerHanaDbOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerHanaDbOutput"));var _GatewayUpdateProducerLdap=_interopRequireDefault(require("../model/GatewayUpdateProducerLdap"));var _GatewayUpdateProducerLdapOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerLdapOutput"));var _GatewayUpdateProducerMSSQL=_interopRequireDefault(require("../model/GatewayUpdateProducerMSSQL"));var _GatewayUpdateProducerMSSQLOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerMSSQLOutput"));var _GatewayUpdateProducerMongo=_interopRequireDefault(require("../model/GatewayUpdateProducerMongo"));var _GatewayUpdateProducerMongoOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerMongoOutput"));var _GatewayUpdateProducerMySQL=_interopRequireDefault(require("../model/GatewayUpdateProducerMySQL"));var _GatewayUpdateProducerMySQLOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerMySQLOutput"));var _GatewayUpdateProducerNativeK8S=_interopRequireDefault(require("../model/GatewayUpdateProducerNativeK8S"));var _GatewayUpdateProducerNativeK8SOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerNativeK8SOutput"));var _GatewayUpdateProducerOracleDb=_interopRequireDefault(require("../model/GatewayUpdateProducerOracleDb"));var _GatewayUpdateProducerOracleDbOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerOracleDbOutput"));var _GatewayUpdateProducerPing=_interopRequireDefault(require("../model/GatewayUpdateProducerPing"));var _GatewayUpdateProducerPingOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerPingOutput"));var _GatewayUpdateProducerPostgreSQL=_interopRequireDefault(require("../model/GatewayUpdateProducerPostgreSQL"));var _GatewayUpdateProducerPostgreSQLOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerPostgreSQLOutput"));var _GatewayUpdateProducerRabbitMQ=_interopRequireDefault(require("../model/GatewayUpdateProducerRabbitMQ"));var _GatewayUpdateProducerRabbitMQOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerRabbitMQOutput"));var _GatewayUpdateProducerRdp=_interopRequireDefault(require("../model/GatewayUpdateProducerRdp"));var _GatewayUpdateProducerRdpOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerRdpOutput"));var _GatewayUpdateProducerRedis=_interopRequireDefault(require("../model/GatewayUpdateProducerRedis"));var _GatewayUpdateProducerRedisOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerRedisOutput"));var _GatewayUpdateProducerRedshift=_interopRequireDefault(require("../model/GatewayUpdateProducerRedshift"));var _GatewayUpdateProducerRedshiftOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerRedshiftOutput"));var _GatewayUpdateProducerSnowflake=_interopRequireDefault(require("../model/GatewayUpdateProducerSnowflake"));var _GatewayUpdateProducerSnowflakeOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerSnowflakeOutput"));var _GatewayUpdateProducerVenafi=_interopRequireDefault(require("../model/GatewayUpdateProducerVenafi"));var _GatewayUpdateProducerVenafiOutput=_interopRequireDefault(require("../model/GatewayUpdateProducerVenafiOutput"));var _GatewayUpdateTlsCert=_interopRequireDefault(require("../model/GatewayUpdateTlsCert"));var _GatewayUpdateTlsCertOutput=_interopRequireDefault(require("../model/GatewayUpdateTlsCertOutput"));var _GatewayUpdateTmpUsers=_interopRequireDefault(require("../model/GatewayUpdateTmpUsers"));var _GatewaysListResponse=_interopRequireDefault(require("../model/GatewaysListResponse"));var _GenerateCsr=_interopRequireDefault(require("../model/GenerateCsr"));var _GenerateCsrOutput=_interopRequireDefault(require("../model/GenerateCsrOutput"));var _GetAccountSettings=_interopRequireDefault(require("../model/GetAccountSettings"));var _GetAccountSettingsCommandOutput=_interopRequireDefault(require("../model/GetAccountSettingsCommandOutput"));var _GetAnalyticsData=_interopRequireDefault(require("../model/GetAnalyticsData"));var _GetAuthMethod=_interopRequireDefault(require("../model/GetAuthMethod"));var _GetCertificateValue=_interopRequireDefault(require("../model/GetCertificateValue"));var _GetCertificateValueOutput=_interopRequireDefault(require("../model/GetCertificateValueOutput"));var _GetDynamicSecretValue=_interopRequireDefault(require("../model/GetDynamicSecretValue"));var _GetEventForwarder=_interopRequireDefault(require("../model/GetEventForwarder"));var _GetEventForwarderOutput=_interopRequireDefault(require("../model/GetEventForwarderOutput"));var _GetGroup=_interopRequireDefault(require("../model/GetGroup"));var _GetGroupOutput=_interopRequireDefault(require("../model/GetGroupOutput"));var _GetKubeExecCreds=_interopRequireDefault(require("../model/GetKubeExecCreds"));var _GetKubeExecCredsOutput=_interopRequireDefault(require("../model/GetKubeExecCredsOutput"));var _GetLastUserEventStatus=_interopRequireDefault(require("../model/GetLastUserEventStatus"));var _GetPKICertificate=_interopRequireDefault(require("../model/GetPKICertificate"));var _GetPKICertificateOutput=_interopRequireDefault(require("../model/GetPKICertificateOutput"));var _GetProducersListReplyObj=_interopRequireDefault(require("../model/GetProducersListReplyObj"));var _GetRSAPublic=_interopRequireDefault(require("../model/GetRSAPublic"));var _GetRSAPublicOutput=_interopRequireDefault(require("../model/GetRSAPublicOutput"));var _GetRole=_interopRequireDefault(require("../model/GetRole"));var _GetRotatedSecretValue=_interopRequireDefault(require("../model/GetRotatedSecretValue"));var _GetSSHCertificate=_interopRequireDefault(require("../model/GetSSHCertificate"));var _GetSSHCertificateOutput=_interopRequireDefault(require("../model/GetSSHCertificateOutput"));var _GetSecretValue=_interopRequireDefault(require("../model/GetSecretValue"));var _GetTags=_interopRequireDefault(require("../model/GetTags"));var _GetTarget=_interopRequireDefault(require("../model/GetTarget"));var _GetTargetDetails=_interopRequireDefault(require("../model/GetTargetDetails"));var _GetTargetDetailsOutput=_interopRequireDefault(require("../model/GetTargetDetailsOutput"));var _GetUserEventStatusOutput=_interopRequireDefault(require("../model/GetUserEventStatusOutput"));var _Hmac=_interopRequireDefault(require("../model/Hmac"));var _HmacOutput=_interopRequireDefault(require("../model/HmacOutput"));var _ImportPasswords=_interopRequireDefault(require("../model/ImportPasswords"));var _ImportPasswordsOutput=_interopRequireDefault(require("../model/ImportPasswordsOutput"));var _Item=_interopRequireDefault(require("../model/Item"));var _JSONError=_interopRequireDefault(require("../model/JSONError"));var _KMIPClientGetResponse=_interopRequireDefault(require("../model/KMIPClientGetResponse"));var _KMIPClientListResponse=_interopRequireDefault(require("../model/KMIPClientListResponse"));var _KMIPClientUpdateResponse=_interopRequireDefault(require("../model/KMIPClientUpdateResponse"));var _KMIPEnvironmentCreateResponse=_interopRequireDefault(require("../model/KMIPEnvironmentCreateResponse"));var _KmipClientDeleteRule=_interopRequireDefault(require("../model/KmipClientDeleteRule"));var _KmipClientSetRule=_interopRequireDefault(require("../model/KmipClientSetRule"));var _KmipCreateClient=_interopRequireDefault(require("../model/KmipCreateClient"));var _KmipCreateClientOutput=_interopRequireDefault(require("../model/KmipCreateClientOutput"));var _KmipDeleteClient=_interopRequireDefault(require("../model/KmipDeleteClient"));var _KmipDeleteServer=_interopRequireDefault(require("../model/KmipDeleteServer"));var _KmipDescribeClient=_interopRequireDefault(require("../model/KmipDescribeClient"));var _KmipDescribeServer=_interopRequireDefault(require("../model/KmipDescribeServer"));var _KmipDescribeServerOutput=_interopRequireDefault(require("../model/KmipDescribeServerOutput"));var _KmipListClients=_interopRequireDefault(require("../model/KmipListClients"));var _KmipMoveServer=_interopRequireDefault(require("../model/KmipMoveServer"));var _KmipMoveServerOutput=_interopRequireDefault(require("../model/KmipMoveServerOutput"));var _KmipRenewClientCertificate=_interopRequireDefault(require("../model/KmipRenewClientCertificate"));var _KmipRenewClientCertificateOutput=_interopRequireDefault(require("../model/KmipRenewClientCertificateOutput"));var _KmipRenewServerCertificate=_interopRequireDefault(require("../model/KmipRenewServerCertificate"));var _KmipRenewServerCertificateOutput=_interopRequireDefault(require("../model/KmipRenewServerCertificateOutput"));var _KmipServerSetup=_interopRequireDefault(require("../model/KmipServerSetup"));var _KmipSetServerState=_interopRequireDefault(require("../model/KmipSetServerState"));var _KmipSetServerStateOutput=_interopRequireDefault(require("../model/KmipSetServerStateOutput"));var _ListAuthMethods=_interopRequireDefault(require("../model/ListAuthMethods"));var _ListAuthMethodsOutput=_interopRequireDefault(require("../model/ListAuthMethodsOutput"));var _ListGateways=_interopRequireDefault(require("../model/ListGateways"));var _ListGroups=_interopRequireDefault(require("../model/ListGroups"));var _ListGroupsOutput=_interopRequireDefault(require("../model/ListGroupsOutput"));var _ListItems=_interopRequireDefault(require("../model/ListItems"));var _ListItemsInPathOutput=_interopRequireDefault(require("../model/ListItemsInPathOutput"));var _ListItemsOutput=_interopRequireDefault(require("../model/ListItemsOutput"));var _ListRoles=_interopRequireDefault(require("../model/ListRoles"));var _ListRolesOutput=_interopRequireDefault(require("../model/ListRolesOutput"));var _ListSRABastions=_interopRequireDefault(require("../model/ListSRABastions"));var _ListSharedItems=_interopRequireDefault(require("../model/ListSharedItems"));var _ListTargets=_interopRequireDefault(require("../model/ListTargets"));var _ListTargetsOutput=_interopRequireDefault(require("../model/ListTargetsOutput"));var _LogForwardingConfigPart=_interopRequireDefault(require("../model/LogForwardingConfigPart"));var _MigrationStatusReplyObj=_interopRequireDefault(require("../model/MigrationStatusReplyObj"));var _MoveObjects=_interopRequireDefault(require("../model/MoveObjects"));var _ProvisionCertificate=_interopRequireDefault(require("../model/ProvisionCertificate"));var _ProvisionCertificateOutput=_interopRequireDefault(require("../model/ProvisionCertificateOutput"));var _RawCreds=_interopRequireDefault(require("../model/RawCreds"));var _RefreshKey=_interopRequireDefault(require("../model/RefreshKey"));var _RefreshKeyOutput=_interopRequireDefault(require("../model/RefreshKeyOutput"));var _RenewCertificate=_interopRequireDefault(require("../model/RenewCertificate"));var _RenewCertificateOutput=_interopRequireDefault(require("../model/RenewCertificateOutput"));var _RequestAccess=_interopRequireDefault(require("../model/RequestAccess"));var _RequestAccessOutput=_interopRequireDefault(require("../model/RequestAccessOutput"));var _ReverseRBAC=_interopRequireDefault(require("../model/ReverseRBAC"));var _ReverseRBACOutput=_interopRequireDefault(require("../model/ReverseRBACOutput"));var _RevokeCertificate=_interopRequireDefault(require("../model/RevokeCertificate"));var _Role=_interopRequireDefault(require("../model/Role"));var _RoleAssociationDetails=_interopRequireDefault(require("../model/RoleAssociationDetails"));var _RollbackSecret=_interopRequireDefault(require("../model/RollbackSecret"));var _RollbackSecretOutput=_interopRequireDefault(require("../model/RollbackSecretOutput"));var _RotateKey=_interopRequireDefault(require("../model/RotateKey"));var _RotateKeyOutput=_interopRequireDefault(require("../model/RotateKeyOutput"));var _RotateOidcClientOutput=_interopRequireDefault(require("../model/RotateOidcClientOutput"));var _RotateOidcClientSecret=_interopRequireDefault(require("../model/RotateOidcClientSecret"));var _RotateSecret=_interopRequireDefault(require("../model/RotateSecret"));var _RotatedSecretCreateAws=_interopRequireDefault(require("../model/RotatedSecretCreateAws"));var _RotatedSecretCreateAzure=_interopRequireDefault(require("../model/RotatedSecretCreateAzure"));var _RotatedSecretCreateCassandra=_interopRequireDefault(require("../model/RotatedSecretCreateCassandra"));var _RotatedSecretCreateCustom=_interopRequireDefault(require("../model/RotatedSecretCreateCustom"));var _RotatedSecretCreateDockerhub=_interopRequireDefault(require("../model/RotatedSecretCreateDockerhub"));var _RotatedSecretCreateGcp=_interopRequireDefault(require("../model/RotatedSecretCreateGcp"));var _RotatedSecretCreateHanadb=_interopRequireDefault(require("../model/RotatedSecretCreateHanadb"));var _RotatedSecretCreateLdap=_interopRequireDefault(require("../model/RotatedSecretCreateLdap"));var _RotatedSecretCreateMongodb=_interopRequireDefault(require("../model/RotatedSecretCreateMongodb"));var _RotatedSecretCreateMssql=_interopRequireDefault(require("../model/RotatedSecretCreateMssql"));var _RotatedSecretCreateMysql=_interopRequireDefault(require("../model/RotatedSecretCreateMysql"));var _RotatedSecretCreateOracledb=_interopRequireDefault(require("../model/RotatedSecretCreateOracledb"));var _RotatedSecretCreateOutput=_interopRequireDefault(require("../model/RotatedSecretCreateOutput"));var _RotatedSecretCreatePostgresql=_interopRequireDefault(require("../model/RotatedSecretCreatePostgresql"));var _RotatedSecretCreateRedis=_interopRequireDefault(require("../model/RotatedSecretCreateRedis"));var _RotatedSecretCreateRedshift=_interopRequireDefault(require("../model/RotatedSecretCreateRedshift"));var _RotatedSecretCreateSnowflake=_interopRequireDefault(require("../model/RotatedSecretCreateSnowflake"));var _RotatedSecretCreateSsh=_interopRequireDefault(require("../model/RotatedSecretCreateSsh"));var _RotatedSecretCreateWindows=_interopRequireDefault(require("../model/RotatedSecretCreateWindows"));var _RotatedSecretGetValue=_interopRequireDefault(require("../model/RotatedSecretGetValue"));var _RotatedSecretList=_interopRequireDefault(require("../model/RotatedSecretList"));var _RotatedSecretOutput=_interopRequireDefault(require("../model/RotatedSecretOutput"));var _RotatedSecretUpdateAws=_interopRequireDefault(require("../model/RotatedSecretUpdateAws"));var _RotatedSecretUpdateAzure=_interopRequireDefault(require("../model/RotatedSecretUpdateAzure"));var _RotatedSecretUpdateCassandra=_interopRequireDefault(require("../model/RotatedSecretUpdateCassandra"));var _RotatedSecretUpdateCustom=_interopRequireDefault(require("../model/RotatedSecretUpdateCustom"));var _RotatedSecretUpdateDockerhub=_interopRequireDefault(require("../model/RotatedSecretUpdateDockerhub"));var _RotatedSecretUpdateGcp=_interopRequireDefault(require("../model/RotatedSecretUpdateGcp"));var _RotatedSecretUpdateHanadb=_interopRequireDefault(require("../model/RotatedSecretUpdateHanadb"));var _RotatedSecretUpdateLdap=_interopRequireDefault(require("../model/RotatedSecretUpdateLdap"));var _RotatedSecretUpdateMongodb=_interopRequireDefault(require("../model/RotatedSecretUpdateMongodb"));var _RotatedSecretUpdateMssql=_interopRequireDefault(require("../model/RotatedSecretUpdateMssql"));var _RotatedSecretUpdateMysql=_interopRequireDefault(require("../model/RotatedSecretUpdateMysql"));var _RotatedSecretUpdateOracledb=_interopRequireDefault(require("../model/RotatedSecretUpdateOracledb"));var _RotatedSecretUpdateOutput=_interopRequireDefault(require("../model/RotatedSecretUpdateOutput"));var _RotatedSecretUpdatePostgresql=_interopRequireDefault(require("../model/RotatedSecretUpdatePostgresql"));var _RotatedSecretUpdateRedis=_interopRequireDefault(require("../model/RotatedSecretUpdateRedis"));var _RotatedSecretUpdateRedshift=_interopRequireDefault(require("../model/RotatedSecretUpdateRedshift"));var _RotatedSecretUpdateSnowflake=_interopRequireDefault(require("../model/RotatedSecretUpdateSnowflake"));var _RotatedSecretUpdateSsh=_interopRequireDefault(require("../model/RotatedSecretUpdateSsh"));var _RotatedSecretUpdateWindows=_interopRequireDefault(require("../model/RotatedSecretUpdateWindows"));var _SetItemState=_interopRequireDefault(require("../model/SetItemState"));var _SetRoleRule=_interopRequireDefault(require("../model/SetRoleRule"));var _ShareItem=_interopRequireDefault(require("../model/ShareItem"));var _SignDataWithClassicKey=_interopRequireDefault(require("../model/SignDataWithClassicKey"));var _SignEcDsa=_interopRequireDefault(require("../model/SignEcDsa"));var _SignEcDsaOutput=_interopRequireDefault(require("../model/SignEcDsaOutput"));var _SignGPG=_interopRequireDefault(require("../model/SignGPG"));var _SignGPGOutput=_interopRequireDefault(require("../model/SignGPGOutput"));var _SignJWTOutput=_interopRequireDefault(require("../model/SignJWTOutput"));var _SignJWTWithClassicKey=_interopRequireDefault(require("../model/SignJWTWithClassicKey"));var _SignOutput=_interopRequireDefault(require("../model/SignOutput"));var _SignPKCS=_interopRequireDefault(require("../model/SignPKCS1"));var _SignPKCS1Output=_interopRequireDefault(require("../model/SignPKCS1Output"));var _SignPKICertOutput=_interopRequireDefault(require("../model/SignPKICertOutput"));var _SignPKICertWithClassicKey=_interopRequireDefault(require("../model/SignPKICertWithClassicKey"));var _SignRsaSsaPss=_interopRequireDefault(require("../model/SignRsaSsaPss"));var _SignRsaSsaPssOutput=_interopRequireDefault(require("../model/SignRsaSsaPssOutput"));var _StaticCredsAuth=_interopRequireDefault(require("../model/StaticCredsAuth"));var _StaticCredsAuthOutput=_interopRequireDefault(require("../model/StaticCredsAuthOutput"));var _SystemAccessCredentialsReplyObj=_interopRequireDefault(require("../model/SystemAccessCredentialsReplyObj"));var _Target=_interopRequireDefault(require("../model/Target"));var _TargetCreateArtifactory=_interopRequireDefault(require("../model/TargetCreateArtifactory"));var _TargetCreateAws=_interopRequireDefault(require("../model/TargetCreateAws"));var _TargetCreateAzure=_interopRequireDefault(require("../model/TargetCreateAzure"));var _TargetCreateDB=_interopRequireDefault(require("../model/TargetCreateDB"));var _TargetCreateDockerhub=_interopRequireDefault(require("../model/TargetCreateDockerhub"));var _TargetCreateEks=_interopRequireDefault(require("../model/TargetCreateEks"));var _TargetCreateGcp=_interopRequireDefault(require("../model/TargetCreateGcp"));var _TargetCreateGithub=_interopRequireDefault(require("../model/TargetCreateGithub"));var _TargetCreateGitlab=_interopRequireDefault(require("../model/TargetCreateGitlab"));var _TargetCreateGke=_interopRequireDefault(require("../model/TargetCreateGke"));var _TargetCreateGlobalSign=_interopRequireDefault(require("../model/TargetCreateGlobalSign"));var _TargetCreateGlobalSignAtlas=_interopRequireDefault(require("../model/TargetCreateGlobalSignAtlas"));var _TargetCreateGodaddy=_interopRequireDefault(require("../model/TargetCreateGodaddy"));var _TargetCreateHashiVault=_interopRequireDefault(require("../model/TargetCreateHashiVault"));var _TargetCreateK8s=_interopRequireDefault(require("../model/TargetCreateK8s"));var _TargetCreateLdap=_interopRequireDefault(require("../model/TargetCreateLdap"));var _TargetCreateLinked=_interopRequireDefault(require("../model/TargetCreateLinked"));var _TargetCreateOutput=_interopRequireDefault(require("../model/TargetCreateOutput"));var _TargetCreatePing=_interopRequireDefault(require("../model/TargetCreatePing"));var _TargetCreateRabbitMq=_interopRequireDefault(require("../model/TargetCreateRabbitMq"));var _TargetCreateSalesforce=_interopRequireDefault(require("../model/TargetCreateSalesforce"));var _TargetCreateSsh=_interopRequireDefault(require("../model/TargetCreateSsh"));var _TargetCreateWeb=_interopRequireDefault(require("../model/TargetCreateWeb"));var _TargetCreateWindows=_interopRequireDefault(require("../model/TargetCreateWindows"));var _TargetCreateZeroSSL=_interopRequireDefault(require("../model/TargetCreateZeroSSL"));var _TargetDelete=_interopRequireDefault(require("../model/TargetDelete"));var _TargetGet=_interopRequireDefault(require("../model/TargetGet"));var _TargetGetDetails=_interopRequireDefault(require("../model/TargetGetDetails"));var _TargetList=_interopRequireDefault(require("../model/TargetList"));var _TargetUpdateArtifactory=_interopRequireDefault(require("../model/TargetUpdateArtifactory"));var _TargetUpdateAws=_interopRequireDefault(require("../model/TargetUpdateAws"));var _TargetUpdateAzure=_interopRequireDefault(require("../model/TargetUpdateAzure"));var _TargetUpdateDB=_interopRequireDefault(require("../model/TargetUpdateDB"));var _TargetUpdateDockerhub=_interopRequireDefault(require("../model/TargetUpdateDockerhub"));var _TargetUpdateEks=_interopRequireDefault(require("../model/TargetUpdateEks"));var _TargetUpdateGcp=_interopRequireDefault(require("../model/TargetUpdateGcp"));var _TargetUpdateGithub=_interopRequireDefault(require("../model/TargetUpdateGithub"));var _TargetUpdateGitlab=_interopRequireDefault(require("../model/TargetUpdateGitlab"));var _TargetUpdateGke=_interopRequireDefault(require("../model/TargetUpdateGke"));var _TargetUpdateGlobalSign=_interopRequireDefault(require("../model/TargetUpdateGlobalSign"));var _TargetUpdateGlobalSignAtlas=_interopRequireDefault(require("../model/TargetUpdateGlobalSignAtlas"));var _TargetUpdateGodaddy=_interopRequireDefault(require("../model/TargetUpdateGodaddy"));var _TargetUpdateHashiVault=_interopRequireDefault(require("../model/TargetUpdateHashiVault"));var _TargetUpdateK8s=_interopRequireDefault(require("../model/TargetUpdateK8s"));var _TargetUpdateLdap=_interopRequireDefault(require("../model/TargetUpdateLdap"));var _TargetUpdateLinked=_interopRequireDefault(require("../model/TargetUpdateLinked"));var _TargetUpdateOutput=_interopRequireDefault(require("../model/TargetUpdateOutput"));var _TargetUpdatePing=_interopRequireDefault(require("../model/TargetUpdatePing"));var _TargetUpdateRabbitMq=_interopRequireDefault(require("../model/TargetUpdateRabbitMq"));var _TargetUpdateSalesforce=_interopRequireDefault(require("../model/TargetUpdateSalesforce"));var _TargetUpdateSsh=_interopRequireDefault(require("../model/TargetUpdateSsh"));var _TargetUpdateWeb=_interopRequireDefault(require("../model/TargetUpdateWeb"));var _TargetUpdateWindows=_interopRequireDefault(require("../model/TargetUpdateWindows"));var _TargetUpdateZeroSSL=_interopRequireDefault(require("../model/TargetUpdateZeroSSL"));var _TmpUserData=_interopRequireDefault(require("../model/TmpUserData"));var _Tokenize=_interopRequireDefault(require("../model/Tokenize"));var _TokenizeOutput=_interopRequireDefault(require("../model/TokenizeOutput"));var _UidCreateChildToken=_interopRequireDefault(require("../model/UidCreateChildToken"));var _UidCreateChildTokenOutput=_interopRequireDefault(require("../model/UidCreateChildTokenOutput"));var _UidGenerateToken=_interopRequireDefault(require("../model/UidGenerateToken"));var _UidGenerateTokenOutput=_interopRequireDefault(require("../model/UidGenerateTokenOutput"));var _UidListChildren=_interopRequireDefault(require("../model/UidListChildren"));var _UidRevokeToken=_interopRequireDefault(require("../model/UidRevokeToken"));var _UidRotateToken=_interopRequireDefault(require("../model/UidRotateToken"));var _UidRotateTokenOutput=_interopRequireDefault(require("../model/UidRotateTokenOutput"));var _UniversalIdentityDetails=_interopRequireDefault(require("../model/UniversalIdentityDetails"));var _UpdateAWSTarget=_interopRequireDefault(require("../model/UpdateAWSTarget"));var _UpdateAWSTargetDetails=_interopRequireDefault(require("../model/UpdateAWSTargetDetails"));var _UpdateAccountSettings=_interopRequireDefault(require("../model/UpdateAccountSettings"));var _UpdateAccountSettingsOutput=_interopRequireDefault(require("../model/UpdateAccountSettingsOutput"));var _UpdateArtifactoryTarget=_interopRequireDefault(require("../model/UpdateArtifactoryTarget"));var _UpdateArtifactoryTargetOutput=_interopRequireDefault(require("../model/UpdateArtifactoryTargetOutput"));var _UpdateAssoc=_interopRequireDefault(require("../model/UpdateAssoc"));var _UpdateAuthMethod=_interopRequireDefault(require("../model/UpdateAuthMethod"));var _UpdateAuthMethodAWSIAM=_interopRequireDefault(require("../model/UpdateAuthMethodAWSIAM"));var _UpdateAuthMethodAzureAD=_interopRequireDefault(require("../model/UpdateAuthMethodAzureAD"));var _UpdateAuthMethodCert=_interopRequireDefault(require("../model/UpdateAuthMethodCert"));var _UpdateAuthMethodCertOutput=_interopRequireDefault(require("../model/UpdateAuthMethodCertOutput"));var _UpdateAuthMethodGCP=_interopRequireDefault(require("../model/UpdateAuthMethodGCP"));var _UpdateAuthMethodK8S=_interopRequireDefault(require("../model/UpdateAuthMethodK8S"));var _UpdateAuthMethodK8SOutput=_interopRequireDefault(require("../model/UpdateAuthMethodK8SOutput"));var _UpdateAuthMethodLDAP=_interopRequireDefault(require("../model/UpdateAuthMethodLDAP"));var _UpdateAuthMethodLDAPOutput=_interopRequireDefault(require("../model/UpdateAuthMethodLDAPOutput"));var _UpdateAuthMethodOAuth=_interopRequireDefault(require("../model/UpdateAuthMethodOAuth2"));var _UpdateAuthMethodOCI=_interopRequireDefault(require("../model/UpdateAuthMethodOCI"));var _UpdateAuthMethodOCIOutput=_interopRequireDefault(require("../model/UpdateAuthMethodOCIOutput"));var _UpdateAuthMethodOIDC=_interopRequireDefault(require("../model/UpdateAuthMethodOIDC"));var _UpdateAuthMethodOutput=_interopRequireDefault(require("../model/UpdateAuthMethodOutput"));var _UpdateAuthMethodSAML=_interopRequireDefault(require("../model/UpdateAuthMethodSAML"));var _UpdateAuthMethodUniversalIdentity=_interopRequireDefault(require("../model/UpdateAuthMethodUniversalIdentity"));var _UpdateAzureTarget=_interopRequireDefault(require("../model/UpdateAzureTarget"));var _UpdateAzureTargetOutput=_interopRequireDefault(require("../model/UpdateAzureTargetOutput"));var _UpdateCertificateOutput=_interopRequireDefault(require("../model/UpdateCertificateOutput"));var _UpdateCertificateValue=_interopRequireDefault(require("../model/UpdateCertificateValue"));var _UpdateClassicKeyCertificate=_interopRequireDefault(require("../model/UpdateClassicKeyCertificate"));var _UpdateDBTarget=_interopRequireDefault(require("../model/UpdateDBTarget"));var _UpdateDBTargetDetails=_interopRequireDefault(require("../model/UpdateDBTargetDetails"));var _UpdateDBTargetOutput=_interopRequireDefault(require("../model/UpdateDBTargetOutput"));var _UpdateDockerhubTarget=_interopRequireDefault(require("../model/UpdateDockerhubTarget"));var _UpdateDockerhubTargetOutput=_interopRequireDefault(require("../model/UpdateDockerhubTargetOutput"));var _UpdateEKSTarget=_interopRequireDefault(require("../model/UpdateEKSTarget"));var _UpdateEKSTargetOutput=_interopRequireDefault(require("../model/UpdateEKSTargetOutput"));var _UpdateEventForwarder=_interopRequireDefault(require("../model/UpdateEventForwarder"));var _UpdateGKETarget=_interopRequireDefault(require("../model/UpdateGKETarget"));var _UpdateGKETargetOutput=_interopRequireDefault(require("../model/UpdateGKETargetOutput"));var _UpdateGcpTarget=_interopRequireDefault(require("../model/UpdateGcpTarget"));var _UpdateGcpTargetOutput=_interopRequireDefault(require("../model/UpdateGcpTargetOutput"));var _UpdateGithubTarget=_interopRequireDefault(require("../model/UpdateGithubTarget"));var _UpdateGithubTargetOutput=_interopRequireDefault(require("../model/UpdateGithubTargetOutput"));var _UpdateGitlabTarget=_interopRequireDefault(require("../model/UpdateGitlabTarget"));var _UpdateGitlabTargetOutput=_interopRequireDefault(require("../model/UpdateGitlabTargetOutput"));var _UpdateGlobalSignAtlasTarget=_interopRequireDefault(require("../model/UpdateGlobalSignAtlasTarget"));var _UpdateGlobalSignAtlasTargetOutput=_interopRequireDefault(require("../model/UpdateGlobalSignAtlasTargetOutput"));var _UpdateGlobalSignTarget=_interopRequireDefault(require("../model/UpdateGlobalSignTarget"));var _UpdateGlobalSignTargetOutput=_interopRequireDefault(require("../model/UpdateGlobalSignTargetOutput"));var _UpdateGodaddyTarget=_interopRequireDefault(require("../model/UpdateGodaddyTarget"));var _UpdateGodaddyTargetOutput=_interopRequireDefault(require("../model/UpdateGodaddyTargetOutput"));var _UpdateGroup=_interopRequireDefault(require("../model/UpdateGroup"));var _UpdateGroupOutput=_interopRequireDefault(require("../model/UpdateGroupOutput"));var _UpdateHashiVaultTarget=_interopRequireDefault(require("../model/UpdateHashiVaultTarget"));var _UpdateHashiVaultTargetOutput=_interopRequireDefault(require("../model/UpdateHashiVaultTargetOutput"));var _UpdateItem=_interopRequireDefault(require("../model/UpdateItem"));var _UpdateItemOutput=_interopRequireDefault(require("../model/UpdateItemOutput"));var _UpdateLdapTarget=_interopRequireDefault(require("../model/UpdateLdapTarget"));var _UpdateLdapTargetDetails=_interopRequireDefault(require("../model/UpdateLdapTargetDetails"));var _UpdateLdapTargetOutput=_interopRequireDefault(require("../model/UpdateLdapTargetOutput"));var _UpdateLinkedTarget=_interopRequireDefault(require("../model/UpdateLinkedTarget"));var _UpdateNativeK8STarget=_interopRequireDefault(require("../model/UpdateNativeK8STarget"));var _UpdateNativeK8STargetOutput=_interopRequireDefault(require("../model/UpdateNativeK8STargetOutput"));var _UpdateOidcApp=_interopRequireDefault(require("../model/UpdateOidcApp"));var _UpdatePKICertIssuer=_interopRequireDefault(require("../model/UpdatePKICertIssuer"));var _UpdatePKICertIssuerOutput=_interopRequireDefault(require("../model/UpdatePKICertIssuerOutput"));var _UpdatePingTarget=_interopRequireDefault(require("../model/UpdatePingTarget"));var _UpdateRDPTargetDetails=_interopRequireDefault(require("../model/UpdateRDPTargetDetails"));var _UpdateRabbitMQTarget=_interopRequireDefault(require("../model/UpdateRabbitMQTarget"));var _UpdateRabbitMQTargetDetails=_interopRequireDefault(require("../model/UpdateRabbitMQTargetDetails"));var _UpdateRabbitMQTargetOutput=_interopRequireDefault(require("../model/UpdateRabbitMQTargetOutput"));var _UpdateRole=_interopRequireDefault(require("../model/UpdateRole"));var _UpdateRoleOutput=_interopRequireDefault(require("../model/UpdateRoleOutput"));var _UpdateRotatedSecret=_interopRequireDefault(require("../model/UpdateRotatedSecret"));var _UpdateRotatedSecretOutput=_interopRequireDefault(require("../model/UpdateRotatedSecretOutput"));var _UpdateRotationSettings=_interopRequireDefault(require("../model/UpdateRotationSettings"));var _UpdateSSHCertIssuer=_interopRequireDefault(require("../model/UpdateSSHCertIssuer"));var _UpdateSSHCertIssuerOutput=_interopRequireDefault(require("../model/UpdateSSHCertIssuerOutput"));var _UpdateSSHTarget=_interopRequireDefault(require("../model/UpdateSSHTarget"));var _UpdateSSHTargetDetails=_interopRequireDefault(require("../model/UpdateSSHTargetDetails"));var _UpdateSSHTargetOutput=_interopRequireDefault(require("../model/UpdateSSHTargetOutput"));var _UpdateSalesforceTarget=_interopRequireDefault(require("../model/UpdateSalesforceTarget"));var _UpdateSalesforceTargetOutput=_interopRequireDefault(require("../model/UpdateSalesforceTargetOutput"));var _UpdateSecretVal=_interopRequireDefault(require("../model/UpdateSecretVal"));var _UpdateSecretValOutput=_interopRequireDefault(require("../model/UpdateSecretValOutput"));var _UpdateTarget=_interopRequireDefault(require("../model/UpdateTarget"));var _UpdateTargetDetails=_interopRequireDefault(require("../model/UpdateTargetDetails"));var _UpdateTargetOutput=_interopRequireDefault(require("../model/UpdateTargetOutput"));var _UpdateWebTarget=_interopRequireDefault(require("../model/UpdateWebTarget"));var _UpdateWebTargetDetails=_interopRequireDefault(require("../model/UpdateWebTargetDetails"));var _UpdateWebTargetOutput=_interopRequireDefault(require("../model/UpdateWebTargetOutput"));var _UpdateWindowsTarget=_interopRequireDefault(require("../model/UpdateWindowsTarget"));var _UpdateZeroSSLTarget=_interopRequireDefault(require("../model/UpdateZeroSSLTarget"));var _UpdateZeroSSLTargetOutput=_interopRequireDefault(require("../model/UpdateZeroSSLTargetOutput"));var _UploadRSA=_interopRequireDefault(require("../model/UploadRSA"));var _UscCreateSecretOutput=_interopRequireDefault(require("../model/UscCreateSecretOutput"));var _UscDelete=_interopRequireDefault(require("../model/UscDelete"));var _UscDeleteSecretOutput=_interopRequireDefault(require("../model/UscDeleteSecretOutput"));var _UscGet=_interopRequireDefault(require("../model/UscGet"));var _UscGetSecretOutput=_interopRequireDefault(require("../model/UscGetSecretOutput"));var _UscList=_interopRequireDefault(require("../model/UscList"));var _UscListSecretsOutput=_interopRequireDefault(require("../model/UscListSecretsOutput"));var _UscUpdate=_interopRequireDefault(require("../model/UscUpdate"));var _UscUpdateSecretOutput=_interopRequireDefault(require("../model/UscUpdateSecretOutput"));var _ValidateToken=_interopRequireDefault(require("../model/ValidateToken"));var _ValidateTokenOutput=_interopRequireDefault(require("../model/ValidateTokenOutput"));var _VerifyDataWithClassicKey=_interopRequireDefault(require("../model/VerifyDataWithClassicKey"));var _VerifyEcDsa=_interopRequireDefault(require("../model/VerifyEcDsa"));var _VerifyGPG=_interopRequireDefault(require("../model/VerifyGPG"));var _VerifyJWTOutput=_interopRequireDefault(require("../model/VerifyJWTOutput"));var _VerifyJWTWithClassicKey=_interopRequireDefault(require("../model/VerifyJWTWithClassicKey"));var _VerifyPKCS=_interopRequireDefault(require("../model/VerifyPKCS1"));var _VerifyPKICertOutput=_interopRequireDefault(require("../model/VerifyPKICertOutput"));var _VerifyPKICertWithClassicKey=_interopRequireDefault(require("../model/VerifyPKICertWithClassicKey"));var _VerifyRsaSsaPss=_interopRequireDefault(require("../model/VerifyRsaSsaPss"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{"default":obj};}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i} body + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DecryptOutput} and HTTP response + */},{key:"decryptBatchWithHttpInfo",value:function decryptBatchWithHttpInfo(body){var postBody=body;// verify the required parameter 'body' is set +if(body===undefined||body===null){throw new Error("Missing the required parameter 'body' when calling decryptBatch");}var pathParams={};var queryParams={};var headerParams={};var formParams={};var authNames=[];var contentTypes=['application/json'];var accepts=['application/json'];var returnType=_DecryptOutput["default"];return this.apiClient.callApi('/decrypt-batch','POST',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/** + * @param {Array.} body + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DecryptOutput} + */},{key:"decryptBatch",value:function decryptBatch(body){return this.decryptBatchWithHttpInfo(body).then(function(response_and_data){return response_and_data.data;});}/** * @param {module:model/DecryptGPG} body * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DecryptGPGOutput} and HTTP response */},{key:"decryptGPGWithHttpInfo",value:function decryptGPGWithHttpInfo(body){var postBody=body;// verify the required parameter 'body' is set @@ -1243,6 +1250,13 @@ if(body===undefined||body===null){throw new Error("Missing the required paramete * @param {module:model/Encrypt} body * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/EncryptOutput} */},{key:"encrypt",value:function encrypt(body){return this.encryptWithHttpInfo(body).then(function(response_and_data){return response_and_data.data;});}/** + * @param {Array.} body + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/EncryptOutput} and HTTP response + */},{key:"encryptBatchWithHttpInfo",value:function encryptBatchWithHttpInfo(body){var postBody=body;// verify the required parameter 'body' is set +if(body===undefined||body===null){throw new Error("Missing the required parameter 'body' when calling encryptBatch");}var pathParams={};var queryParams={};var headerParams={};var formParams={};var authNames=[];var contentTypes=['application/json'];var accepts=['application/json'];var returnType=_EncryptOutput["default"];return this.apiClient.callApi('/encrypt-batch','POST',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/** + * @param {Array.} body + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/EncryptOutput} + */},{key:"encryptBatch",value:function encryptBatch(body){return this.encryptBatchWithHttpInfo(body).then(function(response_and_data){return response_and_data.data;});}/** * @param {module:model/EncryptGPG} body * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/EncryptGPGOutput} and HTTP response */},{key:"encryptGPGWithHttpInfo",value:function encryptGPGWithHttpInfo(body){var postBody=body;// verify the required parameter 'body' is set diff --git a/node_modules/akeyless/dist/index.js b/node_modules/akeyless/dist/index.js index fa6449e61..bd3cade8c 100644 --- a/node_modules/akeyless/dist/index.js +++ b/node_modules/akeyless/dist/index.js @@ -411,6 +411,18 @@ Object.defineProperty(exports, "BastionsList", { return _BastionsList["default"]; } }); +Object.defineProperty(exports, "BatchEncryptionRequestLine", { + enumerable: true, + get: function get() { + return _BatchEncryptionRequestLine["default"]; + } +}); +Object.defineProperty(exports, "BatchEncryptionResponseLine", { + enumerable: true, + get: function get() { + return _BatchEncryptionResponseLine["default"]; + } +}); Object.defineProperty(exports, "CFConfigPart", { enumerable: true, get: function get() { @@ -6170,6 +6182,10 @@ var _BastionListEntry = _interopRequireDefault(require("./model/BastionListEntry var _BastionsList = _interopRequireDefault(require("./model/BastionsList")); +var _BatchEncryptionRequestLine = _interopRequireDefault(require("./model/BatchEncryptionRequestLine")); + +var _BatchEncryptionResponseLine = _interopRequireDefault(require("./model/BatchEncryptionResponseLine")); + var _CFConfigPart = _interopRequireDefault(require("./model/CFConfigPart")); var _CacheConfigPart = _interopRequireDefault(require("./model/CacheConfigPart")); diff --git a/node_modules/akeyless/dist/model/APIKeyAccessRules.js b/node_modules/akeyless/dist/model/APIKeyAccessRules.js index 325ded56b..da8b23f83 100644 --- a/node_modules/akeyless/dist/model/APIKeyAccessRules.js +++ b/node_modules/akeyless/dist/model/APIKeyAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The APIKeyAccessRules model module. * @module model/APIKeyAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var APIKeyAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AWSIAMAccessRules.js b/node_modules/akeyless/dist/model/AWSIAMAccessRules.js index e40e28f90..2e6be736c 100644 --- a/node_modules/akeyless/dist/model/AWSIAMAccessRules.js +++ b/node_modules/akeyless/dist/model/AWSIAMAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AWSIAMAccessRules model module. * @module model/AWSIAMAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var AWSIAMAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AWSPayload.js b/node_modules/akeyless/dist/model/AWSPayload.js index 0853d281d..01a8bdc03 100644 --- a/node_modules/akeyless/dist/model/AWSPayload.js +++ b/node_modules/akeyless/dist/model/AWSPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AWSPayload model module. * @module model/AWSPayload - * @version 4.2.1 + * @version 4.2.2 */ var AWSPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AWSSecretsMigration.js b/node_modules/akeyless/dist/model/AWSSecretsMigration.js index 6b6d2cb1f..5f9a2468f 100644 --- a/node_modules/akeyless/dist/model/AWSSecretsMigration.js +++ b/node_modules/akeyless/dist/model/AWSSecretsMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AWSSecretsMigration model module. * @module model/AWSSecretsMigration - * @version 4.2.1 + * @version 4.2.2 */ var AWSSecretsMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AWSTargetDetails.js b/node_modules/akeyless/dist/model/AWSTargetDetails.js index b89738d25..88180353f 100644 --- a/node_modules/akeyless/dist/model/AWSTargetDetails.js +++ b/node_modules/akeyless/dist/model/AWSTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AWSTargetDetails model module. * @module model/AWSTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var AWSTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AccessOrGroupPermissionAssignment.js b/node_modules/akeyless/dist/model/AccessOrGroupPermissionAssignment.js index 7abaff540..e8fa996cb 100644 --- a/node_modules/akeyless/dist/model/AccessOrGroupPermissionAssignment.js +++ b/node_modules/akeyless/dist/model/AccessOrGroupPermissionAssignment.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AccessOrGroupPermissionAssignment model module. * @module model/AccessOrGroupPermissionAssignment - * @version 4.2.1 + * @version 4.2.2 */ var AccessOrGroupPermissionAssignment = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AccessPermissionAssignment.js b/node_modules/akeyless/dist/model/AccessPermissionAssignment.js index 7c769f88b..ecb958fca 100644 --- a/node_modules/akeyless/dist/model/AccessPermissionAssignment.js +++ b/node_modules/akeyless/dist/model/AccessPermissionAssignment.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AccessPermissionAssignment model module. * @module model/AccessPermissionAssignment - * @version 4.2.1 + * @version 4.2.2 */ var AccessPermissionAssignment = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AccountGeneralSettings.js b/node_modules/akeyless/dist/model/AccountGeneralSettings.js index dbfa127f9..7dcbebcfe 100644 --- a/node_modules/akeyless/dist/model/AccountGeneralSettings.js +++ b/node_modules/akeyless/dist/model/AccountGeneralSettings.js @@ -32,7 +32,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AccountGeneralSettings model module. * @module model/AccountGeneralSettings - * @version 4.2.1 + * @version 4.2.2 */ var AccountGeneralSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AccountObjectVersionSettingsOutput.js b/node_modules/akeyless/dist/model/AccountObjectVersionSettingsOutput.js index 5fc5aceb0..78d430040 100644 --- a/node_modules/akeyless/dist/model/AccountObjectVersionSettingsOutput.js +++ b/node_modules/akeyless/dist/model/AccountObjectVersionSettingsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AccountObjectVersionSettingsOutput model module. * @module model/AccountObjectVersionSettingsOutput - * @version 4.2.1 + * @version 4.2.2 */ var AccountObjectVersionSettingsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ActiveDirectoryMigration.js b/node_modules/akeyless/dist/model/ActiveDirectoryMigration.js index 42c6c8a40..8a10ba507 100644 --- a/node_modules/akeyless/dist/model/ActiveDirectoryMigration.js +++ b/node_modules/akeyless/dist/model/ActiveDirectoryMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ActiveDirectoryMigration model module. * @module model/ActiveDirectoryMigration - * @version 4.2.1 + * @version 4.2.2 */ var ActiveDirectoryMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ActiveDirectoryPayload.js b/node_modules/akeyless/dist/model/ActiveDirectoryPayload.js index c19894d5c..a7c5d671f 100644 --- a/node_modules/akeyless/dist/model/ActiveDirectoryPayload.js +++ b/node_modules/akeyless/dist/model/ActiveDirectoryPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ActiveDirectoryPayload model module. * @module model/ActiveDirectoryPayload - * @version 4.2.1 + * @version 4.2.2 */ var ActiveDirectoryPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AddGatewayAllowedAccessId.js b/node_modules/akeyless/dist/model/AddGatewayAllowedAccessId.js index 8e8fe2169..51c03f71e 100644 --- a/node_modules/akeyless/dist/model/AddGatewayAllowedAccessId.js +++ b/node_modules/akeyless/dist/model/AddGatewayAllowedAccessId.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AddGatewayAllowedAccessId model module. * @module model/AddGatewayAllowedAccessId - * @version 4.2.1 + * @version 4.2.2 */ var AddGatewayAllowedAccessId = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AdminsConfigPart.js b/node_modules/akeyless/dist/model/AdminsConfigPart.js index d4c5522b7..c1915fecb 100644 --- a/node_modules/akeyless/dist/model/AdminsConfigPart.js +++ b/node_modules/akeyless/dist/model/AdminsConfigPart.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AdminsConfigPart model module. * @module model/AdminsConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var AdminsConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AkeylessGatewayConfig.js b/node_modules/akeyless/dist/model/AkeylessGatewayConfig.js index 97a8188b1..71b0e5177 100644 --- a/node_modules/akeyless/dist/model/AkeylessGatewayConfig.js +++ b/node_modules/akeyless/dist/model/AkeylessGatewayConfig.js @@ -46,7 +46,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AkeylessGatewayConfig model module. * @module model/AkeylessGatewayConfig - * @version 4.2.1 + * @version 4.2.2 */ var AkeylessGatewayConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AllAnalyticsData.js b/node_modules/akeyless/dist/model/AllAnalyticsData.js index c960c4ab1..25b41cd2e 100644 --- a/node_modules/akeyless/dist/model/AllAnalyticsData.js +++ b/node_modules/akeyless/dist/model/AllAnalyticsData.js @@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AllAnalyticsData model module. * @module model/AllAnalyticsData - * @version 4.2.1 + * @version 4.2.2 */ var AllAnalyticsData = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AllowedAccess.js b/node_modules/akeyless/dist/model/AllowedAccess.js index aea4c5fee..8da30372f 100644 --- a/node_modules/akeyless/dist/model/AllowedAccess.js +++ b/node_modules/akeyless/dist/model/AllowedAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AllowedAccess model module. * @module model/AllowedAccess - * @version 4.2.1 + * @version 4.2.2 */ var AllowedAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AllowedAccessOld.js b/node_modules/akeyless/dist/model/AllowedAccessOld.js index 5aa5e5171..e0275b0d0 100644 --- a/node_modules/akeyless/dist/model/AllowedAccessOld.js +++ b/node_modules/akeyless/dist/model/AllowedAccessOld.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AllowedAccessOld model module. * @module model/AllowedAccessOld - * @version 4.2.1 + * @version 4.2.2 */ var AllowedAccessOld = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AllowedIpSettings.js b/node_modules/akeyless/dist/model/AllowedIpSettings.js index 1dd547f73..6ae645d5c 100644 --- a/node_modules/akeyless/dist/model/AllowedIpSettings.js +++ b/node_modules/akeyless/dist/model/AllowedIpSettings.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AllowedIpSettings model module. * @module model/AllowedIpSettings - * @version 4.2.1 + * @version 4.2.2 */ var AllowedIpSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ArtifactoryTargetDetails.js b/node_modules/akeyless/dist/model/ArtifactoryTargetDetails.js index 39fa69c78..9b7dc0dce 100644 --- a/node_modules/akeyless/dist/model/ArtifactoryTargetDetails.js +++ b/node_modules/akeyless/dist/model/ArtifactoryTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ArtifactoryTargetDetails model module. * @module model/ArtifactoryTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var ArtifactoryTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AssocRoleAuthMethod.js b/node_modules/akeyless/dist/model/AssocRoleAuthMethod.js index bdfa057e2..a154e8369 100644 --- a/node_modules/akeyless/dist/model/AssocRoleAuthMethod.js +++ b/node_modules/akeyless/dist/model/AssocRoleAuthMethod.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AssocRoleAuthMethod model module. * @module model/AssocRoleAuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var AssocRoleAuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AssocTargetItem.js b/node_modules/akeyless/dist/model/AssocTargetItem.js index b7987af57..7d489eb68 100644 --- a/node_modules/akeyless/dist/model/AssocTargetItem.js +++ b/node_modules/akeyless/dist/model/AssocTargetItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AssocTargetItem model module. * @module model/AssocTargetItem - * @version 4.2.1 + * @version 4.2.2 */ var AssocTargetItem = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AttributeTypeAndValue.js b/node_modules/akeyless/dist/model/AttributeTypeAndValue.js index 6d972656b..8ac9f076e 100644 --- a/node_modules/akeyless/dist/model/AttributeTypeAndValue.js +++ b/node_modules/akeyless/dist/model/AttributeTypeAndValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AttributeTypeAndValue model module. * @module model/AttributeTypeAndValue - * @version 4.2.1 + * @version 4.2.2 */ var AttributeTypeAndValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Auth.js b/node_modules/akeyless/dist/model/Auth.js index e03f4d198..eefe6281e 100644 --- a/node_modules/akeyless/dist/model/Auth.js +++ b/node_modules/akeyless/dist/model/Auth.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Auth model module. * @module model/Auth - * @version 4.2.1 + * @version 4.2.2 */ var Auth = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethod.js b/node_modules/akeyless/dist/model/AuthMethod.js index 8c17cf900..a0b053dd9 100644 --- a/node_modules/akeyless/dist/model/AuthMethod.js +++ b/node_modules/akeyless/dist/model/AuthMethod.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethod model module. * @module model/AuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodAccessInfo.js b/node_modules/akeyless/dist/model/AuthMethodAccessInfo.js index a55ad21ab..3441ff690 100644 --- a/node_modules/akeyless/dist/model/AuthMethodAccessInfo.js +++ b/node_modules/akeyless/dist/model/AuthMethodAccessInfo.js @@ -46,7 +46,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodAccessInfo model module. * @module model/AuthMethodAccessInfo - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodAccessInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateApiKey.js b/node_modules/akeyless/dist/model/AuthMethodCreateApiKey.js index 1420c3d6a..926c8fe74 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateApiKey.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateApiKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateApiKey model module. * @module model/AuthMethodCreateApiKey - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateApiKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateAwsIam.js b/node_modules/akeyless/dist/model/AuthMethodCreateAwsIam.js index d8e296ea5..5a03fb0dc 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateAwsIam.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateAwsIam.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateAwsIam model module. * @module model/AuthMethodCreateAwsIam - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateAwsIam = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateAzureAD.js b/node_modules/akeyless/dist/model/AuthMethodCreateAzureAD.js index 3a2a1c6cb..8623624a5 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateAzureAD.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateAzureAD.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateAzureAD model module. * @module model/AuthMethodCreateAzureAD - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateAzureAD = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateCert.js b/node_modules/akeyless/dist/model/AuthMethodCreateCert.js index 30dc9b465..92107ff1a 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateCert.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateCert.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateCert model module. * @module model/AuthMethodCreateCert - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateCert = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateEmail.js b/node_modules/akeyless/dist/model/AuthMethodCreateEmail.js index acc41c840..b28deee1a 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateEmail.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateEmail.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateEmail model module. * @module model/AuthMethodCreateEmail - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateEmail = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateGcp.js b/node_modules/akeyless/dist/model/AuthMethodCreateGcp.js index 5512c6a66..8d17eacfb 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateGcp.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateGcp model module. * @module model/AuthMethodCreateGcp - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateK8s.js b/node_modules/akeyless/dist/model/AuthMethodCreateK8s.js index cb207326b..9353d3b4a 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateK8s.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateK8s model module. * @module model/AuthMethodCreateK8s - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateLdap.js b/node_modules/akeyless/dist/model/AuthMethodCreateLdap.js index 8bf0f334d..bcd00738d 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateLdap.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateLdap model module. * @module model/AuthMethodCreateLdap - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateOCI.js b/node_modules/akeyless/dist/model/AuthMethodCreateOCI.js index 32d34a000..613509a64 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateOCI.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateOCI.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateOCI model module. * @module model/AuthMethodCreateOCI - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateOCI = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateOIDC.js b/node_modules/akeyless/dist/model/AuthMethodCreateOIDC.js index 3db58aab9..52eb938e8 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateOIDC.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateOIDC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateOIDC model module. * @module model/AuthMethodCreateOIDC - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateOIDC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateOauth2.js b/node_modules/akeyless/dist/model/AuthMethodCreateOauth2.js index 61bc56d28..4f7edfe97 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateOauth2.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateOauth2.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateOauth2 model module. * @module model/AuthMethodCreateOauth2 - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateOauth2 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateOutput.js b/node_modules/akeyless/dist/model/AuthMethodCreateOutput.js index 828844261..1cd843a24 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateOutput.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateOutput model module. * @module model/AuthMethodCreateOutput - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateSAML.js b/node_modules/akeyless/dist/model/AuthMethodCreateSAML.js index f3d9d0da5..353ff61d5 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateSAML.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateSAML.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateSAML model module. * @module model/AuthMethodCreateSAML - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateSAML = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodCreateUniversalIdentity.js b/node_modules/akeyless/dist/model/AuthMethodCreateUniversalIdentity.js index b9d87beba..fff4a293a 100644 --- a/node_modules/akeyless/dist/model/AuthMethodCreateUniversalIdentity.js +++ b/node_modules/akeyless/dist/model/AuthMethodCreateUniversalIdentity.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodCreateUniversalIdentity model module. * @module model/AuthMethodCreateUniversalIdentity - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodCreateUniversalIdentity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodDelete.js b/node_modules/akeyless/dist/model/AuthMethodDelete.js index 14b55da70..806d3c356 100644 --- a/node_modules/akeyless/dist/model/AuthMethodDelete.js +++ b/node_modules/akeyless/dist/model/AuthMethodDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodDelete model module. * @module model/AuthMethodDelete - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodDeleteOutput.js b/node_modules/akeyless/dist/model/AuthMethodDeleteOutput.js index 1679523cd..7d8f343fa 100644 --- a/node_modules/akeyless/dist/model/AuthMethodDeleteOutput.js +++ b/node_modules/akeyless/dist/model/AuthMethodDeleteOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodDeleteOutput model module. * @module model/AuthMethodDeleteOutput - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodDeleteOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodGet.js b/node_modules/akeyless/dist/model/AuthMethodGet.js index 1ce6d294c..f07e93781 100644 --- a/node_modules/akeyless/dist/model/AuthMethodGet.js +++ b/node_modules/akeyless/dist/model/AuthMethodGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodGet model module. * @module model/AuthMethodGet - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodList.js b/node_modules/akeyless/dist/model/AuthMethodList.js index 132ed0892..5b1fe3312 100644 --- a/node_modules/akeyless/dist/model/AuthMethodList.js +++ b/node_modules/akeyless/dist/model/AuthMethodList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodList model module. * @module model/AuthMethodList - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodRoleAssociation.js b/node_modules/akeyless/dist/model/AuthMethodRoleAssociation.js index ecf58baa6..71a398f41 100644 --- a/node_modules/akeyless/dist/model/AuthMethodRoleAssociation.js +++ b/node_modules/akeyless/dist/model/AuthMethodRoleAssociation.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodRoleAssociation model module. * @module model/AuthMethodRoleAssociation - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodRoleAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateApiKey.js b/node_modules/akeyless/dist/model/AuthMethodUpdateApiKey.js index 1e2640a0c..08e1524f8 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateApiKey.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateApiKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateApiKey model module. * @module model/AuthMethodUpdateApiKey - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateApiKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateAwsIam.js b/node_modules/akeyless/dist/model/AuthMethodUpdateAwsIam.js index 4fd28786a..fb0bfc9c0 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateAwsIam.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateAwsIam.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateAwsIam model module. * @module model/AuthMethodUpdateAwsIam - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateAwsIam = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateAzureAD.js b/node_modules/akeyless/dist/model/AuthMethodUpdateAzureAD.js index 02668b47e..2249844fe 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateAzureAD.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateAzureAD.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateAzureAD model module. * @module model/AuthMethodUpdateAzureAD - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateAzureAD = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateCert.js b/node_modules/akeyless/dist/model/AuthMethodUpdateCert.js index 414ea14cf..fe7c4f166 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateCert.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateCert.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateCert model module. * @module model/AuthMethodUpdateCert - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateCert = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateEmail.js b/node_modules/akeyless/dist/model/AuthMethodUpdateEmail.js index c7dc19b28..22fdf45e0 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateEmail.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateEmail.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateEmail model module. * @module model/AuthMethodUpdateEmail - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateEmail = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateGcp.js b/node_modules/akeyless/dist/model/AuthMethodUpdateGcp.js index 89ee78165..d5574fb71 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateGcp.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateGcp model module. * @module model/AuthMethodUpdateGcp - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateK8s.js b/node_modules/akeyless/dist/model/AuthMethodUpdateK8s.js index 1814fe52a..ec9d5a31b 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateK8s.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateK8s model module. * @module model/AuthMethodUpdateK8s - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateLdap.js b/node_modules/akeyless/dist/model/AuthMethodUpdateLdap.js index bd90fe70b..7c8203083 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateLdap.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateLdap model module. * @module model/AuthMethodUpdateLdap - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateOCI.js b/node_modules/akeyless/dist/model/AuthMethodUpdateOCI.js index b84583167..f98dc9ebb 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateOCI.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateOCI.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateOCI model module. * @module model/AuthMethodUpdateOCI - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateOCI = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateOIDC.js b/node_modules/akeyless/dist/model/AuthMethodUpdateOIDC.js index 30f99b6af..f976ff9c6 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateOIDC.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateOIDC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateOIDC model module. * @module model/AuthMethodUpdateOIDC - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateOIDC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateOauth2.js b/node_modules/akeyless/dist/model/AuthMethodUpdateOauth2.js index 82100c5dd..6d505fda4 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateOauth2.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateOauth2.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateOauth2 model module. * @module model/AuthMethodUpdateOauth2 - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateOauth2 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateOutput.js b/node_modules/akeyless/dist/model/AuthMethodUpdateOutput.js index eeccca24d..6ee66c51f 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateOutput.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateOutput model module. * @module model/AuthMethodUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateSAML.js b/node_modules/akeyless/dist/model/AuthMethodUpdateSAML.js index ba561262e..e2ec46b9d 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateSAML.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateSAML.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateSAML model module. * @module model/AuthMethodUpdateSAML - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateSAML = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthMethodUpdateUniversalIdentity.js b/node_modules/akeyless/dist/model/AuthMethodUpdateUniversalIdentity.js index 3fff026c3..76dfbbbd1 100644 --- a/node_modules/akeyless/dist/model/AuthMethodUpdateUniversalIdentity.js +++ b/node_modules/akeyless/dist/model/AuthMethodUpdateUniversalIdentity.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthMethodUpdateUniversalIdentity model module. * @module model/AuthMethodUpdateUniversalIdentity - * @version 4.2.1 + * @version 4.2.2 */ var AuthMethodUpdateUniversalIdentity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AuthOutput.js b/node_modules/akeyless/dist/model/AuthOutput.js index 213f65135..9283a9aff 100644 --- a/node_modules/akeyless/dist/model/AuthOutput.js +++ b/node_modules/akeyless/dist/model/AuthOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AuthOutput model module. * @module model/AuthOutput - * @version 4.2.1 + * @version 4.2.2 */ var AuthOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AwsS3LogForwardingConfig.js b/node_modules/akeyless/dist/model/AwsS3LogForwardingConfig.js index c03632610..e60f85d64 100644 --- a/node_modules/akeyless/dist/model/AwsS3LogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/AwsS3LogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AwsS3LogForwardingConfig model module. * @module model/AwsS3LogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var AwsS3LogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AzureADAccessRules.js b/node_modules/akeyless/dist/model/AzureADAccessRules.js index 53984bc65..bcf333f29 100644 --- a/node_modules/akeyless/dist/model/AzureADAccessRules.js +++ b/node_modules/akeyless/dist/model/AzureADAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AzureADAccessRules model module. * @module model/AzureADAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var AzureADAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AzureKeyVaultMigration.js b/node_modules/akeyless/dist/model/AzureKeyVaultMigration.js index 129b4f0a7..44a2173b5 100644 --- a/node_modules/akeyless/dist/model/AzureKeyVaultMigration.js +++ b/node_modules/akeyless/dist/model/AzureKeyVaultMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AzureKeyVaultMigration model module. * @module model/AzureKeyVaultMigration - * @version 4.2.1 + * @version 4.2.2 */ var AzureKeyVaultMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AzureLogAnalyticsForwardingConfig.js b/node_modules/akeyless/dist/model/AzureLogAnalyticsForwardingConfig.js index aca520355..7cf14e013 100644 --- a/node_modules/akeyless/dist/model/AzureLogAnalyticsForwardingConfig.js +++ b/node_modules/akeyless/dist/model/AzureLogAnalyticsForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AzureLogAnalyticsForwardingConfig model module. * @module model/AzureLogAnalyticsForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var AzureLogAnalyticsForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AzurePayload.js b/node_modules/akeyless/dist/model/AzurePayload.js index 502ea9e79..36dc8112f 100644 --- a/node_modules/akeyless/dist/model/AzurePayload.js +++ b/node_modules/akeyless/dist/model/AzurePayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AzurePayload model module. * @module model/AzurePayload - * @version 4.2.1 + * @version 4.2.2 */ var AzurePayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/AzureTargetDetails.js b/node_modules/akeyless/dist/model/AzureTargetDetails.js index b07c800f1..ee43b0d8a 100644 --- a/node_modules/akeyless/dist/model/AzureTargetDetails.js +++ b/node_modules/akeyless/dist/model/AzureTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The AzureTargetDetails model module. * @module model/AzureTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var AzureTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/BastionListEntry.js b/node_modules/akeyless/dist/model/BastionListEntry.js index f7d608984..24fc06139 100644 --- a/node_modules/akeyless/dist/model/BastionListEntry.js +++ b/node_modules/akeyless/dist/model/BastionListEntry.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The BastionListEntry model module. * @module model/BastionListEntry - * @version 4.2.1 + * @version 4.2.2 */ var BastionListEntry = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/BastionsList.js b/node_modules/akeyless/dist/model/BastionsList.js index dff76fc4c..50d75280b 100644 --- a/node_modules/akeyless/dist/model/BastionsList.js +++ b/node_modules/akeyless/dist/model/BastionsList.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The BastionsList model module. * @module model/BastionsList - * @version 4.2.1 + * @version 4.2.2 */ var BastionsList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/BatchEncryptionRequestLine.js b/node_modules/akeyless/dist/model/BatchEncryptionRequestLine.js new file mode 100644 index 000000000..67f18ee71 --- /dev/null +++ b/node_modules/akeyless/dist/model/BatchEncryptionRequestLine.js @@ -0,0 +1,104 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports["default"] = void 0; + +var _ApiClient = _interopRequireDefault(require("../ApiClient")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * The BatchEncryptionRequestLine model module. + * @module model/BatchEncryptionRequestLine + * @version 4.2.2 + */ +var BatchEncryptionRequestLine = /*#__PURE__*/function () { + /** + * Constructs a new BatchEncryptionRequestLine. + * @alias module:model/BatchEncryptionRequestLine + */ + function BatchEncryptionRequestLine() { + _classCallCheck(this, BatchEncryptionRequestLine); + + BatchEncryptionRequestLine.initialize(this); + } + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + + + _createClass(BatchEncryptionRequestLine, null, [{ + key: "initialize", + value: function initialize(obj) {} + /** + * Constructs a BatchEncryptionRequestLine from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/BatchEncryptionRequestLine} obj Optional instance to populate. + * @return {module:model/BatchEncryptionRequestLine} The populated BatchEncryptionRequestLine instance. + */ + + }, { + key: "constructFromObject", + value: function constructFromObject(data, obj) { + if (data) { + obj = obj || new BatchEncryptionRequestLine(); + + if (data.hasOwnProperty('context')) { + obj['context'] = _ApiClient["default"].convertToType(data['context'], { + 'String': 'String' + }); + } + + if (data.hasOwnProperty('data')) { + obj['data'] = _ApiClient["default"].convertToType(data['data'], 'String'); + } + + if (data.hasOwnProperty('item_id')) { + obj['item_id'] = _ApiClient["default"].convertToType(data['item_id'], 'Number'); + } + + if (data.hasOwnProperty('item_version')) { + obj['item_version'] = _ApiClient["default"].convertToType(data['item_version'], 'Number'); + } + } + + return obj; + } + }]); + + return BatchEncryptionRequestLine; +}(); +/** + * @member {Object.} context + */ + + +BatchEncryptionRequestLine.prototype['context'] = undefined; +/** + * @member {String} data + */ + +BatchEncryptionRequestLine.prototype['data'] = undefined; +/** + * @member {Number} item_id + */ + +BatchEncryptionRequestLine.prototype['item_id'] = undefined; +/** + * @member {Number} item_version + */ + +BatchEncryptionRequestLine.prototype['item_version'] = undefined; +var _default = BatchEncryptionRequestLine; +exports["default"] = _default; \ No newline at end of file diff --git a/node_modules/akeyless/dist/model/BatchEncryptionResponseLine.js b/node_modules/akeyless/dist/model/BatchEncryptionResponseLine.js new file mode 100644 index 000000000..621b83822 --- /dev/null +++ b/node_modules/akeyless/dist/model/BatchEncryptionResponseLine.js @@ -0,0 +1,84 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports["default"] = void 0; + +var _ApiClient = _interopRequireDefault(require("../ApiClient")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * The BatchEncryptionResponseLine model module. + * @module model/BatchEncryptionResponseLine + * @version 4.2.2 + */ +var BatchEncryptionResponseLine = /*#__PURE__*/function () { + /** + * Constructs a new BatchEncryptionResponseLine. + * @alias module:model/BatchEncryptionResponseLine + */ + function BatchEncryptionResponseLine() { + _classCallCheck(this, BatchEncryptionResponseLine); + + BatchEncryptionResponseLine.initialize(this); + } + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + + + _createClass(BatchEncryptionResponseLine, null, [{ + key: "initialize", + value: function initialize(obj) {} + /** + * Constructs a BatchEncryptionResponseLine from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/BatchEncryptionResponseLine} obj Optional instance to populate. + * @return {module:model/BatchEncryptionResponseLine} The populated BatchEncryptionResponseLine instance. + */ + + }, { + key: "constructFromObject", + value: function constructFromObject(data, obj) { + if (data) { + obj = obj || new BatchEncryptionResponseLine(); + + if (data.hasOwnProperty('data')) { + obj['data'] = _ApiClient["default"].convertToType(data['data'], 'String'); + } + + if (data.hasOwnProperty('error')) { + obj['error'] = _ApiClient["default"].convertToType(data['error'], 'String'); + } + } + + return obj; + } + }]); + + return BatchEncryptionResponseLine; +}(); +/** + * @member {String} data + */ + + +BatchEncryptionResponseLine.prototype['data'] = undefined; +/** + * @member {String} error + */ + +BatchEncryptionResponseLine.prototype['error'] = undefined; +var _default = BatchEncryptionResponseLine; +exports["default"] = _default; \ No newline at end of file diff --git a/node_modules/akeyless/dist/model/CFConfigPart.js b/node_modules/akeyless/dist/model/CFConfigPart.js index cc88aaf75..d760e9c17 100644 --- a/node_modules/akeyless/dist/model/CFConfigPart.js +++ b/node_modules/akeyless/dist/model/CFConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CFConfigPart model module. * @module model/CFConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var CFConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CacheConfigPart.js b/node_modules/akeyless/dist/model/CacheConfigPart.js index a9fee595d..0d714a89a 100644 --- a/node_modules/akeyless/dist/model/CacheConfigPart.js +++ b/node_modules/akeyless/dist/model/CacheConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CacheConfigPart model module. * @module model/CacheConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var CacheConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertAccessRules.js b/node_modules/akeyless/dist/model/CertAccessRules.js index bdef9a9b1..352c4d1d6 100644 --- a/node_modules/akeyless/dist/model/CertAccessRules.js +++ b/node_modules/akeyless/dist/model/CertAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertAccessRules model module. * @module model/CertAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var CertAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateAnalyticAggregation.js b/node_modules/akeyless/dist/model/CertificateAnalyticAggregation.js index c346ba08d..e5156f8cf 100644 --- a/node_modules/akeyless/dist/model/CertificateAnalyticAggregation.js +++ b/node_modules/akeyless/dist/model/CertificateAnalyticAggregation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateAnalyticAggregation model module. * @module model/CertificateAnalyticAggregation - * @version 4.2.1 + * @version 4.2.2 */ var CertificateAnalyticAggregation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateChainInfo.js b/node_modules/akeyless/dist/model/CertificateChainInfo.js index 3a3ed73f6..883bdc3cb 100644 --- a/node_modules/akeyless/dist/model/CertificateChainInfo.js +++ b/node_modules/akeyless/dist/model/CertificateChainInfo.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateChainInfo model module. * @module model/CertificateChainInfo - * @version 4.2.1 + * @version 4.2.2 */ var CertificateChainInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateExpirationEvent.js b/node_modules/akeyless/dist/model/CertificateExpirationEvent.js index a9c63debc..7dbac25a9 100644 --- a/node_modules/akeyless/dist/model/CertificateExpirationEvent.js +++ b/node_modules/akeyless/dist/model/CertificateExpirationEvent.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateExpirationEvent model module. * @module model/CertificateExpirationEvent - * @version 4.2.1 + * @version 4.2.2 */ var CertificateExpirationEvent = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateInfo.js b/node_modules/akeyless/dist/model/CertificateInfo.js index 0571de66a..123c7a8e2 100644 --- a/node_modules/akeyless/dist/model/CertificateInfo.js +++ b/node_modules/akeyless/dist/model/CertificateInfo.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateInfo model module. * @module model/CertificateInfo - * @version 4.2.1 + * @version 4.2.2 */ var CertificateInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateIssueInfo.js b/node_modules/akeyless/dist/model/CertificateIssueInfo.js index c8fca291f..d62533794 100644 --- a/node_modules/akeyless/dist/model/CertificateIssueInfo.js +++ b/node_modules/akeyless/dist/model/CertificateIssueInfo.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateIssueInfo model module. * @module model/CertificateIssueInfo - * @version 4.2.1 + * @version 4.2.2 */ var CertificateIssueInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateTemplateInfo.js b/node_modules/akeyless/dist/model/CertificateTemplateInfo.js index 6a7000a75..63520129b 100644 --- a/node_modules/akeyless/dist/model/CertificateTemplateInfo.js +++ b/node_modules/akeyless/dist/model/CertificateTemplateInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateTemplateInfo model module. * @module model/CertificateTemplateInfo - * @version 4.2.1 + * @version 4.2.2 */ var CertificateTemplateInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CertificateVersionInfo.js b/node_modules/akeyless/dist/model/CertificateVersionInfo.js index 183500ac4..1a68ff460 100644 --- a/node_modules/akeyless/dist/model/CertificateVersionInfo.js +++ b/node_modules/akeyless/dist/model/CertificateVersionInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CertificateVersionInfo model module. * @module model/CertificateVersionInfo - * @version 4.2.1 + * @version 4.2.2 */ var CertificateVersionInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CfInfo.js b/node_modules/akeyless/dist/model/CfInfo.js index fc3813a88..37d806b6f 100644 --- a/node_modules/akeyless/dist/model/CfInfo.js +++ b/node_modules/akeyless/dist/model/CfInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CfInfo model module. * @module model/CfInfo - * @version 4.2.1 + * @version 4.2.2 */ var CfInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ChefTargetDetails.js b/node_modules/akeyless/dist/model/ChefTargetDetails.js index 9d2a65f6e..bfada19f8 100644 --- a/node_modules/akeyless/dist/model/ChefTargetDetails.js +++ b/node_modules/akeyless/dist/model/ChefTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ChefTargetDetails model module. * @module model/ChefTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var ChefTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClassicKeyDetailsInfo.js b/node_modules/akeyless/dist/model/ClassicKeyDetailsInfo.js index 01a2b3081..6448b1617 100644 --- a/node_modules/akeyless/dist/model/ClassicKeyDetailsInfo.js +++ b/node_modules/akeyless/dist/model/ClassicKeyDetailsInfo.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClassicKeyDetailsInfo model module. * @module model/ClassicKeyDetailsInfo - * @version 4.2.1 + * @version 4.2.2 */ var ClassicKeyDetailsInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClassicKeyStatusInfo.js b/node_modules/akeyless/dist/model/ClassicKeyStatusInfo.js index a55029f7c..06149706f 100644 --- a/node_modules/akeyless/dist/model/ClassicKeyStatusInfo.js +++ b/node_modules/akeyless/dist/model/ClassicKeyStatusInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClassicKeyStatusInfo model module. * @module model/ClassicKeyStatusInfo - * @version 4.2.1 + * @version 4.2.2 */ var ClassicKeyStatusInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClassicKeyTargetInfo.js b/node_modules/akeyless/dist/model/ClassicKeyTargetInfo.js index aebfd4712..9431ff883 100644 --- a/node_modules/akeyless/dist/model/ClassicKeyTargetInfo.js +++ b/node_modules/akeyless/dist/model/ClassicKeyTargetInfo.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClassicKeyTargetInfo model module. * @module model/ClassicKeyTargetInfo - * @version 4.2.1 + * @version 4.2.2 */ var ClassicKeyTargetInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClientData.js b/node_modules/akeyless/dist/model/ClientData.js index c68cb8d59..ca8a9b67d 100644 --- a/node_modules/akeyless/dist/model/ClientData.js +++ b/node_modules/akeyless/dist/model/ClientData.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClientData model module. * @module model/ClientData - * @version 4.2.1 + * @version 4.2.2 */ var ClientData = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClientUsageInfo.js b/node_modules/akeyless/dist/model/ClientUsageInfo.js index 1b7779598..bf6e9cea2 100644 --- a/node_modules/akeyless/dist/model/ClientUsageInfo.js +++ b/node_modules/akeyless/dist/model/ClientUsageInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClientUsageInfo model module. * @module model/ClientUsageInfo - * @version 4.2.1 + * @version 4.2.2 */ var ClientUsageInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ClientsUsageReport.js b/node_modules/akeyless/dist/model/ClientsUsageReport.js index 2d09b5ce9..de02c3987 100644 --- a/node_modules/akeyless/dist/model/ClientsUsageReport.js +++ b/node_modules/akeyless/dist/model/ClientsUsageReport.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ClientsUsageReport model module. * @module model/ClientsUsageReport - * @version 4.2.1 + * @version 4.2.2 */ var ClientsUsageReport = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ConfigChange.js b/node_modules/akeyless/dist/model/ConfigChange.js index 58639ad00..589d34409 100644 --- a/node_modules/akeyless/dist/model/ConfigChange.js +++ b/node_modules/akeyless/dist/model/ConfigChange.js @@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ConfigChange model module. * @module model/ConfigChange - * @version 4.2.1 + * @version 4.2.2 */ var ConfigChange = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ConfigHash.js b/node_modules/akeyless/dist/model/ConfigHash.js index b7dddf1c3..660e1f696 100644 --- a/node_modules/akeyless/dist/model/ConfigHash.js +++ b/node_modules/akeyless/dist/model/ConfigHash.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ConfigHash model module. * @module model/ConfigHash - * @version 4.2.1 + * @version 4.2.2 */ var ConfigHash = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Configure.js b/node_modules/akeyless/dist/model/Configure.js index bc0e13820..029927c00 100644 --- a/node_modules/akeyless/dist/model/Configure.js +++ b/node_modules/akeyless/dist/model/Configure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Configure model module. * @module model/Configure - * @version 4.2.1 + * @version 4.2.2 */ var Configure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ConfigureOutput.js b/node_modules/akeyless/dist/model/ConfigureOutput.js index 6e2b48705..2575bfb95 100644 --- a/node_modules/akeyless/dist/model/ConfigureOutput.js +++ b/node_modules/akeyless/dist/model/ConfigureOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ConfigureOutput model module. * @module model/ConfigureOutput - * @version 4.2.1 + * @version 4.2.2 */ var ConfigureOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Connect.js b/node_modules/akeyless/dist/model/Connect.js index 4cb626142..34b704079 100644 --- a/node_modules/akeyless/dist/model/Connect.js +++ b/node_modules/akeyless/dist/model/Connect.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Connect model module. * @module model/Connect - * @version 4.2.1 + * @version 4.2.2 */ var Connect = /*#__PURE__*/function () { /** @@ -55,6 +55,10 @@ var Connect = /*#__PURE__*/function () { if (data) { obj = obj || new Connect(); + if (data.hasOwnProperty('BastionGatewayUrl')) { + obj['BastionGatewayUrl'] = _ApiClient["default"].convertToType(data['BastionGatewayUrl'], 'String'); + } + if (data.hasOwnProperty('Helper')) { obj['Helper'] = _ApiClient["default"].convertToType(data['Helper'], Object); } @@ -139,10 +143,16 @@ var Connect = /*#__PURE__*/function () { return Connect; }(); /** - * @member {Object} Helper + * todo - enable when gw-sra unification is done The Gateway URL (configuration management) address, e.g. http://localhost:8000 + * @member {String} BastionGatewayUrl */ +Connect.prototype['BastionGatewayUrl'] = undefined; +/** + * @member {Object} Helper + */ + Connect.prototype['Helper'] = undefined; /** * used to override .akeyless-connect.rc in tests diff --git a/node_modules/akeyless/dist/model/CreateAWSTarget.js b/node_modules/akeyless/dist/model/CreateAWSTarget.js index cd528e79f..e282ecb52 100644 --- a/node_modules/akeyless/dist/model/CreateAWSTarget.js +++ b/node_modules/akeyless/dist/model/CreateAWSTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAWSTarget model module. * @module model/CreateAWSTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateAWSTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAWSTargetOutput.js b/node_modules/akeyless/dist/model/CreateAWSTargetOutput.js index 86fbbc8c5..53ff229df 100644 --- a/node_modules/akeyless/dist/model/CreateAWSTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateAWSTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAWSTargetOutput model module. * @module model/CreateAWSTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAWSTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateArtifactoryTarget.js b/node_modules/akeyless/dist/model/CreateArtifactoryTarget.js index f8b3ecc57..514f66a7b 100644 --- a/node_modules/akeyless/dist/model/CreateArtifactoryTarget.js +++ b/node_modules/akeyless/dist/model/CreateArtifactoryTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateArtifactoryTarget model module. * @module model/CreateArtifactoryTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateArtifactoryTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateArtifactoryTargetOutput.js b/node_modules/akeyless/dist/model/CreateArtifactoryTargetOutput.js index 189ae03aa..0705644f3 100644 --- a/node_modules/akeyless/dist/model/CreateArtifactoryTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateArtifactoryTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateArtifactoryTargetOutput model module. * @module model/CreateArtifactoryTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateArtifactoryTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethod.js b/node_modules/akeyless/dist/model/CreateAuthMethod.js index 8c6233ca9..b82244f77 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethod.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethod.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethod model module. * @module model/CreateAuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAM.js b/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAM.js index dde199c27..d0877d045 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAM.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAM.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodAWSIAM model module. * @module model/CreateAuthMethodAWSIAM - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodAWSIAM = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAMOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAMOutput.js index 8679f3ba6..c3b9c4db2 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAMOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodAWSIAMOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodAWSIAMOutput model module. * @module model/CreateAuthMethodAWSIAMOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodAWSIAMOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodAzureAD.js b/node_modules/akeyless/dist/model/CreateAuthMethodAzureAD.js index e052d666c..3d38f4db6 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodAzureAD.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodAzureAD.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodAzureAD model module. * @module model/CreateAuthMethodAzureAD - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodAzureAD = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodAzureADOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodAzureADOutput.js index ba4e003b7..61e81d685 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodAzureADOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodAzureADOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodAzureADOutput model module. * @module model/CreateAuthMethodAzureADOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodAzureADOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodCert.js b/node_modules/akeyless/dist/model/CreateAuthMethodCert.js index 7c9ec68fc..d16879c85 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodCert.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodCert.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodCert model module. * @module model/CreateAuthMethodCert - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodCert = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodCertOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodCertOutput.js index 99ae2f908..a581d9a69 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodCertOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodCertOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodCertOutput model module. * @module model/CreateAuthMethodCertOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodCertOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodEmail.js b/node_modules/akeyless/dist/model/CreateAuthMethodEmail.js index 81301fda5..488a415e1 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodEmail.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodEmail.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodEmail model module. * @module model/CreateAuthMethodEmail - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodEmail = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodEmailOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodEmailOutput.js index 3f1ddb9a1..7fc9ffb96 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodEmailOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodEmailOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodEmailOutput model module. * @module model/CreateAuthMethodEmailOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodEmailOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodGCP.js b/node_modules/akeyless/dist/model/CreateAuthMethodGCP.js index e37a4ba60..2e1f69671 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodGCP.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodGCP.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodGCP model module. * @module model/CreateAuthMethodGCP - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodGCP = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodGCPOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodGCPOutput.js index 924032dd6..de306b3b7 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodGCPOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodGCPOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodGCPOutput model module. * @module model/CreateAuthMethodGCPOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodGCPOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodHuawei.js b/node_modules/akeyless/dist/model/CreateAuthMethodHuawei.js index d78e813b8..0a41cd156 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodHuawei.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodHuawei.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodHuawei model module. * @module model/CreateAuthMethodHuawei - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodHuawei = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodHuaweiOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodHuaweiOutput.js index 304a4acc3..3e398b9d3 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodHuaweiOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodHuaweiOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodHuaweiOutput model module. * @module model/CreateAuthMethodHuaweiOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodHuaweiOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodK8S.js b/node_modules/akeyless/dist/model/CreateAuthMethodK8S.js index 5a5feb994..8c56fc8bc 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodK8S.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodK8S.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodK8S model module. * @module model/CreateAuthMethodK8S - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodK8S = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodK8SOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodK8SOutput.js index 82cddc127..c00b2109e 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodK8SOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodK8SOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodK8SOutput model module. * @module model/CreateAuthMethodK8SOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodK8SOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodLDAP.js b/node_modules/akeyless/dist/model/CreateAuthMethodLDAP.js index d4d2dfb0c..ee9ab2328 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodLDAP.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodLDAP.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodLDAP model module. * @module model/CreateAuthMethodLDAP - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodLDAP = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodLDAPOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodLDAPOutput.js index e8a6a338f..f57aefa6a 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodLDAPOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodLDAPOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodLDAPOutput model module. * @module model/CreateAuthMethodLDAPOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodLDAPOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2.js b/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2.js index fd063d606..80737d8a4 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOAuth2 model module. * @module model/CreateAuthMethodOAuth2 - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOAuth2 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2Output.js b/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2Output.js index 6ee9139f2..9b1dac9ad 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2Output.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOAuth2Output.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOAuth2Output model module. * @module model/CreateAuthMethodOAuth2Output - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOAuth2Output = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOCI.js b/node_modules/akeyless/dist/model/CreateAuthMethodOCI.js index 589ef9168..75fc99101 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOCI.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOCI.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOCI model module. * @module model/CreateAuthMethodOCI - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOCI = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOCIOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodOCIOutput.js index 71eee6e0f..f831e68f7 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOCIOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOCIOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOCIOutput model module. * @module model/CreateAuthMethodOCIOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOCIOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOIDC.js b/node_modules/akeyless/dist/model/CreateAuthMethodOIDC.js index ef353d647..436690f45 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOIDC.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOIDC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOIDC model module. * @module model/CreateAuthMethodOIDC - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOIDC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOIDCOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodOIDCOutput.js index e6436352c..a9652ad15 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOIDCOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOIDCOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOIDCOutput model module. * @module model/CreateAuthMethodOIDCOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOIDCOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodOutput.js index d1319164f..fdbe93f57 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodOutput model module. * @module model/CreateAuthMethodOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodSAML.js b/node_modules/akeyless/dist/model/CreateAuthMethodSAML.js index 75bac4387..eff9c536d 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodSAML.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodSAML.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodSAML model module. * @module model/CreateAuthMethodSAML - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodSAML = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodSAMLOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodSAMLOutput.js index a84044e7b..46b269359 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodSAMLOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodSAMLOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodSAMLOutput model module. * @module model/CreateAuthMethodSAMLOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodSAMLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentity.js b/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentity.js index 36fc2722e..1494db0e7 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentity.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentity.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodUniversalIdentity model module. * @module model/CreateAuthMethodUniversalIdentity - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodUniversalIdentity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentityOutput.js b/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentityOutput.js index ef5cba3e8..78444c5d7 100644 --- a/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentityOutput.js +++ b/node_modules/akeyless/dist/model/CreateAuthMethodUniversalIdentityOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAuthMethodUniversalIdentityOutput model module. * @module model/CreateAuthMethodUniversalIdentityOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAuthMethodUniversalIdentityOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAzureTarget.js b/node_modules/akeyless/dist/model/CreateAzureTarget.js index d14e6c523..f953c79ea 100644 --- a/node_modules/akeyless/dist/model/CreateAzureTarget.js +++ b/node_modules/akeyless/dist/model/CreateAzureTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAzureTarget model module. * @module model/CreateAzureTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateAzureTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateAzureTargetOutput.js b/node_modules/akeyless/dist/model/CreateAzureTargetOutput.js index 1e2999dde..f88ba8d78 100644 --- a/node_modules/akeyless/dist/model/CreateAzureTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateAzureTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateAzureTargetOutput model module. * @module model/CreateAzureTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateAzureTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateCertificate.js b/node_modules/akeyless/dist/model/CreateCertificate.js index 97533ef05..f6adb72aa 100644 --- a/node_modules/akeyless/dist/model/CreateCertificate.js +++ b/node_modules/akeyless/dist/model/CreateCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateCertificate model module. * @module model/CreateCertificate - * @version 4.2.1 + * @version 4.2.2 */ var CreateCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateCertificateOutput.js b/node_modules/akeyless/dist/model/CreateCertificateOutput.js index 64d117501..7ae571217 100644 --- a/node_modules/akeyless/dist/model/CreateCertificateOutput.js +++ b/node_modules/akeyless/dist/model/CreateCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateCertificateOutput model module. * @module model/CreateCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateClassicKey.js b/node_modules/akeyless/dist/model/CreateClassicKey.js index b8b792692..6a7b38aac 100644 --- a/node_modules/akeyless/dist/model/CreateClassicKey.js +++ b/node_modules/akeyless/dist/model/CreateClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateClassicKey model module. * @module model/CreateClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var CreateClassicKey = /*#__PURE__*/function () { /** @@ -80,6 +80,10 @@ var CreateClassicKey = /*#__PURE__*/function () { obj['certificate-digest-algo'] = _ApiClient["default"].convertToType(data['certificate-digest-algo'], 'String'); } + if (data.hasOwnProperty('certificate-format')) { + obj['certificate-format'] = _ApiClient["default"].convertToType(data['certificate-format'], 'String'); + } + if (data.hasOwnProperty('certificate-locality')) { obj['certificate-locality'] = _ApiClient["default"].convertToType(data['certificate-locality'], 'String'); } @@ -186,6 +190,11 @@ CreateClassicKey.prototype['certificate-country'] = undefined; */ CreateClassicKey.prototype['certificate-digest-algo'] = undefined; +/** + * @member {String} certificate-format + */ + +CreateClassicKey.prototype['certificate-format'] = undefined; /** * Locality for the generated certificate. Relevant only for generate-self-signed-certificate. * @member {String} certificate-locality diff --git a/node_modules/akeyless/dist/model/CreateClassicKeyOutput.js b/node_modules/akeyless/dist/model/CreateClassicKeyOutput.js index 55820b57c..8f48e69a3 100644 --- a/node_modules/akeyless/dist/model/CreateClassicKeyOutput.js +++ b/node_modules/akeyless/dist/model/CreateClassicKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateClassicKeyOutput model module. * @module model/CreateClassicKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateClassicKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDBTarget.js b/node_modules/akeyless/dist/model/CreateDBTarget.js index c85413816..6284117e5 100644 --- a/node_modules/akeyless/dist/model/CreateDBTarget.js +++ b/node_modules/akeyless/dist/model/CreateDBTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDBTarget model module. * @module model/CreateDBTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateDBTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDBTargetOutput.js b/node_modules/akeyless/dist/model/CreateDBTargetOutput.js index 1dfdc5ad1..5eeedb965 100644 --- a/node_modules/akeyless/dist/model/CreateDBTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateDBTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDBTargetOutput model module. * @module model/CreateDBTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateDBTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDFCKey.js b/node_modules/akeyless/dist/model/CreateDFCKey.js index 51d181a63..3250f3c13 100644 --- a/node_modules/akeyless/dist/model/CreateDFCKey.js +++ b/node_modules/akeyless/dist/model/CreateDFCKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDFCKey model module. * @module model/CreateDFCKey - * @version 4.2.1 + * @version 4.2.2 */ var CreateDFCKey = /*#__PURE__*/function () { /** @@ -75,6 +75,10 @@ var CreateDFCKey = /*#__PURE__*/function () { obj['certificate-digest-algo'] = _ApiClient["default"].convertToType(data['certificate-digest-algo'], 'String'); } + if (data.hasOwnProperty('certificate-format')) { + obj['certificate-format'] = _ApiClient["default"].convertToType(data['certificate-format'], 'String'); + } + if (data.hasOwnProperty('certificate-locality')) { obj['certificate-locality'] = _ApiClient["default"].convertToType(data['certificate-locality'], 'String'); } @@ -171,6 +175,11 @@ CreateDFCKey.prototype['certificate-country'] = undefined; */ CreateDFCKey.prototype['certificate-digest-algo'] = undefined; +/** + * @member {String} certificate-format + */ + +CreateDFCKey.prototype['certificate-format'] = undefined; /** * Locality for the generated certificate. Relevant only for generate-self-signed-certificate. * @member {String} certificate-locality diff --git a/node_modules/akeyless/dist/model/CreateDFCKeyOutput.js b/node_modules/akeyless/dist/model/CreateDFCKeyOutput.js index 3f9a09753..f7561052b 100644 --- a/node_modules/akeyless/dist/model/CreateDFCKeyOutput.js +++ b/node_modules/akeyless/dist/model/CreateDFCKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDFCKeyOutput model module. * @module model/CreateDFCKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateDFCKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDockerhubTarget.js b/node_modules/akeyless/dist/model/CreateDockerhubTarget.js index 4a1775706..c3db8a882 100644 --- a/node_modules/akeyless/dist/model/CreateDockerhubTarget.js +++ b/node_modules/akeyless/dist/model/CreateDockerhubTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDockerhubTarget model module. * @module model/CreateDockerhubTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateDockerhubTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDockerhubTargetOutput.js b/node_modules/akeyless/dist/model/CreateDockerhubTargetOutput.js index 6506c76c9..820ff31b8 100644 --- a/node_modules/akeyless/dist/model/CreateDockerhubTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateDockerhubTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDockerhubTargetOutput model module. * @module model/CreateDockerhubTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateDockerhubTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateDynamicSecret.js b/node_modules/akeyless/dist/model/CreateDynamicSecret.js index e2e1d41f8..bde8cb3d5 100644 --- a/node_modules/akeyless/dist/model/CreateDynamicSecret.js +++ b/node_modules/akeyless/dist/model/CreateDynamicSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateDynamicSecret model module. * @module model/CreateDynamicSecret - * @version 4.2.1 + * @version 4.2.2 */ var CreateDynamicSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateEKSTarget.js b/node_modules/akeyless/dist/model/CreateEKSTarget.js index b099e2a27..711aa5cc6 100644 --- a/node_modules/akeyless/dist/model/CreateEKSTarget.js +++ b/node_modules/akeyless/dist/model/CreateEKSTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateEKSTarget model module. * @module model/CreateEKSTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateEKSTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateEKSTargetOutput.js b/node_modules/akeyless/dist/model/CreateEKSTargetOutput.js index fb89633e8..48013ede3 100644 --- a/node_modules/akeyless/dist/model/CreateEKSTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateEKSTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateEKSTargetOutput model module. * @module model/CreateEKSTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateEKSTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateESM.js b/node_modules/akeyless/dist/model/CreateESM.js index bc264d5fd..e259231b7 100644 --- a/node_modules/akeyless/dist/model/CreateESM.js +++ b/node_modules/akeyless/dist/model/CreateESM.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateESM model module. * @module model/CreateESM - * @version 4.2.1 + * @version 4.2.2 */ var CreateESM = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateESMOutput.js b/node_modules/akeyless/dist/model/CreateESMOutput.js index 380d9c5bf..95dd76ddf 100644 --- a/node_modules/akeyless/dist/model/CreateESMOutput.js +++ b/node_modules/akeyless/dist/model/CreateESMOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateESMOutput model module. * @module model/CreateESMOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateESMOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateEventForwarder.js b/node_modules/akeyless/dist/model/CreateEventForwarder.js index 83af0a8cb..c8315c46a 100644 --- a/node_modules/akeyless/dist/model/CreateEventForwarder.js +++ b/node_modules/akeyless/dist/model/CreateEventForwarder.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateEventForwarder model module. * @module model/CreateEventForwarder - * @version 4.2.1 + * @version 4.2.2 */ var CreateEventForwarder = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateEventForwarderOutput.js b/node_modules/akeyless/dist/model/CreateEventForwarderOutput.js index 257f3be2d..e76dc8ae5 100644 --- a/node_modules/akeyless/dist/model/CreateEventForwarderOutput.js +++ b/node_modules/akeyless/dist/model/CreateEventForwarderOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateEventForwarderOutput model module. * @module model/CreateEventForwarderOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateEventForwarderOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGKETarget.js b/node_modules/akeyless/dist/model/CreateGKETarget.js index 715388b60..ca2924f91 100644 --- a/node_modules/akeyless/dist/model/CreateGKETarget.js +++ b/node_modules/akeyless/dist/model/CreateGKETarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGKETarget model module. * @module model/CreateGKETarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGKETarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGKETargetOutput.js b/node_modules/akeyless/dist/model/CreateGKETargetOutput.js index 47c2e953f..6950d518d 100644 --- a/node_modules/akeyless/dist/model/CreateGKETargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGKETargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGKETargetOutput model module. * @module model/CreateGKETargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGKETargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGcpTarget.js b/node_modules/akeyless/dist/model/CreateGcpTarget.js index 83c79fd30..935a54d3d 100644 --- a/node_modules/akeyless/dist/model/CreateGcpTarget.js +++ b/node_modules/akeyless/dist/model/CreateGcpTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGcpTarget model module. * @module model/CreateGcpTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGcpTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGcpTargetOutput.js b/node_modules/akeyless/dist/model/CreateGcpTargetOutput.js index 812a904f9..66460cfe7 100644 --- a/node_modules/akeyless/dist/model/CreateGcpTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGcpTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGcpTargetOutput model module. * @module model/CreateGcpTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGcpTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGithubTarget.js b/node_modules/akeyless/dist/model/CreateGithubTarget.js index a8d2b6fbf..fcb1f8e3a 100644 --- a/node_modules/akeyless/dist/model/CreateGithubTarget.js +++ b/node_modules/akeyless/dist/model/CreateGithubTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGithubTarget model module. * @module model/CreateGithubTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGithubTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGithubTargetOutput.js b/node_modules/akeyless/dist/model/CreateGithubTargetOutput.js index 21a29a53f..984220218 100644 --- a/node_modules/akeyless/dist/model/CreateGithubTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGithubTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGithubTargetOutput model module. * @module model/CreateGithubTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGithubTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGitlabTarget.js b/node_modules/akeyless/dist/model/CreateGitlabTarget.js index d17672f3d..2f912092d 100644 --- a/node_modules/akeyless/dist/model/CreateGitlabTarget.js +++ b/node_modules/akeyless/dist/model/CreateGitlabTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGitlabTarget model module. * @module model/CreateGitlabTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGitlabTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGitlabTargetOutput.js b/node_modules/akeyless/dist/model/CreateGitlabTargetOutput.js index d9cee1b0a..02fcb6bf3 100644 --- a/node_modules/akeyless/dist/model/CreateGitlabTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGitlabTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGitlabTargetOutput model module. * @module model/CreateGitlabTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGitlabTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTarget.js b/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTarget.js index b90e2fc79..2f4913b05 100644 --- a/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTarget.js +++ b/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGlobalSignAtlasTarget model module. * @module model/CreateGlobalSignAtlasTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGlobalSignAtlasTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTargetOutput.js b/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTargetOutput.js index be4f4d733..ee072262f 100644 --- a/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGlobalSignAtlasTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGlobalSignAtlasTargetOutput model module. * @module model/CreateGlobalSignAtlasTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGlobalSignAtlasTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGlobalSignTarget.js b/node_modules/akeyless/dist/model/CreateGlobalSignTarget.js index 7d017b0b5..a1438cc37 100644 --- a/node_modules/akeyless/dist/model/CreateGlobalSignTarget.js +++ b/node_modules/akeyless/dist/model/CreateGlobalSignTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGlobalSignTarget model module. * @module model/CreateGlobalSignTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGlobalSignTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGlobalSignTargetOutput.js b/node_modules/akeyless/dist/model/CreateGlobalSignTargetOutput.js index 1b69fb85a..ff5fa212f 100644 --- a/node_modules/akeyless/dist/model/CreateGlobalSignTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGlobalSignTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGlobalSignTargetOutput model module. * @module model/CreateGlobalSignTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGlobalSignTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGodaddyTarget.js b/node_modules/akeyless/dist/model/CreateGodaddyTarget.js index 6f213e23b..20a7235a5 100644 --- a/node_modules/akeyless/dist/model/CreateGodaddyTarget.js +++ b/node_modules/akeyless/dist/model/CreateGodaddyTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGodaddyTarget model module. * @module model/CreateGodaddyTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateGodaddyTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGodaddyTargetOutput.js b/node_modules/akeyless/dist/model/CreateGodaddyTargetOutput.js index 5f95f8870..e89fa9524 100644 --- a/node_modules/akeyless/dist/model/CreateGodaddyTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateGodaddyTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGodaddyTargetOutput model module. * @module model/CreateGodaddyTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGodaddyTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGroup.js b/node_modules/akeyless/dist/model/CreateGroup.js index 87ea7d39a..b26aecba8 100644 --- a/node_modules/akeyless/dist/model/CreateGroup.js +++ b/node_modules/akeyless/dist/model/CreateGroup.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGroup model module. * @module model/CreateGroup - * @version 4.2.1 + * @version 4.2.2 */ var CreateGroup = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateGroupOutput.js b/node_modules/akeyless/dist/model/CreateGroupOutput.js index 07aa4e5b1..4dc9b42bc 100644 --- a/node_modules/akeyless/dist/model/CreateGroupOutput.js +++ b/node_modules/akeyless/dist/model/CreateGroupOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateGroupOutput model module. * @module model/CreateGroupOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateGroupOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateHashiVaultTarget.js b/node_modules/akeyless/dist/model/CreateHashiVaultTarget.js index bd25cf8b5..f77c3ada8 100644 --- a/node_modules/akeyless/dist/model/CreateHashiVaultTarget.js +++ b/node_modules/akeyless/dist/model/CreateHashiVaultTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateHashiVaultTarget model module. * @module model/CreateHashiVaultTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateHashiVaultTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateHashiVaultTargetOutput.js b/node_modules/akeyless/dist/model/CreateHashiVaultTargetOutput.js index d4e28b178..cee2975cf 100644 --- a/node_modules/akeyless/dist/model/CreateHashiVaultTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateHashiVaultTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateHashiVaultTargetOutput model module. * @module model/CreateHashiVaultTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateHashiVaultTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateKey.js b/node_modules/akeyless/dist/model/CreateKey.js index 79b58f477..926a1e8c2 100644 --- a/node_modules/akeyless/dist/model/CreateKey.js +++ b/node_modules/akeyless/dist/model/CreateKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateKey model module. * @module model/CreateKey - * @version 4.2.1 + * @version 4.2.2 */ var CreateKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateKeyOutput.js b/node_modules/akeyless/dist/model/CreateKeyOutput.js index e702afb00..fdae82c22 100644 --- a/node_modules/akeyless/dist/model/CreateKeyOutput.js +++ b/node_modules/akeyless/dist/model/CreateKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateKeyOutput model module. * @module model/CreateKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateLdapTarget.js b/node_modules/akeyless/dist/model/CreateLdapTarget.js index ed532b8fe..69ce8873f 100644 --- a/node_modules/akeyless/dist/model/CreateLdapTarget.js +++ b/node_modules/akeyless/dist/model/CreateLdapTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateLdapTarget model module. * @module model/CreateLdapTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateLdapTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateLdapTargetOutput.js b/node_modules/akeyless/dist/model/CreateLdapTargetOutput.js index 81e7a97ff..4fd32f914 100644 --- a/node_modules/akeyless/dist/model/CreateLdapTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateLdapTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateLdapTargetOutput model module. * @module model/CreateLdapTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateLdapTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateLinkedTarget.js b/node_modules/akeyless/dist/model/CreateLinkedTarget.js index 753e24452..617acbfe6 100644 --- a/node_modules/akeyless/dist/model/CreateLinkedTarget.js +++ b/node_modules/akeyless/dist/model/CreateLinkedTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateLinkedTarget model module. * @module model/CreateLinkedTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateLinkedTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateLinkedTargetOutput.js b/node_modules/akeyless/dist/model/CreateLinkedTargetOutput.js index 720321f4a..15a35678d 100644 --- a/node_modules/akeyless/dist/model/CreateLinkedTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateLinkedTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateLinkedTargetOutput model module. * @module model/CreateLinkedTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateLinkedTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateNativeK8STarget.js b/node_modules/akeyless/dist/model/CreateNativeK8STarget.js index 7263f99d9..c724d15fc 100644 --- a/node_modules/akeyless/dist/model/CreateNativeK8STarget.js +++ b/node_modules/akeyless/dist/model/CreateNativeK8STarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateNativeK8STarget model module. * @module model/CreateNativeK8STarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateNativeK8STarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateNativeK8STargetOutput.js b/node_modules/akeyless/dist/model/CreateNativeK8STargetOutput.js index bb7f47c5a..abdc667a0 100644 --- a/node_modules/akeyless/dist/model/CreateNativeK8STargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateNativeK8STargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateNativeK8STargetOutput model module. * @module model/CreateNativeK8STargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateNativeK8STargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateOidcApp.js b/node_modules/akeyless/dist/model/CreateOidcApp.js index f1aee741c..493c64de9 100644 --- a/node_modules/akeyless/dist/model/CreateOidcApp.js +++ b/node_modules/akeyless/dist/model/CreateOidcApp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateOidcApp model module. * @module model/CreateOidcApp - * @version 4.2.1 + * @version 4.2.2 */ var CreateOidcApp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateOidcAppOutput.js b/node_modules/akeyless/dist/model/CreateOidcAppOutput.js index f5884fbcf..a84b49edd 100644 --- a/node_modules/akeyless/dist/model/CreateOidcAppOutput.js +++ b/node_modules/akeyless/dist/model/CreateOidcAppOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateOidcAppOutput model module. * @module model/CreateOidcAppOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateOidcAppOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreatePKICertIssuer.js b/node_modules/akeyless/dist/model/CreatePKICertIssuer.js index 261e76487..c7c906a9c 100644 --- a/node_modules/akeyless/dist/model/CreatePKICertIssuer.js +++ b/node_modules/akeyless/dist/model/CreatePKICertIssuer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreatePKICertIssuer model module. * @module model/CreatePKICertIssuer - * @version 4.2.1 + * @version 4.2.2 */ var CreatePKICertIssuer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreatePKICertIssuerOutput.js b/node_modules/akeyless/dist/model/CreatePKICertIssuerOutput.js index 8482c044a..7df68fee8 100644 --- a/node_modules/akeyless/dist/model/CreatePKICertIssuerOutput.js +++ b/node_modules/akeyless/dist/model/CreatePKICertIssuerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreatePKICertIssuerOutput model module. * @module model/CreatePKICertIssuerOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreatePKICertIssuerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreatePingTarget.js b/node_modules/akeyless/dist/model/CreatePingTarget.js index 90324c40f..4e4f34423 100644 --- a/node_modules/akeyless/dist/model/CreatePingTarget.js +++ b/node_modules/akeyless/dist/model/CreatePingTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreatePingTarget model module. * @module model/CreatePingTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreatePingTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreatePingTargetOutput.js b/node_modules/akeyless/dist/model/CreatePingTargetOutput.js index 27e453a9e..4401a51b8 100644 --- a/node_modules/akeyless/dist/model/CreatePingTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreatePingTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreatePingTargetOutput model module. * @module model/CreatePingTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreatePingTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRabbitMQTarget.js b/node_modules/akeyless/dist/model/CreateRabbitMQTarget.js index 536a81a99..6c0c97c3a 100644 --- a/node_modules/akeyless/dist/model/CreateRabbitMQTarget.js +++ b/node_modules/akeyless/dist/model/CreateRabbitMQTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRabbitMQTarget model module. * @module model/CreateRabbitMQTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateRabbitMQTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRabbitMQTargetOutput.js b/node_modules/akeyless/dist/model/CreateRabbitMQTargetOutput.js index a6a9a8bdb..5d9c42427 100644 --- a/node_modules/akeyless/dist/model/CreateRabbitMQTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateRabbitMQTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRabbitMQTargetOutput model module. * @module model/CreateRabbitMQTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateRabbitMQTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRole.js b/node_modules/akeyless/dist/model/CreateRole.js index 06ea7c1a0..cc12072cb 100644 --- a/node_modules/akeyless/dist/model/CreateRole.js +++ b/node_modules/akeyless/dist/model/CreateRole.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRole model module. * @module model/CreateRole - * @version 4.2.1 + * @version 4.2.2 */ var CreateRole = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRoleAuthMethodAssocOutput.js b/node_modules/akeyless/dist/model/CreateRoleAuthMethodAssocOutput.js index 841d2fba8..e8cbd3a8f 100644 --- a/node_modules/akeyless/dist/model/CreateRoleAuthMethodAssocOutput.js +++ b/node_modules/akeyless/dist/model/CreateRoleAuthMethodAssocOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRoleAuthMethodAssocOutput model module. * @module model/CreateRoleAuthMethodAssocOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateRoleAuthMethodAssocOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRotatedSecret.js b/node_modules/akeyless/dist/model/CreateRotatedSecret.js index 5d9a95133..338a89fcd 100644 --- a/node_modules/akeyless/dist/model/CreateRotatedSecret.js +++ b/node_modules/akeyless/dist/model/CreateRotatedSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRotatedSecret model module. * @module model/CreateRotatedSecret - * @version 4.2.1 + * @version 4.2.2 */ var CreateRotatedSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateRotatedSecretOutput.js b/node_modules/akeyless/dist/model/CreateRotatedSecretOutput.js index f76b8944c..747192752 100644 --- a/node_modules/akeyless/dist/model/CreateRotatedSecretOutput.js +++ b/node_modules/akeyless/dist/model/CreateRotatedSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateRotatedSecretOutput model module. * @module model/CreateRotatedSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateRotatedSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSSHCertIssuer.js b/node_modules/akeyless/dist/model/CreateSSHCertIssuer.js index 4062b9824..e2bc8b546 100644 --- a/node_modules/akeyless/dist/model/CreateSSHCertIssuer.js +++ b/node_modules/akeyless/dist/model/CreateSSHCertIssuer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSSHCertIssuer model module. * @module model/CreateSSHCertIssuer - * @version 4.2.1 + * @version 4.2.2 */ var CreateSSHCertIssuer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSSHCertIssuerOutput.js b/node_modules/akeyless/dist/model/CreateSSHCertIssuerOutput.js index d95ec9caf..c3824ce04 100644 --- a/node_modules/akeyless/dist/model/CreateSSHCertIssuerOutput.js +++ b/node_modules/akeyless/dist/model/CreateSSHCertIssuerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSSHCertIssuerOutput model module. * @module model/CreateSSHCertIssuerOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateSSHCertIssuerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSSHTarget.js b/node_modules/akeyless/dist/model/CreateSSHTarget.js index ff331c712..98cae551b 100644 --- a/node_modules/akeyless/dist/model/CreateSSHTarget.js +++ b/node_modules/akeyless/dist/model/CreateSSHTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSSHTarget model module. * @module model/CreateSSHTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateSSHTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSSHTargetOutput.js b/node_modules/akeyless/dist/model/CreateSSHTargetOutput.js index c5ba89350..90b13f62a 100644 --- a/node_modules/akeyless/dist/model/CreateSSHTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateSSHTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSSHTargetOutput model module. * @module model/CreateSSHTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateSSHTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSalesforceTarget.js b/node_modules/akeyless/dist/model/CreateSalesforceTarget.js index 398d4753a..4bd31f36f 100644 --- a/node_modules/akeyless/dist/model/CreateSalesforceTarget.js +++ b/node_modules/akeyless/dist/model/CreateSalesforceTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSalesforceTarget model module. * @module model/CreateSalesforceTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateSalesforceTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSalesforceTargetOutput.js b/node_modules/akeyless/dist/model/CreateSalesforceTargetOutput.js index f638f1f3d..b80fdf0fd 100644 --- a/node_modules/akeyless/dist/model/CreateSalesforceTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateSalesforceTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSalesforceTargetOutput model module. * @module model/CreateSalesforceTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateSalesforceTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSecret.js b/node_modules/akeyless/dist/model/CreateSecret.js index 02d711b0c..e297bce7b 100644 --- a/node_modules/akeyless/dist/model/CreateSecret.js +++ b/node_modules/akeyless/dist/model/CreateSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSecret model module. * @module model/CreateSecret - * @version 4.2.1 + * @version 4.2.2 */ var CreateSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateSecretOutput.js b/node_modules/akeyless/dist/model/CreateSecretOutput.js index 9966010ba..951a7a8a8 100644 --- a/node_modules/akeyless/dist/model/CreateSecretOutput.js +++ b/node_modules/akeyless/dist/model/CreateSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateSecretOutput model module. * @module model/CreateSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateTargetItemAssocOutput.js b/node_modules/akeyless/dist/model/CreateTargetItemAssocOutput.js index ead4035c5..212e715d8 100644 --- a/node_modules/akeyless/dist/model/CreateTargetItemAssocOutput.js +++ b/node_modules/akeyless/dist/model/CreateTargetItemAssocOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateTargetItemAssocOutput model module. * @module model/CreateTargetItemAssocOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateTargetItemAssocOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateTokenizer.js b/node_modules/akeyless/dist/model/CreateTokenizer.js index 1c2f946b9..6664c636e 100644 --- a/node_modules/akeyless/dist/model/CreateTokenizer.js +++ b/node_modules/akeyless/dist/model/CreateTokenizer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateTokenizer model module. * @module model/CreateTokenizer - * @version 4.2.1 + * @version 4.2.2 */ var CreateTokenizer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateTokenizerOutput.js b/node_modules/akeyless/dist/model/CreateTokenizerOutput.js index db2fcff64..234165bdd 100644 --- a/node_modules/akeyless/dist/model/CreateTokenizerOutput.js +++ b/node_modules/akeyless/dist/model/CreateTokenizerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateTokenizerOutput model module. * @module model/CreateTokenizerOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateTokenizerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateUSC.js b/node_modules/akeyless/dist/model/CreateUSC.js index 1ec91cf4e..d379d1330 100644 --- a/node_modules/akeyless/dist/model/CreateUSC.js +++ b/node_modules/akeyless/dist/model/CreateUSC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateUSC model module. * @module model/CreateUSC - * @version 4.2.1 + * @version 4.2.2 */ var CreateUSC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateUSCOutput.js b/node_modules/akeyless/dist/model/CreateUSCOutput.js index 9da365dbc..52c271225 100644 --- a/node_modules/akeyless/dist/model/CreateUSCOutput.js +++ b/node_modules/akeyless/dist/model/CreateUSCOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateUSCOutput model module. * @module model/CreateUSCOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateUSCOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateUserEvent.js b/node_modules/akeyless/dist/model/CreateUserEvent.js index 18d8140db..552391c27 100644 --- a/node_modules/akeyless/dist/model/CreateUserEvent.js +++ b/node_modules/akeyless/dist/model/CreateUserEvent.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateUserEvent model module. * @module model/CreateUserEvent - * @version 4.2.1 + * @version 4.2.2 */ var CreateUserEvent = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateUserEventOutput.js b/node_modules/akeyless/dist/model/CreateUserEventOutput.js index 2133d5217..608384e6d 100644 --- a/node_modules/akeyless/dist/model/CreateUserEventOutput.js +++ b/node_modules/akeyless/dist/model/CreateUserEventOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateUserEventOutput model module. * @module model/CreateUserEventOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateUserEventOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateWebTarget.js b/node_modules/akeyless/dist/model/CreateWebTarget.js index d843d04be..812b3840a 100644 --- a/node_modules/akeyless/dist/model/CreateWebTarget.js +++ b/node_modules/akeyless/dist/model/CreateWebTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateWebTarget model module. * @module model/CreateWebTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateWebTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateWebTargetOutput.js b/node_modules/akeyless/dist/model/CreateWebTargetOutput.js index 490c703c8..5c94f7ba2 100644 --- a/node_modules/akeyless/dist/model/CreateWebTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateWebTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateWebTargetOutput model module. * @module model/CreateWebTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateWebTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateWindowsTarget.js b/node_modules/akeyless/dist/model/CreateWindowsTarget.js index 5389424c9..1365f64e1 100644 --- a/node_modules/akeyless/dist/model/CreateWindowsTarget.js +++ b/node_modules/akeyless/dist/model/CreateWindowsTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateWindowsTarget model module. * @module model/CreateWindowsTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateWindowsTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateWindowsTargetOutput.js b/node_modules/akeyless/dist/model/CreateWindowsTargetOutput.js index 02c9aedb3..606f01369 100644 --- a/node_modules/akeyless/dist/model/CreateWindowsTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateWindowsTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateWindowsTargetOutput model module. * @module model/CreateWindowsTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateWindowsTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateZeroSSLTarget.js b/node_modules/akeyless/dist/model/CreateZeroSSLTarget.js index eed0fce7e..8982ba3ce 100644 --- a/node_modules/akeyless/dist/model/CreateZeroSSLTarget.js +++ b/node_modules/akeyless/dist/model/CreateZeroSSLTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateZeroSSLTarget model module. * @module model/CreateZeroSSLTarget - * @version 4.2.1 + * @version 4.2.2 */ var CreateZeroSSLTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CreateZeroSSLTargetOutput.js b/node_modules/akeyless/dist/model/CreateZeroSSLTargetOutput.js index 332d2c39e..9aaba9c9e 100644 --- a/node_modules/akeyless/dist/model/CreateZeroSSLTargetOutput.js +++ b/node_modules/akeyless/dist/model/CreateZeroSSLTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CreateZeroSSLTargetOutput model module. * @module model/CreateZeroSSLTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var CreateZeroSSLTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CustomTargetDetails.js b/node_modules/akeyless/dist/model/CustomTargetDetails.js index ef379df93..2bba95ac4 100644 --- a/node_modules/akeyless/dist/model/CustomTargetDetails.js +++ b/node_modules/akeyless/dist/model/CustomTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CustomTargetDetails model module. * @module model/CustomTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var CustomTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CustomerFragmentConfig.js b/node_modules/akeyless/dist/model/CustomerFragmentConfig.js index e1a4c8104..a6ac3f25c 100644 --- a/node_modules/akeyless/dist/model/CustomerFragmentConfig.js +++ b/node_modules/akeyless/dist/model/CustomerFragmentConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CustomerFragmentConfig model module. * @module model/CustomerFragmentConfig - * @version 4.2.1 + * @version 4.2.2 */ var CustomerFragmentConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CustomerFragmentsConfigJson.js b/node_modules/akeyless/dist/model/CustomerFragmentsConfigJson.js index a1026d70b..8443371d9 100644 --- a/node_modules/akeyless/dist/model/CustomerFragmentsConfigJson.js +++ b/node_modules/akeyless/dist/model/CustomerFragmentsConfigJson.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CustomerFragmentsConfigJson model module. * @module model/CustomerFragmentsConfigJson - * @version 4.2.1 + * @version 4.2.2 */ var CustomerFragmentsConfigJson = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/CustomerFullAddress.js b/node_modules/akeyless/dist/model/CustomerFullAddress.js index 90d1f6556..8f2c996e7 100644 --- a/node_modules/akeyless/dist/model/CustomerFullAddress.js +++ b/node_modules/akeyless/dist/model/CustomerFullAddress.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The CustomerFullAddress model module. * @module model/CustomerFullAddress - * @version 4.2.1 + * @version 4.2.2 */ var CustomerFullAddress = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DSProducerDetails.js b/node_modules/akeyless/dist/model/DSProducerDetails.js index ffe67965a..f51f549b4 100644 --- a/node_modules/akeyless/dist/model/DSProducerDetails.js +++ b/node_modules/akeyless/dist/model/DSProducerDetails.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DSProducerDetails model module. * @module model/DSProducerDetails - * @version 4.2.1 + * @version 4.2.2 */ var DSProducerDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DataProtectionSection.js b/node_modules/akeyless/dist/model/DataProtectionSection.js index edadf5e1e..2b2b05afd 100644 --- a/node_modules/akeyless/dist/model/DataProtectionSection.js +++ b/node_modules/akeyless/dist/model/DataProtectionSection.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DataProtectionSection model module. * @module model/DataProtectionSection - * @version 4.2.1 + * @version 4.2.2 */ var DataProtectionSection = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DatadogForwardingConfig.js b/node_modules/akeyless/dist/model/DatadogForwardingConfig.js index 576164f80..12fa404ec 100644 --- a/node_modules/akeyless/dist/model/DatadogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/DatadogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DatadogForwardingConfig model module. * @module model/DatadogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var DatadogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DbTargetDetails.js b/node_modules/akeyless/dist/model/DbTargetDetails.js index 3507fd1ac..6478ffd18 100644 --- a/node_modules/akeyless/dist/model/DbTargetDetails.js +++ b/node_modules/akeyless/dist/model/DbTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DbTargetDetails model module. * @module model/DbTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var DbTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Decrypt.js b/node_modules/akeyless/dist/model/Decrypt.js index a96c3d497..a132d54f1 100644 --- a/node_modules/akeyless/dist/model/Decrypt.js +++ b/node_modules/akeyless/dist/model/Decrypt.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Decrypt model module. * @module model/Decrypt - * @version 4.2.1 + * @version 4.2.2 */ var Decrypt = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptFile.js b/node_modules/akeyless/dist/model/DecryptFile.js index 3c784029b..717cda5d0 100644 --- a/node_modules/akeyless/dist/model/DecryptFile.js +++ b/node_modules/akeyless/dist/model/DecryptFile.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptFile model module. * @module model/DecryptFile - * @version 4.2.1 + * @version 4.2.2 */ var DecryptFile = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptFileOutput.js b/node_modules/akeyless/dist/model/DecryptFileOutput.js index 862055ff9..e091d17c3 100644 --- a/node_modules/akeyless/dist/model/DecryptFileOutput.js +++ b/node_modules/akeyless/dist/model/DecryptFileOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptFileOutput model module. * @module model/DecryptFileOutput - * @version 4.2.1 + * @version 4.2.2 */ var DecryptFileOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptGPG.js b/node_modules/akeyless/dist/model/DecryptGPG.js index ab61bb8fe..ad1d00a18 100644 --- a/node_modules/akeyless/dist/model/DecryptGPG.js +++ b/node_modules/akeyless/dist/model/DecryptGPG.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptGPG model module. * @module model/DecryptGPG - * @version 4.2.1 + * @version 4.2.2 */ var DecryptGPG = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptGPGOutput.js b/node_modules/akeyless/dist/model/DecryptGPGOutput.js index f49010faf..7264611ba 100644 --- a/node_modules/akeyless/dist/model/DecryptGPGOutput.js +++ b/node_modules/akeyless/dist/model/DecryptGPGOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptGPGOutput model module. * @module model/DecryptGPGOutput - * @version 4.2.1 + * @version 4.2.2 */ var DecryptGPGOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptOutput.js b/node_modules/akeyless/dist/model/DecryptOutput.js index d8306c13a..894a83eb8 100644 --- a/node_modules/akeyless/dist/model/DecryptOutput.js +++ b/node_modules/akeyless/dist/model/DecryptOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptOutput model module. * @module model/DecryptOutput - * @version 4.2.1 + * @version 4.2.2 */ var DecryptOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptPKCS1.js b/node_modules/akeyless/dist/model/DecryptPKCS1.js index 16e67e96b..357d02c0f 100644 --- a/node_modules/akeyless/dist/model/DecryptPKCS1.js +++ b/node_modules/akeyless/dist/model/DecryptPKCS1.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptPKCS1 model module. * @module model/DecryptPKCS1 - * @version 4.2.1 + * @version 4.2.2 */ var DecryptPKCS1 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptPKCS1Output.js b/node_modules/akeyless/dist/model/DecryptPKCS1Output.js index b8a135461..8bda1daf5 100644 --- a/node_modules/akeyless/dist/model/DecryptPKCS1Output.js +++ b/node_modules/akeyless/dist/model/DecryptPKCS1Output.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptPKCS1Output model module. * @module model/DecryptPKCS1Output - * @version 4.2.1 + * @version 4.2.2 */ var DecryptPKCS1Output = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptWithClassicKey.js b/node_modules/akeyless/dist/model/DecryptWithClassicKey.js index 06aab1ed6..cd3de691b 100644 --- a/node_modules/akeyless/dist/model/DecryptWithClassicKey.js +++ b/node_modules/akeyless/dist/model/DecryptWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptWithClassicKey model module. * @module model/DecryptWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var DecryptWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DecryptWithClassicKeyOutput.js b/node_modules/akeyless/dist/model/DecryptWithClassicKeyOutput.js index 114553e5d..1de1b03f7 100644 --- a/node_modules/akeyless/dist/model/DecryptWithClassicKeyOutput.js +++ b/node_modules/akeyless/dist/model/DecryptWithClassicKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DecryptWithClassicKeyOutput model module. * @module model/DecryptWithClassicKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var DecryptWithClassicKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DefaultConfigPart.js b/node_modules/akeyless/dist/model/DefaultConfigPart.js index 3c5ae0d2e..9d1281a17 100644 --- a/node_modules/akeyless/dist/model/DefaultConfigPart.js +++ b/node_modules/akeyless/dist/model/DefaultConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DefaultConfigPart model module. * @module model/DefaultConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var DefaultConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteAuthMethod.js b/node_modules/akeyless/dist/model/DeleteAuthMethod.js index 0e4d84826..5c0f66552 100644 --- a/node_modules/akeyless/dist/model/DeleteAuthMethod.js +++ b/node_modules/akeyless/dist/model/DeleteAuthMethod.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteAuthMethod model module. * @module model/DeleteAuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var DeleteAuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteAuthMethodOutput.js b/node_modules/akeyless/dist/model/DeleteAuthMethodOutput.js index 7ababa403..b82765993 100644 --- a/node_modules/akeyless/dist/model/DeleteAuthMethodOutput.js +++ b/node_modules/akeyless/dist/model/DeleteAuthMethodOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteAuthMethodOutput model module. * @module model/DeleteAuthMethodOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteAuthMethodOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteAuthMethods.js b/node_modules/akeyless/dist/model/DeleteAuthMethods.js index a26c9875a..40a24aba0 100644 --- a/node_modules/akeyless/dist/model/DeleteAuthMethods.js +++ b/node_modules/akeyless/dist/model/DeleteAuthMethods.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteAuthMethods model module. * @module model/DeleteAuthMethods - * @version 4.2.1 + * @version 4.2.2 */ var DeleteAuthMethods = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteAuthMethodsOutput.js b/node_modules/akeyless/dist/model/DeleteAuthMethodsOutput.js index b9e537b89..82815e707 100644 --- a/node_modules/akeyless/dist/model/DeleteAuthMethodsOutput.js +++ b/node_modules/akeyless/dist/model/DeleteAuthMethodsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteAuthMethodsOutput model module. * @module model/DeleteAuthMethodsOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteAuthMethodsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteEventForwarder.js b/node_modules/akeyless/dist/model/DeleteEventForwarder.js index ea3ccb504..49eb5f718 100644 --- a/node_modules/akeyless/dist/model/DeleteEventForwarder.js +++ b/node_modules/akeyless/dist/model/DeleteEventForwarder.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteEventForwarder model module. * @module model/DeleteEventForwarder - * @version 4.2.1 + * @version 4.2.2 */ var DeleteEventForwarder = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteGatewayAllowedAccessId.js b/node_modules/akeyless/dist/model/DeleteGatewayAllowedAccessId.js index 446db43e6..96be5bc09 100644 --- a/node_modules/akeyless/dist/model/DeleteGatewayAllowedAccessId.js +++ b/node_modules/akeyless/dist/model/DeleteGatewayAllowedAccessId.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteGatewayAllowedAccessId model module. * @module model/DeleteGatewayAllowedAccessId - * @version 4.2.1 + * @version 4.2.2 */ var DeleteGatewayAllowedAccessId = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteGroup.js b/node_modules/akeyless/dist/model/DeleteGroup.js index af2fc67b4..4079a22b8 100644 --- a/node_modules/akeyless/dist/model/DeleteGroup.js +++ b/node_modules/akeyless/dist/model/DeleteGroup.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteGroup model module. * @module model/DeleteGroup - * @version 4.2.1 + * @version 4.2.2 */ var DeleteGroup = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteGroupOutput.js b/node_modules/akeyless/dist/model/DeleteGroupOutput.js index 730183ea8..48dbfa02c 100644 --- a/node_modules/akeyless/dist/model/DeleteGroupOutput.js +++ b/node_modules/akeyless/dist/model/DeleteGroupOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteGroupOutput model module. * @module model/DeleteGroupOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteGroupOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteGwCluster.js b/node_modules/akeyless/dist/model/DeleteGwCluster.js index 57ef3a55c..3b4def9e1 100644 --- a/node_modules/akeyless/dist/model/DeleteGwCluster.js +++ b/node_modules/akeyless/dist/model/DeleteGwCluster.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteGwCluster model module. * @module model/DeleteGwCluster - * @version 4.2.1 + * @version 4.2.2 */ var DeleteGwCluster = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteItem.js b/node_modules/akeyless/dist/model/DeleteItem.js index 1f21965a7..612567faa 100644 --- a/node_modules/akeyless/dist/model/DeleteItem.js +++ b/node_modules/akeyless/dist/model/DeleteItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteItem model module. * @module model/DeleteItem - * @version 4.2.1 + * @version 4.2.2 */ var DeleteItem = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteItemOutput.js b/node_modules/akeyless/dist/model/DeleteItemOutput.js index e927716f2..d9ff17f24 100644 --- a/node_modules/akeyless/dist/model/DeleteItemOutput.js +++ b/node_modules/akeyless/dist/model/DeleteItemOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteItemOutput model module. * @module model/DeleteItemOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteItemOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteItems.js b/node_modules/akeyless/dist/model/DeleteItems.js index 7603ae60d..77cd6be34 100644 --- a/node_modules/akeyless/dist/model/DeleteItems.js +++ b/node_modules/akeyless/dist/model/DeleteItems.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteItems model module. * @module model/DeleteItems - * @version 4.2.1 + * @version 4.2.2 */ var DeleteItems = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteItemsOutput.js b/node_modules/akeyless/dist/model/DeleteItemsOutput.js index b71083f1b..7ce6ac353 100644 --- a/node_modules/akeyless/dist/model/DeleteItemsOutput.js +++ b/node_modules/akeyless/dist/model/DeleteItemsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteItemsOutput model module. * @module model/DeleteItemsOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteItemsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteRole.js b/node_modules/akeyless/dist/model/DeleteRole.js index 18d7b9b7a..087dab511 100644 --- a/node_modules/akeyless/dist/model/DeleteRole.js +++ b/node_modules/akeyless/dist/model/DeleteRole.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteRole model module. * @module model/DeleteRole - * @version 4.2.1 + * @version 4.2.2 */ var DeleteRole = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteRoleAssociation.js b/node_modules/akeyless/dist/model/DeleteRoleAssociation.js index ca94035d1..915d48ca5 100644 --- a/node_modules/akeyless/dist/model/DeleteRoleAssociation.js +++ b/node_modules/akeyless/dist/model/DeleteRoleAssociation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteRoleAssociation model module. * @module model/DeleteRoleAssociation - * @version 4.2.1 + * @version 4.2.2 */ var DeleteRoleAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteRoleRule.js b/node_modules/akeyless/dist/model/DeleteRoleRule.js index 01af16eac..8584e3d2d 100644 --- a/node_modules/akeyless/dist/model/DeleteRoleRule.js +++ b/node_modules/akeyless/dist/model/DeleteRoleRule.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteRoleRule model module. * @module model/DeleteRoleRule - * @version 4.2.1 + * @version 4.2.2 */ var DeleteRoleRule = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteRoleRuleOutput.js b/node_modules/akeyless/dist/model/DeleteRoleRuleOutput.js index bcae93464..601c340bc 100644 --- a/node_modules/akeyless/dist/model/DeleteRoleRuleOutput.js +++ b/node_modules/akeyless/dist/model/DeleteRoleRuleOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteRoleRuleOutput model module. * @module model/DeleteRoleRuleOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeleteRoleRuleOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteRoles.js b/node_modules/akeyless/dist/model/DeleteRoles.js index 0beb1b90d..a67c5bedb 100644 --- a/node_modules/akeyless/dist/model/DeleteRoles.js +++ b/node_modules/akeyless/dist/model/DeleteRoles.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteRoles model module. * @module model/DeleteRoles - * @version 4.2.1 + * @version 4.2.2 */ var DeleteRoles = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteTarget.js b/node_modules/akeyless/dist/model/DeleteTarget.js index 480343811..8f02b0497 100644 --- a/node_modules/akeyless/dist/model/DeleteTarget.js +++ b/node_modules/akeyless/dist/model/DeleteTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteTarget model module. * @module model/DeleteTarget - * @version 4.2.1 + * @version 4.2.2 */ var DeleteTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteTargetAssociation.js b/node_modules/akeyless/dist/model/DeleteTargetAssociation.js index 3a3a7a156..b3e53ee49 100644 --- a/node_modules/akeyless/dist/model/DeleteTargetAssociation.js +++ b/node_modules/akeyless/dist/model/DeleteTargetAssociation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteTargetAssociation model module. * @module model/DeleteTargetAssociation - * @version 4.2.1 + * @version 4.2.2 */ var DeleteTargetAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeleteTargets.js b/node_modules/akeyless/dist/model/DeleteTargets.js index 9f9b02a28..961919245 100644 --- a/node_modules/akeyless/dist/model/DeleteTargets.js +++ b/node_modules/akeyless/dist/model/DeleteTargets.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeleteTargets model module. * @module model/DeleteTargets - * @version 4.2.1 + * @version 4.2.2 */ var DeleteTargets = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeriveKey.js b/node_modules/akeyless/dist/model/DeriveKey.js index eba2c174a..60e99df9c 100644 --- a/node_modules/akeyless/dist/model/DeriveKey.js +++ b/node_modules/akeyless/dist/model/DeriveKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeriveKey model module. * @module model/DeriveKey - * @version 4.2.1 + * @version 4.2.2 */ var DeriveKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DeriveKeyOutput.js b/node_modules/akeyless/dist/model/DeriveKeyOutput.js index 522d9672e..79624b815 100644 --- a/node_modules/akeyless/dist/model/DeriveKeyOutput.js +++ b/node_modules/akeyless/dist/model/DeriveKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DeriveKeyOutput model module. * @module model/DeriveKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var DeriveKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DescribeAssoc.js b/node_modules/akeyless/dist/model/DescribeAssoc.js index 338ad090d..40b211a23 100644 --- a/node_modules/akeyless/dist/model/DescribeAssoc.js +++ b/node_modules/akeyless/dist/model/DescribeAssoc.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribeAssoc model module. * @module model/DescribeAssoc - * @version 4.2.1 + * @version 4.2.2 */ var DescribeAssoc = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DescribeItem.js b/node_modules/akeyless/dist/model/DescribeItem.js index e6d8a9136..abef7310e 100644 --- a/node_modules/akeyless/dist/model/DescribeItem.js +++ b/node_modules/akeyless/dist/model/DescribeItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribeItem model module. * @module model/DescribeItem - * @version 4.2.1 + * @version 4.2.2 */ var DescribeItem = /*#__PURE__*/function () { /** @@ -65,6 +65,10 @@ var DescribeItem = /*#__PURE__*/function () { obj['bastion-details'] = _ApiClient["default"].convertToType(data['bastion-details'], 'Boolean'); } + if (data.hasOwnProperty('der-certificate-format')) { + obj['der-certificate-format'] = _ApiClient["default"].convertToType(data['der-certificate-format'], 'Boolean'); + } + if (data.hasOwnProperty('display-id')) { obj['display-id'] = _ApiClient["default"].convertToType(data['display-id'], 'String'); } @@ -123,6 +127,13 @@ DescribeItem.prototype['accessibility'] = 'regular'; */ DescribeItem.prototype['bastion-details'] = false; +/** + * The certificate will be displayed in DER format + * @member {Boolean} der-certificate-format + * @default false + */ + +DescribeItem.prototype['der-certificate-format'] = false; /** * The display id of the item * @member {String} display-id diff --git a/node_modules/akeyless/dist/model/DescribePermissions.js b/node_modules/akeyless/dist/model/DescribePermissions.js index 0b92b20e9..7500b98e6 100644 --- a/node_modules/akeyless/dist/model/DescribePermissions.js +++ b/node_modules/akeyless/dist/model/DescribePermissions.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribePermissions model module. * @module model/DescribePermissions - * @version 4.2.1 + * @version 4.2.2 */ var DescribePermissions = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DescribePermissionsOutput.js b/node_modules/akeyless/dist/model/DescribePermissionsOutput.js index 28ce72a15..cc9142a56 100644 --- a/node_modules/akeyless/dist/model/DescribePermissionsOutput.js +++ b/node_modules/akeyless/dist/model/DescribePermissionsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribePermissionsOutput model module. * @module model/DescribePermissionsOutput - * @version 4.2.1 + * @version 4.2.2 */ var DescribePermissionsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DescribeSubClaims.js b/node_modules/akeyless/dist/model/DescribeSubClaims.js index a75b54136..08af940f0 100644 --- a/node_modules/akeyless/dist/model/DescribeSubClaims.js +++ b/node_modules/akeyless/dist/model/DescribeSubClaims.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribeSubClaims model module. * @module model/DescribeSubClaims - * @version 4.2.1 + * @version 4.2.2 */ var DescribeSubClaims = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DescribeSubClaimsOutput.js b/node_modules/akeyless/dist/model/DescribeSubClaimsOutput.js index 66578b2b9..cb3555142 100644 --- a/node_modules/akeyless/dist/model/DescribeSubClaimsOutput.js +++ b/node_modules/akeyless/dist/model/DescribeSubClaimsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DescribeSubClaimsOutput model module. * @module model/DescribeSubClaimsOutput - * @version 4.2.1 + * @version 4.2.2 */ var DescribeSubClaimsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Detokenize.js b/node_modules/akeyless/dist/model/Detokenize.js index 88305de88..3d4419b2b 100644 --- a/node_modules/akeyless/dist/model/Detokenize.js +++ b/node_modules/akeyless/dist/model/Detokenize.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Detokenize model module. * @module model/Detokenize - * @version 4.2.1 + * @version 4.2.2 */ var Detokenize = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DetokenizeOutput.js b/node_modules/akeyless/dist/model/DetokenizeOutput.js index 245be42fd..e67b4a0f1 100644 --- a/node_modules/akeyless/dist/model/DetokenizeOutput.js +++ b/node_modules/akeyless/dist/model/DetokenizeOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DetokenizeOutput model module. * @module model/DetokenizeOutput - * @version 4.2.1 + * @version 4.2.2 */ var DetokenizeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DockerhubTargetDetails.js b/node_modules/akeyless/dist/model/DockerhubTargetDetails.js index 1031b5326..350580944 100644 --- a/node_modules/akeyless/dist/model/DockerhubTargetDetails.js +++ b/node_modules/akeyless/dist/model/DockerhubTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DockerhubTargetDetails model module. * @module model/DockerhubTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var DockerhubTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateArtifactory.js b/node_modules/akeyless/dist/model/DynamicSecretCreateArtifactory.js index 9c29e9104..8a59fb24a 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateArtifactory.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateArtifactory model module. * @module model/DynamicSecretCreateArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateAws.js b/node_modules/akeyless/dist/model/DynamicSecretCreateAws.js index 906b146d6..8846a0c24 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateAws.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateAws model module. * @module model/DynamicSecretCreateAws - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateAzure.js b/node_modules/akeyless/dist/model/DynamicSecretCreateAzure.js index a7c4ed759..15bad3e6a 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateAzure.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateAzure model module. * @module model/DynamicSecretCreateAzure - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateCassandra.js b/node_modules/akeyless/dist/model/DynamicSecretCreateCassandra.js index 2164631f7..d917979e2 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateCassandra.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateCassandra model module. * @module model/DynamicSecretCreateCassandra - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateChef.js b/node_modules/akeyless/dist/model/DynamicSecretCreateChef.js index d7db1120d..2bc0ff7db 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateChef.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateChef.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateChef model module. * @module model/DynamicSecretCreateChef - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateChef = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateCustom.js b/node_modules/akeyless/dist/model/DynamicSecretCreateCustom.js index 029e6bc35..40f6d39be 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateCustom.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateCustom model module. * @module model/DynamicSecretCreateCustom - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateDockerhub.js b/node_modules/akeyless/dist/model/DynamicSecretCreateDockerhub.js index d2ea53e5a..fd31af85c 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateDockerhub.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateDockerhub model module. * @module model/DynamicSecretCreateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateEks.js b/node_modules/akeyless/dist/model/DynamicSecretCreateEks.js index 196f4633d..906a97ad9 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateEks.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateEks model module. * @module model/DynamicSecretCreateEks - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateGcp.js b/node_modules/akeyless/dist/model/DynamicSecretCreateGcp.js index fc4bb996c..23fa3b144 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateGcp.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateGcp model module. * @module model/DynamicSecretCreateGcp - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateGithub.js b/node_modules/akeyless/dist/model/DynamicSecretCreateGithub.js index 0c376f463..e832dcde3 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateGithub.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateGithub model module. * @module model/DynamicSecretCreateGithub - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateGitlab.js b/node_modules/akeyless/dist/model/DynamicSecretCreateGitlab.js index 05e578163..9a8398a47 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateGitlab.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateGitlab.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateGitlab model module. * @module model/DynamicSecretCreateGitlab - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateGitlab = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateGke.js b/node_modules/akeyless/dist/model/DynamicSecretCreateGke.js index 724d581a9..03fcf1c69 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateGke.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateGke model module. * @module model/DynamicSecretCreateGke - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateGoogleWorkspace.js b/node_modules/akeyless/dist/model/DynamicSecretCreateGoogleWorkspace.js index 72834bcbe..cf6670348 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateGoogleWorkspace.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateGoogleWorkspace.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateGoogleWorkspace model module. * @module model/DynamicSecretCreateGoogleWorkspace - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateGoogleWorkspace = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateHanaDb.js b/node_modules/akeyless/dist/model/DynamicSecretCreateHanaDb.js index f4e115c66..d074f75d3 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateHanaDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateHanaDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateHanaDb model module. * @module model/DynamicSecretCreateHanaDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateHanaDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateK8s.js b/node_modules/akeyless/dist/model/DynamicSecretCreateK8s.js index 004fbe725..938e2d04d 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateK8s.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateK8s model module. * @module model/DynamicSecretCreateK8s - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateLdap.js b/node_modules/akeyless/dist/model/DynamicSecretCreateLdap.js index eaa6c165c..66a96b9d3 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateLdap.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateLdap model module. * @module model/DynamicSecretCreateLdap - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateMongoDb.js b/node_modules/akeyless/dist/model/DynamicSecretCreateMongoDb.js index 1c2201487..2b283b701 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateMongoDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateMongoDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateMongoDb model module. * @module model/DynamicSecretCreateMongoDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateMongoDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateMsSql.js b/node_modules/akeyless/dist/model/DynamicSecretCreateMsSql.js index 295f70e3b..b9fa71984 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateMsSql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateMsSql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateMsSql model module. * @module model/DynamicSecretCreateMsSql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateMsSql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateMySql.js b/node_modules/akeyless/dist/model/DynamicSecretCreateMySql.js index a23a52e88..4c21ab245 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateMySql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateMySql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateMySql model module. * @module model/DynamicSecretCreateMySql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateMySql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateOracleDb.js b/node_modules/akeyless/dist/model/DynamicSecretCreateOracleDb.js index f59713e52..71fc3fdaf 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateOracleDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateOracleDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateOracleDb model module. * @module model/DynamicSecretCreateOracleDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateOracleDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateOutput.js b/node_modules/akeyless/dist/model/DynamicSecretCreateOutput.js index a3142b22e..d2ff67c47 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateOutput.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateOutput model module. * @module model/DynamicSecretCreateOutput - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreatePing.js b/node_modules/akeyless/dist/model/DynamicSecretCreatePing.js index 35e904374..fd5aa032b 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreatePing.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreatePing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreatePing model module. * @module model/DynamicSecretCreatePing - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreatePing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreatePostgreSql.js b/node_modules/akeyless/dist/model/DynamicSecretCreatePostgreSql.js index b8f4f0d0c..97f24312a 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreatePostgreSql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreatePostgreSql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreatePostgreSql model module. * @module model/DynamicSecretCreatePostgreSql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreatePostgreSql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateRabbitMq.js b/node_modules/akeyless/dist/model/DynamicSecretCreateRabbitMq.js index 446918b97..964e759ae 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateRabbitMq.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateRabbitMq.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateRabbitMq model module. * @module model/DynamicSecretCreateRabbitMq - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateRabbitMq = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateRdp.js b/node_modules/akeyless/dist/model/DynamicSecretCreateRdp.js index f9893be1a..b3fa4c7c6 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateRdp.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateRdp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateRdp model module. * @module model/DynamicSecretCreateRdp - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateRdp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateRedis.js b/node_modules/akeyless/dist/model/DynamicSecretCreateRedis.js index f9653f50a..c196f7978 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateRedis.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateRedis model module. * @module model/DynamicSecretCreateRedis - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateRedshift.js b/node_modules/akeyless/dist/model/DynamicSecretCreateRedshift.js index 378b25794..6f7c10473 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateRedshift.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateRedshift model module. * @module model/DynamicSecretCreateRedshift - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateSnowflake.js b/node_modules/akeyless/dist/model/DynamicSecretCreateSnowflake.js index 8012f7ed0..f787016eb 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateSnowflake.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateSnowflake model module. * @module model/DynamicSecretCreateSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretCreateVenafi.js b/node_modules/akeyless/dist/model/DynamicSecretCreateVenafi.js index be36680c6..d2599e536 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretCreateVenafi.js +++ b/node_modules/akeyless/dist/model/DynamicSecretCreateVenafi.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretCreateVenafi model module. * @module model/DynamicSecretCreateVenafi - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretCreateVenafi = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretDelete.js b/node_modules/akeyless/dist/model/DynamicSecretDelete.js index e21957bdf..ec04825a4 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretDelete.js +++ b/node_modules/akeyless/dist/model/DynamicSecretDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretDelete model module. * @module model/DynamicSecretDelete - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretDeleteOutput.js b/node_modules/akeyless/dist/model/DynamicSecretDeleteOutput.js index aafe402f4..96ea643eb 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretDeleteOutput.js +++ b/node_modules/akeyless/dist/model/DynamicSecretDeleteOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretDeleteOutput model module. * @module model/DynamicSecretDeleteOutput - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretDeleteOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretGet.js b/node_modules/akeyless/dist/model/DynamicSecretGet.js index 2eab94e81..c182258c5 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretGet.js +++ b/node_modules/akeyless/dist/model/DynamicSecretGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretGet model module. * @module model/DynamicSecretGet - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretGetValue.js b/node_modules/akeyless/dist/model/DynamicSecretGetValue.js index 12dbeee5f..3114a8f23 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretGetValue.js +++ b/node_modules/akeyless/dist/model/DynamicSecretGetValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretGetValue model module. * @module model/DynamicSecretGetValue - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretGetValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretList.js b/node_modules/akeyless/dist/model/DynamicSecretList.js index 92296ccae..a08cef323 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretList.js +++ b/node_modules/akeyless/dist/model/DynamicSecretList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretList model module. * @module model/DynamicSecretList - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretMaxTtl.js b/node_modules/akeyless/dist/model/DynamicSecretMaxTtl.js index 83d3761a6..eee4dc21f 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretMaxTtl.js +++ b/node_modules/akeyless/dist/model/DynamicSecretMaxTtl.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretMaxTtl model module. * @module model/DynamicSecretMaxTtl - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretMaxTtl = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretProducerInfo.js b/node_modules/akeyless/dist/model/DynamicSecretProducerInfo.js index b89612b3e..f040872ab 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretProducerInfo.js +++ b/node_modules/akeyless/dist/model/DynamicSecretProducerInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretProducerInfo model module. * @module model/DynamicSecretProducerInfo - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretProducerInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsDelete.js b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsDelete.js index bcbd7f381..bcccc646f 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsDelete.js +++ b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretTmpCredsDelete model module. * @module model/DynamicSecretTmpCredsDelete - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretTmpCredsDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsGet.js b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsGet.js index c4ae9d806..4c968aca0 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsGet.js +++ b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretTmpCredsGet model module. * @module model/DynamicSecretTmpCredsGet - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretTmpCredsGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsUpdate.js b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsUpdate.js index a41d25d09..d49167c64 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretTmpCredsUpdate.js +++ b/node_modules/akeyless/dist/model/DynamicSecretTmpCredsUpdate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretTmpCredsUpdate model module. * @module model/DynamicSecretTmpCredsUpdate - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretTmpCredsUpdate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateArtifactory.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateArtifactory.js index bf1ad9419..b60f21823 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateArtifactory.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateArtifactory model module. * @module model/DynamicSecretUpdateArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateAws.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateAws.js index 903453a9c..e1b1164f1 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateAws.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateAws model module. * @module model/DynamicSecretUpdateAws - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateAzure.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateAzure.js index 6796e5986..0ce1ce9fb 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateAzure.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateAzure model module. * @module model/DynamicSecretUpdateAzure - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateCassandra.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateCassandra.js index ddf3fa68f..8a5b17ed9 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateCassandra.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateCassandra model module. * @module model/DynamicSecretUpdateCassandra - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateChef.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateChef.js index fb9cf00c0..8d659f224 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateChef.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateChef.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateChef model module. * @module model/DynamicSecretUpdateChef - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateChef = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateCustom.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateCustom.js index 402e63b2f..ca6918b34 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateCustom.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateCustom model module. * @module model/DynamicSecretUpdateCustom - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateDockerhub.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateDockerhub.js index 892bb8f17..2618fd7df 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateDockerhub.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateDockerhub model module. * @module model/DynamicSecretUpdateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateEks.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateEks.js index 3b3b27eb7..953ec782c 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateEks.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateEks model module. * @module model/DynamicSecretUpdateEks - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateGcp.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateGcp.js index f61a36b2a..bf881f09e 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateGcp.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateGcp model module. * @module model/DynamicSecretUpdateGcp - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateGithub.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateGithub.js index 38a631f20..b9d51bb6b 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateGithub.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateGithub model module. * @module model/DynamicSecretUpdateGithub - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateGitlab.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateGitlab.js index 9c9ad4c28..f9a0ccf6a 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateGitlab.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateGitlab.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateGitlab model module. * @module model/DynamicSecretUpdateGitlab - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateGitlab = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateGke.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateGke.js index fed349029..425468291 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateGke.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateGke model module. * @module model/DynamicSecretUpdateGke - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateGoogleWorkspace.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateGoogleWorkspace.js index 0d53bb210..4d20cc534 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateGoogleWorkspace.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateGoogleWorkspace.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateGoogleWorkspace model module. * @module model/DynamicSecretUpdateGoogleWorkspace - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateGoogleWorkspace = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateHanaDb.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateHanaDb.js index 2c71846b3..6e85f2acd 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateHanaDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateHanaDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateHanaDb model module. * @module model/DynamicSecretUpdateHanaDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateHanaDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateK8s.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateK8s.js index 8a76644bc..e666f946d 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateK8s.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateK8s model module. * @module model/DynamicSecretUpdateK8s - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateLdap.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateLdap.js index 17fa1a09c..3968412ee 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateLdap.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateLdap model module. * @module model/DynamicSecretUpdateLdap - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateMongoDb.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateMongoDb.js index 2354653d3..9761b76b8 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateMongoDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateMongoDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateMongoDb model module. * @module model/DynamicSecretUpdateMongoDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateMongoDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateMsSql.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateMsSql.js index 622217c45..b182add91 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateMsSql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateMsSql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateMsSql model module. * @module model/DynamicSecretUpdateMsSql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateMsSql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateMySql.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateMySql.js index ac850e521..4affe28c7 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateMySql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateMySql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateMySql model module. * @module model/DynamicSecretUpdateMySql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateMySql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateOracleDb.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateOracleDb.js index 990683456..690205f7d 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateOracleDb.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateOracleDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateOracleDb model module. * @module model/DynamicSecretUpdateOracleDb - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateOracleDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateOutput.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateOutput.js index d512cdc22..0c0e578b3 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateOutput.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateOutput model module. * @module model/DynamicSecretUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdatePing.js b/node_modules/akeyless/dist/model/DynamicSecretUpdatePing.js index df194f72e..6b91cd94d 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdatePing.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdatePing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdatePing model module. * @module model/DynamicSecretUpdatePing - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdatePing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdatePostgreSql.js b/node_modules/akeyless/dist/model/DynamicSecretUpdatePostgreSql.js index dca217cfb..d3ed236d6 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdatePostgreSql.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdatePostgreSql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdatePostgreSql model module. * @module model/DynamicSecretUpdatePostgreSql - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdatePostgreSql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateRabbitMq.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateRabbitMq.js index e2caf5ca0..6519a65ee 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateRabbitMq.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateRabbitMq.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateRabbitMq model module. * @module model/DynamicSecretUpdateRabbitMq - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateRabbitMq = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateRdp.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateRdp.js index 5492b2778..98ca7fc84 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateRdp.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateRdp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateRdp model module. * @module model/DynamicSecretUpdateRdp - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateRdp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateRedis.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateRedis.js index 35dd18c5b..25dbddf2f 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateRedis.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateRedis model module. * @module model/DynamicSecretUpdateRedis - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateRedshift.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateRedshift.js index fd77a8e33..1685585cf 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateRedshift.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateRedshift model module. * @module model/DynamicSecretUpdateRedshift - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateSnowflake.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateSnowflake.js index 81093cbf1..4ce58826c 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateSnowflake.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateSnowflake model module. * @module model/DynamicSecretUpdateSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/DynamicSecretUpdateVenafi.js b/node_modules/akeyless/dist/model/DynamicSecretUpdateVenafi.js index cbeb41c1d..e1a021d69 100644 --- a/node_modules/akeyless/dist/model/DynamicSecretUpdateVenafi.js +++ b/node_modules/akeyless/dist/model/DynamicSecretUpdateVenafi.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The DynamicSecretUpdateVenafi model module. * @module model/DynamicSecretUpdateVenafi - * @version 4.2.1 + * @version 4.2.2 */ var DynamicSecretUpdateVenafi = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EKSTargetDetails.js b/node_modules/akeyless/dist/model/EKSTargetDetails.js index fd37aa206..5532b52bb 100644 --- a/node_modules/akeyless/dist/model/EKSTargetDetails.js +++ b/node_modules/akeyless/dist/model/EKSTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EKSTargetDetails model module. * @module model/EKSTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var EKSTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ElasticsearchLogForwardingConfig.js b/node_modules/akeyless/dist/model/ElasticsearchLogForwardingConfig.js index 0005aaf12..ba385ee24 100644 --- a/node_modules/akeyless/dist/model/ElasticsearchLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/ElasticsearchLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ElasticsearchLogForwardingConfig model module. * @module model/ElasticsearchLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var ElasticsearchLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EmailEntry.js b/node_modules/akeyless/dist/model/EmailEntry.js index fe0709646..9ddd4a5ce 100644 --- a/node_modules/akeyless/dist/model/EmailEntry.js +++ b/node_modules/akeyless/dist/model/EmailEntry.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EmailEntry model module. * @module model/EmailEntry - * @version 4.2.1 + * @version 4.2.2 */ var EmailEntry = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EmailPassAccessRules.js b/node_modules/akeyless/dist/model/EmailPassAccessRules.js index 2da1b4573..ae6f9192e 100644 --- a/node_modules/akeyless/dist/model/EmailPassAccessRules.js +++ b/node_modules/akeyless/dist/model/EmailPassAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EmailPassAccessRules model module. * @module model/EmailPassAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var EmailPassAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EmailTokenizerInfo.js b/node_modules/akeyless/dist/model/EmailTokenizerInfo.js index be9926669..fbaba9ff7 100644 --- a/node_modules/akeyless/dist/model/EmailTokenizerInfo.js +++ b/node_modules/akeyless/dist/model/EmailTokenizerInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EmailTokenizerInfo model module. * @module model/EmailTokenizerInfo - * @version 4.2.1 + * @version 4.2.2 */ var EmailTokenizerInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Encrypt.js b/node_modules/akeyless/dist/model/Encrypt.js index b37859cfe..f7a0ef865 100644 --- a/node_modules/akeyless/dist/model/Encrypt.js +++ b/node_modules/akeyless/dist/model/Encrypt.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Encrypt model module. * @module model/Encrypt - * @version 4.2.1 + * @version 4.2.2 */ var Encrypt = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptFile.js b/node_modules/akeyless/dist/model/EncryptFile.js index c701642e8..da22d36b9 100644 --- a/node_modules/akeyless/dist/model/EncryptFile.js +++ b/node_modules/akeyless/dist/model/EncryptFile.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptFile model module. * @module model/EncryptFile - * @version 4.2.1 + * @version 4.2.2 */ var EncryptFile = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptFileOutput.js b/node_modules/akeyless/dist/model/EncryptFileOutput.js index 3cb911ed5..f0ab0b4e9 100644 --- a/node_modules/akeyless/dist/model/EncryptFileOutput.js +++ b/node_modules/akeyless/dist/model/EncryptFileOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptFileOutput model module. * @module model/EncryptFileOutput - * @version 4.2.1 + * @version 4.2.2 */ var EncryptFileOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptGPG.js b/node_modules/akeyless/dist/model/EncryptGPG.js index 9c9617fd3..25e21aa0c 100644 --- a/node_modules/akeyless/dist/model/EncryptGPG.js +++ b/node_modules/akeyless/dist/model/EncryptGPG.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptGPG model module. * @module model/EncryptGPG - * @version 4.2.1 + * @version 4.2.2 */ var EncryptGPG = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptGPGOutput.js b/node_modules/akeyless/dist/model/EncryptGPGOutput.js index 80c937455..b5459720e 100644 --- a/node_modules/akeyless/dist/model/EncryptGPGOutput.js +++ b/node_modules/akeyless/dist/model/EncryptGPGOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptGPGOutput model module. * @module model/EncryptGPGOutput - * @version 4.2.1 + * @version 4.2.2 */ var EncryptGPGOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptOutput.js b/node_modules/akeyless/dist/model/EncryptOutput.js index de5d5680b..2a1daa81d 100644 --- a/node_modules/akeyless/dist/model/EncryptOutput.js +++ b/node_modules/akeyless/dist/model/EncryptOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptOutput model module. * @module model/EncryptOutput - * @version 4.2.1 + * @version 4.2.2 */ var EncryptOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptWithClassicKey.js b/node_modules/akeyless/dist/model/EncryptWithClassicKey.js index 15b5d9bbf..91f65a2c4 100644 --- a/node_modules/akeyless/dist/model/EncryptWithClassicKey.js +++ b/node_modules/akeyless/dist/model/EncryptWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptWithClassicKey model module. * @module model/EncryptWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var EncryptWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EncryptWithClassicKeyOutput.js b/node_modules/akeyless/dist/model/EncryptWithClassicKeyOutput.js index 91947250e..e731b53e8 100644 --- a/node_modules/akeyless/dist/model/EncryptWithClassicKeyOutput.js +++ b/node_modules/akeyless/dist/model/EncryptWithClassicKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EncryptWithClassicKeyOutput model module. * @module model/EncryptWithClassicKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var EncryptWithClassicKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmCreate.js b/node_modules/akeyless/dist/model/EsmCreate.js index 58a1fca8b..adafbc37d 100644 --- a/node_modules/akeyless/dist/model/EsmCreate.js +++ b/node_modules/akeyless/dist/model/EsmCreate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmCreate model module. * @module model/EsmCreate - * @version 4.2.1 + * @version 4.2.2 */ var EsmCreate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmCreateSecretOutput.js b/node_modules/akeyless/dist/model/EsmCreateSecretOutput.js index 053d61545..e8181c085 100644 --- a/node_modules/akeyless/dist/model/EsmCreateSecretOutput.js +++ b/node_modules/akeyless/dist/model/EsmCreateSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmCreateSecretOutput model module. * @module model/EsmCreateSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var EsmCreateSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmDelete.js b/node_modules/akeyless/dist/model/EsmDelete.js index a25881260..418cbde66 100644 --- a/node_modules/akeyless/dist/model/EsmDelete.js +++ b/node_modules/akeyless/dist/model/EsmDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmDelete model module. * @module model/EsmDelete - * @version 4.2.1 + * @version 4.2.2 */ var EsmDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmDeleteSecretOutput.js b/node_modules/akeyless/dist/model/EsmDeleteSecretOutput.js index 1558519b5..2e97582cd 100644 --- a/node_modules/akeyless/dist/model/EsmDeleteSecretOutput.js +++ b/node_modules/akeyless/dist/model/EsmDeleteSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmDeleteSecretOutput model module. * @module model/EsmDeleteSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var EsmDeleteSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmGet.js b/node_modules/akeyless/dist/model/EsmGet.js index 3e3caf2f4..fc507081d 100644 --- a/node_modules/akeyless/dist/model/EsmGet.js +++ b/node_modules/akeyless/dist/model/EsmGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmGet model module. * @module model/EsmGet - * @version 4.2.1 + * @version 4.2.2 */ var EsmGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmGetSecretOutput.js b/node_modules/akeyless/dist/model/EsmGetSecretOutput.js index 0e01d83d8..235451795 100644 --- a/node_modules/akeyless/dist/model/EsmGetSecretOutput.js +++ b/node_modules/akeyless/dist/model/EsmGetSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmGetSecretOutput model module. * @module model/EsmGetSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var EsmGetSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmList.js b/node_modules/akeyless/dist/model/EsmList.js index c8ce6c7bd..60c88d935 100644 --- a/node_modules/akeyless/dist/model/EsmList.js +++ b/node_modules/akeyless/dist/model/EsmList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmList model module. * @module model/EsmList - * @version 4.2.1 + * @version 4.2.2 */ var EsmList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmListSecretsOutput.js b/node_modules/akeyless/dist/model/EsmListSecretsOutput.js index 88b719a12..753dad39f 100644 --- a/node_modules/akeyless/dist/model/EsmListSecretsOutput.js +++ b/node_modules/akeyless/dist/model/EsmListSecretsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmListSecretsOutput model module. * @module model/EsmListSecretsOutput - * @version 4.2.1 + * @version 4.2.2 */ var EsmListSecretsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmUpdate.js b/node_modules/akeyless/dist/model/EsmUpdate.js index b64d7ea82..9763efdd2 100644 --- a/node_modules/akeyless/dist/model/EsmUpdate.js +++ b/node_modules/akeyless/dist/model/EsmUpdate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmUpdate model module. * @module model/EsmUpdate - * @version 4.2.1 + * @version 4.2.2 */ var EsmUpdate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EsmUpdateSecretOutput.js b/node_modules/akeyless/dist/model/EsmUpdateSecretOutput.js index 0ab74598e..bcbd517be 100644 --- a/node_modules/akeyless/dist/model/EsmUpdateSecretOutput.js +++ b/node_modules/akeyless/dist/model/EsmUpdateSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EsmUpdateSecretOutput model module. * @module model/EsmUpdateSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var EsmUpdateSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventAction.js b/node_modules/akeyless/dist/model/EventAction.js index 4058d2366..b1f4444a2 100644 --- a/node_modules/akeyless/dist/model/EventAction.js +++ b/node_modules/akeyless/dist/model/EventAction.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventAction model module. * @module model/EventAction - * @version 4.2.1 + * @version 4.2.2 */ var EventAction = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderCreateEmail.js b/node_modules/akeyless/dist/model/EventForwarderCreateEmail.js index 0dff91291..7bec42a26 100644 --- a/node_modules/akeyless/dist/model/EventForwarderCreateEmail.js +++ b/node_modules/akeyless/dist/model/EventForwarderCreateEmail.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderCreateEmail model module. * @module model/EventForwarderCreateEmail - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderCreateEmail = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderCreateServiceNow.js b/node_modules/akeyless/dist/model/EventForwarderCreateServiceNow.js index b014bd1eb..1d03e2faa 100644 --- a/node_modules/akeyless/dist/model/EventForwarderCreateServiceNow.js +++ b/node_modules/akeyless/dist/model/EventForwarderCreateServiceNow.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderCreateServiceNow model module. * @module model/EventForwarderCreateServiceNow - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderCreateServiceNow = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderCreateSlack.js b/node_modules/akeyless/dist/model/EventForwarderCreateSlack.js index 590c27a69..3366b49a6 100644 --- a/node_modules/akeyless/dist/model/EventForwarderCreateSlack.js +++ b/node_modules/akeyless/dist/model/EventForwarderCreateSlack.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderCreateSlack model module. * @module model/EventForwarderCreateSlack - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderCreateSlack = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderCreateUpdateOutput.js b/node_modules/akeyless/dist/model/EventForwarderCreateUpdateOutput.js index a26d410ee..fb9923d21 100644 --- a/node_modules/akeyless/dist/model/EventForwarderCreateUpdateOutput.js +++ b/node_modules/akeyless/dist/model/EventForwarderCreateUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderCreateUpdateOutput model module. * @module model/EventForwarderCreateUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderCreateUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderCreateWebhook.js b/node_modules/akeyless/dist/model/EventForwarderCreateWebhook.js index 6499fe1a5..49cc8192c 100644 --- a/node_modules/akeyless/dist/model/EventForwarderCreateWebhook.js +++ b/node_modules/akeyless/dist/model/EventForwarderCreateWebhook.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderCreateWebhook model module. * @module model/EventForwarderCreateWebhook - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderCreateWebhook = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderDelete.js b/node_modules/akeyless/dist/model/EventForwarderDelete.js index 5d1f8fbc8..c3001d143 100644 --- a/node_modules/akeyless/dist/model/EventForwarderDelete.js +++ b/node_modules/akeyless/dist/model/EventForwarderDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderDelete model module. * @module model/EventForwarderDelete - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderDeleteOutput.js b/node_modules/akeyless/dist/model/EventForwarderDeleteOutput.js index e5a076206..938af410a 100644 --- a/node_modules/akeyless/dist/model/EventForwarderDeleteOutput.js +++ b/node_modules/akeyless/dist/model/EventForwarderDeleteOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderDeleteOutput model module. * @module model/EventForwarderDeleteOutput - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderDeleteOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderGet.js b/node_modules/akeyless/dist/model/EventForwarderGet.js index 3e779d1bb..2b33dcbf7 100644 --- a/node_modules/akeyless/dist/model/EventForwarderGet.js +++ b/node_modules/akeyless/dist/model/EventForwarderGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderGet model module. * @module model/EventForwarderGet - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderGetOutput.js b/node_modules/akeyless/dist/model/EventForwarderGetOutput.js index e31bba055..20e461c17 100644 --- a/node_modules/akeyless/dist/model/EventForwarderGetOutput.js +++ b/node_modules/akeyless/dist/model/EventForwarderGetOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderGetOutput model module. * @module model/EventForwarderGetOutput - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderGetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderUpdateEmail.js b/node_modules/akeyless/dist/model/EventForwarderUpdateEmail.js index 54bd37ee8..302cb5ad0 100644 --- a/node_modules/akeyless/dist/model/EventForwarderUpdateEmail.js +++ b/node_modules/akeyless/dist/model/EventForwarderUpdateEmail.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderUpdateEmail model module. * @module model/EventForwarderUpdateEmail - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderUpdateEmail = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderUpdateServiceNow.js b/node_modules/akeyless/dist/model/EventForwarderUpdateServiceNow.js index c8e7d296b..ac81f92b6 100644 --- a/node_modules/akeyless/dist/model/EventForwarderUpdateServiceNow.js +++ b/node_modules/akeyless/dist/model/EventForwarderUpdateServiceNow.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderUpdateServiceNow model module. * @module model/EventForwarderUpdateServiceNow - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderUpdateServiceNow = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderUpdateSlack.js b/node_modules/akeyless/dist/model/EventForwarderUpdateSlack.js index 190a266e9..da129dac3 100644 --- a/node_modules/akeyless/dist/model/EventForwarderUpdateSlack.js +++ b/node_modules/akeyless/dist/model/EventForwarderUpdateSlack.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderUpdateSlack model module. * @module model/EventForwarderUpdateSlack - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderUpdateSlack = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/EventForwarderUpdateWebhook.js b/node_modules/akeyless/dist/model/EventForwarderUpdateWebhook.js index 89d9b93eb..af051faa5 100644 --- a/node_modules/akeyless/dist/model/EventForwarderUpdateWebhook.js +++ b/node_modules/akeyless/dist/model/EventForwarderUpdateWebhook.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The EventForwarderUpdateWebhook model module. * @module model/EventForwarderUpdateWebhook - * @version 4.2.1 + * @version 4.2.2 */ var EventForwarderUpdateWebhook = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ExportClassicKey.js b/node_modules/akeyless/dist/model/ExportClassicKey.js index 1559eb99d..7f8c4ad07 100644 --- a/node_modules/akeyless/dist/model/ExportClassicKey.js +++ b/node_modules/akeyless/dist/model/ExportClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ExportClassicKey model module. * @module model/ExportClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var ExportClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ExportClassicKeyOutput.js b/node_modules/akeyless/dist/model/ExportClassicKeyOutput.js index fb151d724..170664c30 100644 --- a/node_modules/akeyless/dist/model/ExportClassicKeyOutput.js +++ b/node_modules/akeyless/dist/model/ExportClassicKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ExportClassicKeyOutput model module. * @module model/ExportClassicKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var ExportClassicKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Extension.js b/node_modules/akeyless/dist/model/Extension.js index fe9c368fa..bc796633d 100644 --- a/node_modules/akeyless/dist/model/Extension.js +++ b/node_modules/akeyless/dist/model/Extension.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Extension model module. * @module model/Extension - * @version 4.2.1 + * @version 4.2.2 */ var Extension = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ExternalKMSKeyId.js b/node_modules/akeyless/dist/model/ExternalKMSKeyId.js index 5ed828cad..d3a7ec4cd 100644 --- a/node_modules/akeyless/dist/model/ExternalKMSKeyId.js +++ b/node_modules/akeyless/dist/model/ExternalKMSKeyId.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ExternalKMSKeyId model module. * @module model/ExternalKMSKeyId - * @version 4.2.1 + * @version 4.2.2 */ var ExternalKMSKeyId = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GCPAccessRules.js b/node_modules/akeyless/dist/model/GCPAccessRules.js index 82c72c34f..8d7c2a119 100644 --- a/node_modules/akeyless/dist/model/GCPAccessRules.js +++ b/node_modules/akeyless/dist/model/GCPAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GCPAccessRules model module. * @module model/GCPAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var GCPAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GCPPayload.js b/node_modules/akeyless/dist/model/GCPPayload.js index 3d27b8093..e8280be72 100644 --- a/node_modules/akeyless/dist/model/GCPPayload.js +++ b/node_modules/akeyless/dist/model/GCPPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GCPPayload model module. * @module model/GCPPayload - * @version 4.2.1 + * @version 4.2.2 */ var GCPPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GCPSecretsMigration.js b/node_modules/akeyless/dist/model/GCPSecretsMigration.js index c27e5dff6..f3ab9dc6b 100644 --- a/node_modules/akeyless/dist/model/GCPSecretsMigration.js +++ b/node_modules/akeyless/dist/model/GCPSecretsMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GCPSecretsMigration model module. * @module model/GCPSecretsMigration - * @version 4.2.1 + * @version 4.2.2 */ var GCPSecretsMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GKETargetDetails.js b/node_modules/akeyless/dist/model/GKETargetDetails.js index 610edb184..441e3c360 100644 --- a/node_modules/akeyless/dist/model/GKETargetDetails.js +++ b/node_modules/akeyless/dist/model/GKETargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GKETargetDetails model module. * @module model/GKETargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GKETargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayBasicInfo.js b/node_modules/akeyless/dist/model/GatewayBasicInfo.js index 2afaa8668..ff4409bf4 100644 --- a/node_modules/akeyless/dist/model/GatewayBasicInfo.js +++ b/node_modules/akeyless/dist/model/GatewayBasicInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayBasicInfo model module. * @module model/GatewayBasicInfo - * @version 4.2.1 + * @version 4.2.2 */ var GatewayBasicInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateAllowedAccess.js b/node_modules/akeyless/dist/model/GatewayCreateAllowedAccess.js index 5bcf3773c..f9ba7193c 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateAllowedAccess.js +++ b/node_modules/akeyless/dist/model/GatewayCreateAllowedAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateAllowedAccess model module. * @module model/GatewayCreateAllowedAccess - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateAllowedAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfig.js b/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfig.js index a6299a71b..444bdc357 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateK8SAuthConfig model module. * @module model/GatewayCreateK8SAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateK8SAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfigOutput.js index 5860942bd..9d6466cf1 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateK8SAuthConfigOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateK8SAuthConfigOutput model module. * @module model/GatewayCreateK8SAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateK8SAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateMigration.js b/node_modules/akeyless/dist/model/GatewayCreateMigration.js index 4e71fcd22..3b24f2a96 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateMigration.js +++ b/node_modules/akeyless/dist/model/GatewayCreateMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateMigration model module. * @module model/GatewayCreateMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactory.js b/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactory.js index f8b8fe3ca..20a1c85a6 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactory.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerArtifactory model module. * @module model/GatewayCreateProducerArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactoryOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactoryOutput.js index 7236692e2..20f8e0a4a 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactoryOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerArtifactoryOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerArtifactoryOutput model module. * @module model/GatewayCreateProducerArtifactoryOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerArtifactoryOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerAws.js b/node_modules/akeyless/dist/model/GatewayCreateProducerAws.js index 393b6f3e5..1f7413ff6 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerAws.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerAws model module. * @module model/GatewayCreateProducerAws - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerAwsOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerAwsOutput.js index d108a966c..7ad32819d 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerAwsOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerAwsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerAwsOutput model module. * @module model/GatewayCreateProducerAwsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerAwsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerAzure.js b/node_modules/akeyless/dist/model/GatewayCreateProducerAzure.js index 0ed5916d4..777e984a8 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerAzure.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerAzure model module. * @module model/GatewayCreateProducerAzure - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerAzureOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerAzureOutput.js index 4b4edac61..74a23a200 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerAzureOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerAzureOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerAzureOutput model module. * @module model/GatewayCreateProducerAzureOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerAzureOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerCassandra.js b/node_modules/akeyless/dist/model/GatewayCreateProducerCassandra.js index 7802248be..319cffb1c 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerCassandra.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerCassandra model module. * @module model/GatewayCreateProducerCassandra - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerCassandraOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerCassandraOutput.js index 5faeaf981..fffcce884 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerCassandraOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerCassandraOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerCassandraOutput model module. * @module model/GatewayCreateProducerCassandraOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerCassandraOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerChef.js b/node_modules/akeyless/dist/model/GatewayCreateProducerChef.js index 3854c8b87..9fdf9ab2c 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerChef.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerChef.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerChef model module. * @module model/GatewayCreateProducerChef - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerChef = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerChefOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerChefOutput.js index cf99c7116..672417e18 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerChefOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerChefOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerChefOutput model module. * @module model/GatewayCreateProducerChefOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerChefOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerCustom.js b/node_modules/akeyless/dist/model/GatewayCreateProducerCustom.js index 77b221e41..19417d791 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerCustom.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerCustom model module. * @module model/GatewayCreateProducerCustom - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerCustomOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerCustomOutput.js index 0ab21e9c9..d7a25af52 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerCustomOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerCustomOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerCustomOutput model module. * @module model/GatewayCreateProducerCustomOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerCustomOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhub.js b/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhub.js index f3d14dc8a..d6a43b5bc 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhub.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerDockerhub model module. * @module model/GatewayCreateProducerDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhubOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhubOutput.js index 404bd6d09..26c3151ab 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhubOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerDockerhubOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerDockerhubOutput model module. * @module model/GatewayCreateProducerDockerhubOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerDockerhubOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerEks.js b/node_modules/akeyless/dist/model/GatewayCreateProducerEks.js index e4d24bae6..6cb12eafb 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerEks.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerEks model module. * @module model/GatewayCreateProducerEks - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerEksOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerEksOutput.js index 973f7df75..bddb685fa 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerEksOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerEksOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerEksOutput model module. * @module model/GatewayCreateProducerEksOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerEksOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGcp.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGcp.js index d0b591e65..371f199d2 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGcp.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGcp model module. * @module model/GatewayCreateProducerGcp - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGcpOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGcpOutput.js index 7d82943db..224d14d67 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGcpOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGcpOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGcpOutput model module. * @module model/GatewayCreateProducerGcpOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGcpOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGithub.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGithub.js index f9f1aa13b..126611138 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGithub.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGithub model module. * @module model/GatewayCreateProducerGithub - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGithubOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGithubOutput.js index 2f7fc9091..e7dc030c4 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGithubOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGithubOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGithubOutput model module. * @module model/GatewayCreateProducerGithubOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGithubOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGke.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGke.js index 39cc68767..c69ca2941 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGke.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGke model module. * @module model/GatewayCreateProducerGke - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGkeOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGkeOutput.js index 76df559c7..ed14f4e22 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGkeOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGkeOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGkeOutput model module. * @module model/GatewayCreateProducerGkeOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGkeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerGoogleWorkspaceOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerGoogleWorkspaceOutput.js index bbb50d867..414659863 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerGoogleWorkspaceOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerGoogleWorkspaceOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerGoogleWorkspaceOutput model module. * @module model/GatewayCreateProducerGoogleWorkspaceOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerGoogleWorkspaceOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDb.js b/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDb.js index 500e71f66..515fd57eb 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDb.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerHanaDb model module. * @module model/GatewayCreateProducerHanaDb - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerHanaDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDbOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDbOutput.js index 1dbf0fe97..7aa4cdfb4 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDbOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerHanaDbOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerHanaDbOutput model module. * @module model/GatewayCreateProducerHanaDbOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerHanaDbOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerLdap.js b/node_modules/akeyless/dist/model/GatewayCreateProducerLdap.js index 540db1940..4e3d11810 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerLdap.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerLdap model module. * @module model/GatewayCreateProducerLdap - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerLdapOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerLdapOutput.js index c8c8250de..8fc99f972 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerLdapOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerLdapOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerLdapOutput model module. * @module model/GatewayCreateProducerLdapOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerLdapOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQL.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQL.js index f628cf8d6..3303384a6 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQL.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMSSQL model module. * @module model/GatewayCreateProducerMSSQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMSSQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQLOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQLOutput.js index e281601cc..afd114710 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMSSQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMSSQLOutput model module. * @module model/GatewayCreateProducerMSSQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMSSQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMongo.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMongo.js index 6eac1215c..fee125d54 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMongo.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMongo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMongo model module. * @module model/GatewayCreateProducerMongo - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMongo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMongoOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMongoOutput.js index 3f224b2af..cde848058 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMongoOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMongoOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMongoOutput model module. * @module model/GatewayCreateProducerMongoOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMongoOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMySQL.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMySQL.js index 287981aca..07560641e 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMySQL.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMySQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMySQL model module. * @module model/GatewayCreateProducerMySQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMySQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerMySQLOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerMySQLOutput.js index 3a096c775..5760c4aa3 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerMySQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerMySQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerMySQLOutput model module. * @module model/GatewayCreateProducerMySQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerMySQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8S.js b/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8S.js index c9b919d91..4c615639a 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8S.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8S.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerNativeK8S model module. * @module model/GatewayCreateProducerNativeK8S - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerNativeK8S = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8SOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8SOutput.js index 7011824a5..73a89b9f2 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8SOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerNativeK8SOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerNativeK8SOutput model module. * @module model/GatewayCreateProducerNativeK8SOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerNativeK8SOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDb.js b/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDb.js index ed36eddc3..919c66208 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDb.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerOracleDb model module. * @module model/GatewayCreateProducerOracleDb - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerOracleDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDbOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDbOutput.js index 753f3d476..d2d1dd161 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDbOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerOracleDbOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerOracleDbOutput model module. * @module model/GatewayCreateProducerOracleDbOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerOracleDbOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerPing.js b/node_modules/akeyless/dist/model/GatewayCreateProducerPing.js index c2df885d6..e886401bd 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerPing.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerPing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerPing model module. * @module model/GatewayCreateProducerPing - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerPing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerPingOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerPingOutput.js index 26f2ba04f..6e6274ec7 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerPingOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerPingOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerPingOutput model module. * @module model/GatewayCreateProducerPingOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerPingOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQL.js b/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQL.js index feb9e06b0..40dea892a 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQL.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerPostgreSQL model module. * @module model/GatewayCreateProducerPostgreSQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerPostgreSQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQLOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQLOutput.js index 6718a3141..a8d581987 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerPostgreSQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerPostgreSQLOutput model module. * @module model/GatewayCreateProducerPostgreSQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerPostgreSQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQ.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQ.js index bccda7a85..fb847b275 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQ.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQ.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRabbitMQ model module. * @module model/GatewayCreateProducerRabbitMQ - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRabbitMQ = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQOutput.js index adfc130c6..c1d6eab47 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRabbitMQOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRabbitMQOutput model module. * @module model/GatewayCreateProducerRabbitMQOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRabbitMQOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRdp.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRdp.js index 0ee0edbb1..4468b2e51 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRdp.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRdp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRdp model module. * @module model/GatewayCreateProducerRdp - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRdp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRdpOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRdpOutput.js index d14cece3b..9a44b416a 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRdpOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRdpOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRdpOutput model module. * @module model/GatewayCreateProducerRdpOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRdpOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRedis.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRedis.js index 04d8db22d..aa7316249 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRedis.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRedis model module. * @module model/GatewayCreateProducerRedis - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRedisOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRedisOutput.js index 8bfbd15d2..f6d82d361 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRedisOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRedisOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRedisOutput model module. * @module model/GatewayCreateProducerRedisOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRedisOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRedshift.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRedshift.js index 0f4e4b6aa..58b7812dd 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRedshift.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRedshift model module. * @module model/GatewayCreateProducerRedshift - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerRedshiftOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerRedshiftOutput.js index a471b6255..8c74ff314 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerRedshiftOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerRedshiftOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerRedshiftOutput model module. * @module model/GatewayCreateProducerRedshiftOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerRedshiftOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflake.js b/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflake.js index f9bae3fd5..47c5fae5b 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflake.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerSnowflake model module. * @module model/GatewayCreateProducerSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflakeOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflakeOutput.js index 6f77e5554..c6dd506ee 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflakeOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerSnowflakeOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerSnowflakeOutput model module. * @module model/GatewayCreateProducerSnowflakeOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerSnowflakeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerVenafi.js b/node_modules/akeyless/dist/model/GatewayCreateProducerVenafi.js index 434a8e9cc..114b25e43 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerVenafi.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerVenafi.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerVenafi model module. * @module model/GatewayCreateProducerVenafi - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerVenafi = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayCreateProducerVenafiOutput.js b/node_modules/akeyless/dist/model/GatewayCreateProducerVenafiOutput.js index ed4fba2c7..5e7a1b921 100644 --- a/node_modules/akeyless/dist/model/GatewayCreateProducerVenafiOutput.js +++ b/node_modules/akeyless/dist/model/GatewayCreateProducerVenafiOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayCreateProducerVenafiOutput model module. * @module model/GatewayCreateProducerVenafiOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayCreateProducerVenafiOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccess.js b/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccess.js index 8d8d2dcab..dc00be90b 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccess.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteAllowedAccess model module. * @module model/GatewayDeleteAllowedAccess - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteAllowedAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccessOutput.js b/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccessOutput.js index eadb6bf46..f80c8b938 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccessOutput.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteAllowedAccessOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteAllowedAccessOutput model module. * @module model/GatewayDeleteAllowedAccessOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteAllowedAccessOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfig.js b/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfig.js index 1c0bc867b..0db364014 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteK8SAuthConfig model module. * @module model/GatewayDeleteK8SAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteK8SAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfigOutput.js index 82873aa9b..1279c0b4c 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteK8SAuthConfigOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteK8SAuthConfigOutput model module. * @module model/GatewayDeleteK8SAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteK8SAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteMigration.js b/node_modules/akeyless/dist/model/GatewayDeleteMigration.js index 0ea840ca0..cfb75f86a 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteMigration.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteMigration model module. * @module model/GatewayDeleteMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteProducer.js b/node_modules/akeyless/dist/model/GatewayDeleteProducer.js index e35bd9a6c..627cf8e82 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteProducer.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteProducer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteProducer model module. * @module model/GatewayDeleteProducer - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteProducer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDeleteProducerOutput.js b/node_modules/akeyless/dist/model/GatewayDeleteProducerOutput.js index 800f6a399..41ffa9749 100644 --- a/node_modules/akeyless/dist/model/GatewayDeleteProducerOutput.js +++ b/node_modules/akeyless/dist/model/GatewayDeleteProducerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDeleteProducerOutput model module. * @module model/GatewayDeleteProducerOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDeleteProducerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragments.js b/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragments.js index 86159bce6..7fcd4bc07 100644 --- a/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragments.js +++ b/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragments.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDownloadCustomerFragments model module. * @module model/GatewayDownloadCustomerFragments - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDownloadCustomerFragments = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragmentsOutput.js b/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragmentsOutput.js index c7e1677d8..fbe675380 100644 --- a/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragmentsOutput.js +++ b/node_modules/akeyless/dist/model/GatewayDownloadCustomerFragmentsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayDownloadCustomerFragmentsOutput model module. * @module model/GatewayDownloadCustomerFragmentsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayDownloadCustomerFragmentsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetAllowedAccess.js b/node_modules/akeyless/dist/model/GatewayGetAllowedAccess.js index 100a59373..c729ba15c 100644 --- a/node_modules/akeyless/dist/model/GatewayGetAllowedAccess.js +++ b/node_modules/akeyless/dist/model/GatewayGetAllowedAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetAllowedAccess model module. * @module model/GatewayGetAllowedAccess - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetAllowedAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetCache.js b/node_modules/akeyless/dist/model/GatewayGetCache.js index 4a1ecca84..be3ce889b 100644 --- a/node_modules/akeyless/dist/model/GatewayGetCache.js +++ b/node_modules/akeyless/dist/model/GatewayGetCache.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetCache model module. * @module model/GatewayGetCache - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetCache = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetConfig.js b/node_modules/akeyless/dist/model/GatewayGetConfig.js index cb32e628e..80cc5a3ae 100644 --- a/node_modules/akeyless/dist/model/GatewayGetConfig.js +++ b/node_modules/akeyless/dist/model/GatewayGetConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetConfig model module. * @module model/GatewayGetConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetDefaults.js b/node_modules/akeyless/dist/model/GatewayGetDefaults.js index d8619304c..5420da05b 100644 --- a/node_modules/akeyless/dist/model/GatewayGetDefaults.js +++ b/node_modules/akeyless/dist/model/GatewayGetDefaults.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetDefaults model module. * @module model/GatewayGetDefaults - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetDefaults = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetDefaultsOutput.js b/node_modules/akeyless/dist/model/GatewayGetDefaultsOutput.js index 5d0f831d4..ce35254e2 100644 --- a/node_modules/akeyless/dist/model/GatewayGetDefaultsOutput.js +++ b/node_modules/akeyless/dist/model/GatewayGetDefaultsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetDefaultsOutput model module. * @module model/GatewayGetDefaultsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetDefaultsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfig.js b/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfig.js index ff252e47a..0ef135986 100644 --- a/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetK8SAuthConfig model module. * @module model/GatewayGetK8SAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetK8SAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfigOutput.js index 6fdf9a429..da6b32d73 100644 --- a/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayGetK8SAuthConfigOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetK8SAuthConfigOutput model module. * @module model/GatewayGetK8SAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetK8SAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfig.js b/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfig.js index 6e7bc8da5..de5150995 100644 --- a/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetLdapAuthConfig model module. * @module model/GatewayGetLdapAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetLdapAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfigOutput.js index d16084380..b7818505d 100644 --- a/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayGetLdapAuthConfigOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetLdapAuthConfigOutput model module. * @module model/GatewayGetLdapAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetLdapAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetLogForwarding.js b/node_modules/akeyless/dist/model/GatewayGetLogForwarding.js index 0c56b8f93..419a25258 100644 --- a/node_modules/akeyless/dist/model/GatewayGetLogForwarding.js +++ b/node_modules/akeyless/dist/model/GatewayGetLogForwarding.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetLogForwarding model module. * @module model/GatewayGetLogForwarding - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetLogForwarding = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetMigration.js b/node_modules/akeyless/dist/model/GatewayGetMigration.js index 89a911c7e..e66800362 100644 --- a/node_modules/akeyless/dist/model/GatewayGetMigration.js +++ b/node_modules/akeyless/dist/model/GatewayGetMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetMigration model module. * @module model/GatewayGetMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetProducer.js b/node_modules/akeyless/dist/model/GatewayGetProducer.js index 53cbcefee..7d828599b 100644 --- a/node_modules/akeyless/dist/model/GatewayGetProducer.js +++ b/node_modules/akeyless/dist/model/GatewayGetProducer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetProducer model module. * @module model/GatewayGetProducer - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetProducer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayGetTmpUsers.js b/node_modules/akeyless/dist/model/GatewayGetTmpUsers.js index b10a31720..c56675e02 100644 --- a/node_modules/akeyless/dist/model/GatewayGetTmpUsers.js +++ b/node_modules/akeyless/dist/model/GatewayGetTmpUsers.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayGetTmpUsers model module. * @module model/GatewayGetTmpUsers - * @version 4.2.1 + * @version 4.2.2 */ var GatewayGetTmpUsers = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayListCustomerFragments.js b/node_modules/akeyless/dist/model/GatewayListCustomerFragments.js index f6d2afb10..cde9f94ea 100644 --- a/node_modules/akeyless/dist/model/GatewayListCustomerFragments.js +++ b/node_modules/akeyless/dist/model/GatewayListCustomerFragments.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayListCustomerFragments model module. * @module model/GatewayListCustomerFragments - * @version 4.2.1 + * @version 4.2.2 */ var GatewayListCustomerFragments = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayListMigration.js b/node_modules/akeyless/dist/model/GatewayListMigration.js index ed3df0166..e19bc07b5 100644 --- a/node_modules/akeyless/dist/model/GatewayListMigration.js +++ b/node_modules/akeyless/dist/model/GatewayListMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayListMigration model module. * @module model/GatewayListMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayListMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayListProducers.js b/node_modules/akeyless/dist/model/GatewayListProducers.js index accd9bbfa..bf8589c0a 100644 --- a/node_modules/akeyless/dist/model/GatewayListProducers.js +++ b/node_modules/akeyless/dist/model/GatewayListProducers.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayListProducers model module. * @module model/GatewayListProducers - * @version 4.2.1 + * @version 4.2.2 */ var GatewayListProducers = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayListRotatedSecrets.js b/node_modules/akeyless/dist/model/GatewayListRotatedSecrets.js index e2db728d9..ef306d3ee 100644 --- a/node_modules/akeyless/dist/model/GatewayListRotatedSecrets.js +++ b/node_modules/akeyless/dist/model/GatewayListRotatedSecrets.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayListRotatedSecrets model module. * @module model/GatewayListRotatedSecrets - * @version 4.2.1 + * @version 4.2.2 */ var GatewayListRotatedSecrets = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMessageQueueInfo.js b/node_modules/akeyless/dist/model/GatewayMessageQueueInfo.js index b03114105..8309f45a1 100644 --- a/node_modules/akeyless/dist/model/GatewayMessageQueueInfo.js +++ b/node_modules/akeyless/dist/model/GatewayMessageQueueInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMessageQueueInfo model module. * @module model/GatewayMessageQueueInfo - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMessageQueueInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigratePersonalItems.js b/node_modules/akeyless/dist/model/GatewayMigratePersonalItems.js index c31c287c8..e2e2343b0 100644 --- a/node_modules/akeyless/dist/model/GatewayMigratePersonalItems.js +++ b/node_modules/akeyless/dist/model/GatewayMigratePersonalItems.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigratePersonalItems model module. * @module model/GatewayMigratePersonalItems - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigratePersonalItems = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigratePersonalItemsOutput.js b/node_modules/akeyless/dist/model/GatewayMigratePersonalItemsOutput.js index 9d2e4f4cd..e0cdd3588 100644 --- a/node_modules/akeyless/dist/model/GatewayMigratePersonalItemsOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigratePersonalItemsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigratePersonalItemsOutput model module. * @module model/GatewayMigratePersonalItemsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigratePersonalItemsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationCreateOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationCreateOutput.js index dc9b498bf..3a36e44c0 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationCreateOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationCreateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationCreateOutput model module. * @module model/GatewayMigrationCreateOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationCreateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationDeleteOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationDeleteOutput.js index 52575f2d3..a27617314 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationDeleteOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationDeleteOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationDeleteOutput model module. * @module model/GatewayMigrationDeleteOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationDeleteOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationGetOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationGetOutput.js index ef2789a4a..f672e2a53 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationGetOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationGetOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationGetOutput model module. * @module model/GatewayMigrationGetOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationGetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationListOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationListOutput.js index dd7ed0861..00b0df38b 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationListOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationListOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationListOutput model module. * @module model/GatewayMigrationListOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationListOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationSyncOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationSyncOutput.js index 898435642..30d9522cb 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationSyncOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationSyncOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationSyncOutput model module. * @module model/GatewayMigrationSyncOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationSyncOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayMigrationUpdateOutput.js b/node_modules/akeyless/dist/model/GatewayMigrationUpdateOutput.js index 53f0b25ad..fa811202e 100644 --- a/node_modules/akeyless/dist/model/GatewayMigrationUpdateOutput.js +++ b/node_modules/akeyless/dist/model/GatewayMigrationUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayMigrationUpdateOutput model module. * @module model/GatewayMigrationUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayMigrationUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfig.js b/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfig.js index a5e712f3d..8609bc466 100644 --- a/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayPartialUpdateK8SAuthConfig model module. * @module model/GatewayPartialUpdateK8SAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayPartialUpdateK8SAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfigOutput.js index 42fe47f59..c8906a681 100644 --- a/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayPartialUpdateK8SAuthConfigOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayPartialUpdateK8SAuthConfigOutput model module. * @module model/GatewayPartialUpdateK8SAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayPartialUpdateK8SAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayRevokeTmpUsers.js b/node_modules/akeyless/dist/model/GatewayRevokeTmpUsers.js index 1bd8219ef..91c530d35 100644 --- a/node_modules/akeyless/dist/model/GatewayRevokeTmpUsers.js +++ b/node_modules/akeyless/dist/model/GatewayRevokeTmpUsers.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayRevokeTmpUsers model module. * @module model/GatewayRevokeTmpUsers - * @version 4.2.1 + * @version 4.2.2 */ var GatewayRevokeTmpUsers = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayStartProducer.js b/node_modules/akeyless/dist/model/GatewayStartProducer.js index d992f6d21..849cae662 100644 --- a/node_modules/akeyless/dist/model/GatewayStartProducer.js +++ b/node_modules/akeyless/dist/model/GatewayStartProducer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayStartProducer model module. * @module model/GatewayStartProducer - * @version 4.2.1 + * @version 4.2.2 */ var GatewayStartProducer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayStartProducerOutput.js b/node_modules/akeyless/dist/model/GatewayStartProducerOutput.js index aa25d38cd..9c7252298 100644 --- a/node_modules/akeyless/dist/model/GatewayStartProducerOutput.js +++ b/node_modules/akeyless/dist/model/GatewayStartProducerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayStartProducerOutput model module. * @module model/GatewayStartProducerOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayStartProducerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayStatusMigration.js b/node_modules/akeyless/dist/model/GatewayStatusMigration.js index 4a97f53b0..c99554824 100644 --- a/node_modules/akeyless/dist/model/GatewayStatusMigration.js +++ b/node_modules/akeyless/dist/model/GatewayStatusMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayStatusMigration model module. * @module model/GatewayStatusMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayStatusMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayStopProducer.js b/node_modules/akeyless/dist/model/GatewayStopProducer.js index 3fc895845..e178328ed 100644 --- a/node_modules/akeyless/dist/model/GatewayStopProducer.js +++ b/node_modules/akeyless/dist/model/GatewayStopProducer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayStopProducer model module. * @module model/GatewayStopProducer - * @version 4.2.1 + * @version 4.2.2 */ var GatewayStopProducer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayStopProducerOutput.js b/node_modules/akeyless/dist/model/GatewayStopProducerOutput.js index 17a3483c6..188b3b98b 100644 --- a/node_modules/akeyless/dist/model/GatewayStopProducerOutput.js +++ b/node_modules/akeyless/dist/model/GatewayStopProducerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayStopProducerOutput model module. * @module model/GatewayStopProducerOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayStopProducerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewaySyncMigration.js b/node_modules/akeyless/dist/model/GatewaySyncMigration.js index aec6b162f..eb8d36ff2 100644 --- a/node_modules/akeyless/dist/model/GatewaySyncMigration.js +++ b/node_modules/akeyless/dist/model/GatewaySyncMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewaySyncMigration model module. * @module model/GatewaySyncMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewaySyncMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateAllowedAccess.js b/node_modules/akeyless/dist/model/GatewayUpdateAllowedAccess.js index 78029a4f7..2806c1b16 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateAllowedAccess.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateAllowedAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateAllowedAccess model module. * @module model/GatewayUpdateAllowedAccess - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateAllowedAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateCache.js b/node_modules/akeyless/dist/model/GatewayUpdateCache.js index c0b829bda..2624ff17c 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateCache.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateCache.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateCache model module. * @module model/GatewayUpdateCache - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateCache = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateDefaults.js b/node_modules/akeyless/dist/model/GatewayUpdateDefaults.js index 67e3df30c..91978407a 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateDefaults.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateDefaults.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateDefaults model module. * @module model/GatewayUpdateDefaults - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateDefaults = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateItem.js b/node_modules/akeyless/dist/model/GatewayUpdateItem.js index 780160fff..074883936 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateItem.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateItem model module. * @module model/GatewayUpdateItem - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateItem = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateItemOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateItemOutput.js index ec923c218..e548c0031 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateItemOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateItemOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateItemOutput model module. * @module model/GatewayUpdateItemOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateItemOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfig.js b/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfig.js index f444ad3c5..e68c92a92 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateK8SAuthConfig model module. * @module model/GatewayUpdateK8SAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateK8SAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfigOutput.js index 4bc9a9539..ebf7a4e5a 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateK8SAuthConfigOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateK8SAuthConfigOutput model module. * @module model/GatewayUpdateK8SAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateK8SAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfig.js b/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfig.js index 951e2d2d7..5933a29dd 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfig.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLdapAuthConfig model module. * @module model/GatewayUpdateLdapAuthConfig - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLdapAuthConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfigOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfigOutput.js index 096bd7175..38231ccb9 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfigOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLdapAuthConfigOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLdapAuthConfigOutput model module. * @module model/GatewayUpdateLdapAuthConfigOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLdapAuthConfigOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAwsS3.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAwsS3.js index 02006090f..945023ffc 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAwsS3.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAwsS3.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingAwsS3 model module. * @module model/GatewayUpdateLogForwardingAwsS3 - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingAwsS3 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAzureAnalytics.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAzureAnalytics.js index 2c063bb13..7475ca441 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAzureAnalytics.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingAzureAnalytics.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingAzureAnalytics model module. * @module model/GatewayUpdateLogForwardingAzureAnalytics - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingAzureAnalytics = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingDatadog.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingDatadog.js index 9ec799b83..5963393a2 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingDatadog.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingDatadog.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingDatadog model module. * @module model/GatewayUpdateLogForwardingDatadog - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingDatadog = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingElasticsearch.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingElasticsearch.js index a4564b9a0..d25217096 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingElasticsearch.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingElasticsearch.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingElasticsearch model module. * @module model/GatewayUpdateLogForwardingElasticsearch - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingElasticsearch = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingGoogleChronicle.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingGoogleChronicle.js index 459b0d2d2..2782005c4 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingGoogleChronicle.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingGoogleChronicle.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingGoogleChronicle model module. * @module model/GatewayUpdateLogForwardingGoogleChronicle - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingGoogleChronicle = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogstash.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogstash.js index a501a10c4..23e996660 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogstash.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogstash.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingLogstash model module. * @module model/GatewayUpdateLogForwardingLogstash - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingLogstash = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogzIo.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogzIo.js index e6cb697a8..2bcfce91f 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogzIo.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingLogzIo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingLogzIo model module. * @module model/GatewayUpdateLogForwardingLogzIo - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingLogzIo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingOutput.js index 9e174be6d..acd0c7436 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingOutput model module. * @module model/GatewayUpdateLogForwardingOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSplunk.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSplunk.js index cd7db1426..7e552c16d 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSplunk.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSplunk.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingSplunk model module. * @module model/GatewayUpdateLogForwardingSplunk - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingSplunk = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingStdout.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingStdout.js index 8c8b8c18a..c2b200cbd 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingStdout.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingStdout.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingStdout model module. * @module model/GatewayUpdateLogForwardingStdout - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingStdout = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSumologic.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSumologic.js index 334e82e80..9e4901304 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSumologic.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSumologic.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingSumologic model module. * @module model/GatewayUpdateLogForwardingSumologic - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingSumologic = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSyslog.js b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSyslog.js index a33292e8c..6c16be60e 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSyslog.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateLogForwardingSyslog.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateLogForwardingSyslog model module. * @module model/GatewayUpdateLogForwardingSyslog - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateLogForwardingSyslog = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateMigration.js b/node_modules/akeyless/dist/model/GatewayUpdateMigration.js index f3833f15f..0f465e88d 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateMigration.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateMigration.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateMigration model module. * @module model/GatewayUpdateMigration - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateOutput.js index 30c8da639..3631194b0 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateOutput model module. * @module model/GatewayUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactory.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactory.js index aba209d3a..a293ce8ca 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactory.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerArtifactory model module. * @module model/GatewayUpdateProducerArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactoryOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactoryOutput.js index 326b54cd3..62f91316a 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactoryOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerArtifactoryOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerArtifactoryOutput model module. * @module model/GatewayUpdateProducerArtifactoryOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerArtifactoryOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerAws.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerAws.js index 1d7054c72..5982704b8 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerAws.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerAws model module. * @module model/GatewayUpdateProducerAws - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerAwsOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerAwsOutput.js index 9913348ec..b4e75ebee 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerAwsOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerAwsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerAwsOutput model module. * @module model/GatewayUpdateProducerAwsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerAwsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerAzure.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerAzure.js index 6631c9322..e0870a2cf 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerAzure.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerAzure model module. * @module model/GatewayUpdateProducerAzure - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerAzureOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerAzureOutput.js index dfaea0a33..7aa1e3f3f 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerAzureOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerAzureOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerAzureOutput model module. * @module model/GatewayUpdateProducerAzureOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerAzureOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandra.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandra.js index a6b8180ad..7feb4f2ca 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandra.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerCassandra model module. * @module model/GatewayUpdateProducerCassandra - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandraOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandraOutput.js index 5afd327fe..b1049e944 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandraOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerCassandraOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerCassandraOutput model module. * @module model/GatewayUpdateProducerCassandraOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerCassandraOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerChef.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerChef.js index 85768eabf..05714cbfc 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerChef.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerChef.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerChef model module. * @module model/GatewayUpdateProducerChef - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerChef = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerChefOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerChefOutput.js index fe6bb3b14..357c96b70 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerChefOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerChefOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerChefOutput model module. * @module model/GatewayUpdateProducerChefOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerChefOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerCustom.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerCustom.js index 78bd6ae25..42fde1ad8 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerCustom.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerCustom model module. * @module model/GatewayUpdateProducerCustom - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerCustomOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerCustomOutput.js index b13d5b768..a8f125a26 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerCustomOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerCustomOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerCustomOutput model module. * @module model/GatewayUpdateProducerCustomOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerCustomOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhub.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhub.js index 2fbd611c2..db89cf07f 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhub.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerDockerhub model module. * @module model/GatewayUpdateProducerDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhubOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhubOutput.js index 63c3802ac..3015c3660 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhubOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerDockerhubOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerDockerhubOutput model module. * @module model/GatewayUpdateProducerDockerhubOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerDockerhubOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerEks.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerEks.js index 1978e57de..8c64b079d 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerEks.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerEks model module. * @module model/GatewayUpdateProducerEks - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerEksOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerEksOutput.js index f8bb458d4..bd08d22f3 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerEksOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerEksOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerEksOutput model module. * @module model/GatewayUpdateProducerEksOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerEksOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGcp.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGcp.js index 9858df287..fa0c8b4af 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGcp.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGcp model module. * @module model/GatewayUpdateProducerGcp - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGcpOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGcpOutput.js index 84a745633..8295a4cb5 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGcpOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGcpOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGcpOutput model module. * @module model/GatewayUpdateProducerGcpOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGcpOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGithub.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGithub.js index 4679ed430..bc362b437 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGithub.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGithub model module. * @module model/GatewayUpdateProducerGithub - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGithubOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGithubOutput.js index 2563ee819..e0ea4ce99 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGithubOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGithubOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGithubOutput model module. * @module model/GatewayUpdateProducerGithubOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGithubOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGke.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGke.js index 8bb63198c..0408f99c7 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGke.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGke model module. * @module model/GatewayUpdateProducerGke - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerGkeOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerGkeOutput.js index 39bc7ddc0..3933e4854 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerGkeOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerGkeOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerGkeOutput model module. * @module model/GatewayUpdateProducerGkeOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerGkeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDb.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDb.js index 46cc864c8..fc52c9021 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDb.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerHanaDb model module. * @module model/GatewayUpdateProducerHanaDb - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerHanaDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDbOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDbOutput.js index ec4a96a0b..8076da16a 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDbOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerHanaDbOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerHanaDbOutput model module. * @module model/GatewayUpdateProducerHanaDbOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerHanaDbOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerLdap.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerLdap.js index 24ae3aa26..51d3bda50 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerLdap.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerLdap model module. * @module model/GatewayUpdateProducerLdap - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerLdapOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerLdapOutput.js index 9e291f70e..e9a31d67d 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerLdapOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerLdapOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerLdapOutput model module. * @module model/GatewayUpdateProducerLdapOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerLdapOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQL.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQL.js index c8dfd2454..f6aacecc7 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQL.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMSSQL model module. * @module model/GatewayUpdateProducerMSSQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMSSQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQLOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQLOutput.js index 7a22eed7b..801fed427 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMSSQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMSSQLOutput model module. * @module model/GatewayUpdateProducerMSSQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMSSQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMongo.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMongo.js index c7ee15f7f..82af4a2d3 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMongo.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMongo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMongo model module. * @module model/GatewayUpdateProducerMongo - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMongo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMongoOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMongoOutput.js index 3cf375c74..fa2c9d9bf 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMongoOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMongoOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMongoOutput model module. * @module model/GatewayUpdateProducerMongoOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMongoOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQL.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQL.js index 5fad636d5..837a3af55 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQL.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMySQL model module. * @module model/GatewayUpdateProducerMySQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMySQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQLOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQLOutput.js index 1e8895af2..be82ba66e 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerMySQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerMySQLOutput model module. * @module model/GatewayUpdateProducerMySQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerMySQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8S.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8S.js index a8c082185..8907c9790 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8S.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8S.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerNativeK8S model module. * @module model/GatewayUpdateProducerNativeK8S - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerNativeK8S = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8SOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8SOutput.js index 42d87f914..1412d6db8 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8SOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerNativeK8SOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerNativeK8SOutput model module. * @module model/GatewayUpdateProducerNativeK8SOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerNativeK8SOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDb.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDb.js index 3cf6386e6..795a2ca94 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDb.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerOracleDb model module. * @module model/GatewayUpdateProducerOracleDb - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerOracleDb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDbOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDbOutput.js index 9d32d4694..d88297beb 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDbOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerOracleDbOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerOracleDbOutput model module. * @module model/GatewayUpdateProducerOracleDbOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerOracleDbOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerPing.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerPing.js index 4a3816d56..606cf62b9 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerPing.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerPing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerPing model module. * @module model/GatewayUpdateProducerPing - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerPing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerPingOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerPingOutput.js index 27d4b3342..0bb6e396d 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerPingOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerPingOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerPingOutput model module. * @module model/GatewayUpdateProducerPingOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerPingOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQL.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQL.js index b4f819a8b..d7483fe81 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQL.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerPostgreSQL model module. * @module model/GatewayUpdateProducerPostgreSQL - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerPostgreSQL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQLOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQLOutput.js index 0bb1da3cb..c2e4e1a4f 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQLOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerPostgreSQLOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerPostgreSQLOutput model module. * @module model/GatewayUpdateProducerPostgreSQLOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerPostgreSQLOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQ.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQ.js index 3fce97edd..f4f468422 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQ.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQ.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRabbitMQ model module. * @module model/GatewayUpdateProducerRabbitMQ - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRabbitMQ = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQOutput.js index 9be43c01c..210acf08c 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRabbitMQOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRabbitMQOutput model module. * @module model/GatewayUpdateProducerRabbitMQOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRabbitMQOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRdp.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRdp.js index 3ffc6b50c..1d3a38389 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRdp.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRdp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRdp model module. * @module model/GatewayUpdateProducerRdp - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRdp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRdpOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRdpOutput.js index c72b0290d..86faed1b5 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRdpOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRdpOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRdpOutput model module. * @module model/GatewayUpdateProducerRdpOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRdpOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedis.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedis.js index f61f303cb..46c7c58cb 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedis.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRedis model module. * @module model/GatewayUpdateProducerRedis - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedisOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedisOutput.js index d457ac87c..85d28e903 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedisOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedisOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRedisOutput model module. * @module model/GatewayUpdateProducerRedisOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRedisOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshift.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshift.js index e509b847f..f9362c76e 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshift.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRedshift model module. * @module model/GatewayUpdateProducerRedshift - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshiftOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshiftOutput.js index f4e5640f4..db0243aa2 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshiftOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerRedshiftOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerRedshiftOutput model module. * @module model/GatewayUpdateProducerRedshiftOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerRedshiftOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflake.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflake.js index abe630d22..dd2260a38 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflake.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerSnowflake model module. * @module model/GatewayUpdateProducerSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflakeOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflakeOutput.js index c070f048c..860706635 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflakeOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerSnowflakeOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerSnowflakeOutput model module. * @module model/GatewayUpdateProducerSnowflakeOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerSnowflakeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafi.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafi.js index 52f760dc6..a3ae75480 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafi.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafi.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerVenafi model module. * @module model/GatewayUpdateProducerVenafi - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerVenafi = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafiOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafiOutput.js index c282f6a06..57ae3c610 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafiOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateProducerVenafiOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateProducerVenafiOutput model module. * @module model/GatewayUpdateProducerVenafiOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateProducerVenafiOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateTlsCert.js b/node_modules/akeyless/dist/model/GatewayUpdateTlsCert.js index 82642d284..a4535237c 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateTlsCert.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateTlsCert.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateTlsCert model module. * @module model/GatewayUpdateTlsCert - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateTlsCert = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateTlsCertOutput.js b/node_modules/akeyless/dist/model/GatewayUpdateTlsCertOutput.js index c1010d32c..0f9ae87e6 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateTlsCertOutput.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateTlsCertOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateTlsCertOutput model module. * @module model/GatewayUpdateTlsCertOutput - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateTlsCertOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewayUpdateTmpUsers.js b/node_modules/akeyless/dist/model/GatewayUpdateTmpUsers.js index 3b9e9e0a8..e8fe078b7 100644 --- a/node_modules/akeyless/dist/model/GatewayUpdateTmpUsers.js +++ b/node_modules/akeyless/dist/model/GatewayUpdateTmpUsers.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewayUpdateTmpUsers model module. * @module model/GatewayUpdateTmpUsers - * @version 4.2.1 + * @version 4.2.2 */ var GatewayUpdateTmpUsers = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GatewaysListResponse.js b/node_modules/akeyless/dist/model/GatewaysListResponse.js index 4daca4c8c..ab9ac93d0 100644 --- a/node_modules/akeyless/dist/model/GatewaysListResponse.js +++ b/node_modules/akeyless/dist/model/GatewaysListResponse.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GatewaysListResponse model module. * @module model/GatewaysListResponse - * @version 4.2.1 + * @version 4.2.2 */ var GatewaysListResponse = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GcpTargetDetails.js b/node_modules/akeyless/dist/model/GcpTargetDetails.js index fa3614362..410de791a 100644 --- a/node_modules/akeyless/dist/model/GcpTargetDetails.js +++ b/node_modules/akeyless/dist/model/GcpTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GcpTargetDetails model module. * @module model/GcpTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GcpTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GenCustomerFragment.js b/node_modules/akeyless/dist/model/GenCustomerFragment.js index dd9f364d3..3256f20bb 100644 --- a/node_modules/akeyless/dist/model/GenCustomerFragment.js +++ b/node_modules/akeyless/dist/model/GenCustomerFragment.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GenCustomerFragment model module. * @module model/GenCustomerFragment - * @version 4.2.1 + * @version 4.2.2 */ var GenCustomerFragment = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GeneralConfigPart.js b/node_modules/akeyless/dist/model/GeneralConfigPart.js index 3932fa369..363c937ff 100644 --- a/node_modules/akeyless/dist/model/GeneralConfigPart.js +++ b/node_modules/akeyless/dist/model/GeneralConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GeneralConfigPart model module. * @module model/GeneralConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var GeneralConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GenerateCsr.js b/node_modules/akeyless/dist/model/GenerateCsr.js index 336a28497..a9837935f 100644 --- a/node_modules/akeyless/dist/model/GenerateCsr.js +++ b/node_modules/akeyless/dist/model/GenerateCsr.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GenerateCsr model module. * @module model/GenerateCsr - * @version 4.2.1 + * @version 4.2.2 */ var GenerateCsr = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GenerateCsrOutput.js b/node_modules/akeyless/dist/model/GenerateCsrOutput.js index 1eaa82801..322d86204 100644 --- a/node_modules/akeyless/dist/model/GenerateCsrOutput.js +++ b/node_modules/akeyless/dist/model/GenerateCsrOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GenerateCsrOutput model module. * @module model/GenerateCsrOutput - * @version 4.2.1 + * @version 4.2.2 */ var GenerateCsrOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetAccountSettings.js b/node_modules/akeyless/dist/model/GetAccountSettings.js index 6aedc9aa8..621b35e79 100644 --- a/node_modules/akeyless/dist/model/GetAccountSettings.js +++ b/node_modules/akeyless/dist/model/GetAccountSettings.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetAccountSettings model module. * @module model/GetAccountSettings - * @version 4.2.1 + * @version 4.2.2 */ var GetAccountSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetAccountSettingsCommandOutput.js b/node_modules/akeyless/dist/model/GetAccountSettingsCommandOutput.js index 1f3a30e77..b0506240c 100644 --- a/node_modules/akeyless/dist/model/GetAccountSettingsCommandOutput.js +++ b/node_modules/akeyless/dist/model/GetAccountSettingsCommandOutput.js @@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetAccountSettingsCommandOutput model module. * @module model/GetAccountSettingsCommandOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetAccountSettingsCommandOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetAnalyticsData.js b/node_modules/akeyless/dist/model/GetAnalyticsData.js index 8b760e5c2..e66334e0c 100644 --- a/node_modules/akeyless/dist/model/GetAnalyticsData.js +++ b/node_modules/akeyless/dist/model/GetAnalyticsData.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetAnalyticsData model module. * @module model/GetAnalyticsData - * @version 4.2.1 + * @version 4.2.2 */ var GetAnalyticsData = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetAuthMethod.js b/node_modules/akeyless/dist/model/GetAuthMethod.js index 076acedf0..a40298e73 100644 --- a/node_modules/akeyless/dist/model/GetAuthMethod.js +++ b/node_modules/akeyless/dist/model/GetAuthMethod.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetAuthMethod model module. * @module model/GetAuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var GetAuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetCertificateValue.js b/node_modules/akeyless/dist/model/GetCertificateValue.js index baa63dec1..cdd2df365 100644 --- a/node_modules/akeyless/dist/model/GetCertificateValue.js +++ b/node_modules/akeyless/dist/model/GetCertificateValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetCertificateValue model module. * @module model/GetCertificateValue - * @version 4.2.1 + * @version 4.2.2 */ var GetCertificateValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetCertificateValueOutput.js b/node_modules/akeyless/dist/model/GetCertificateValueOutput.js index f3df85928..4a649f756 100644 --- a/node_modules/akeyless/dist/model/GetCertificateValueOutput.js +++ b/node_modules/akeyless/dist/model/GetCertificateValueOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetCertificateValueOutput model module. * @module model/GetCertificateValueOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetCertificateValueOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetDynamicSecretValue.js b/node_modules/akeyless/dist/model/GetDynamicSecretValue.js index 9aa8895b6..70d41a2f6 100644 --- a/node_modules/akeyless/dist/model/GetDynamicSecretValue.js +++ b/node_modules/akeyless/dist/model/GetDynamicSecretValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetDynamicSecretValue model module. * @module model/GetDynamicSecretValue - * @version 4.2.1 + * @version 4.2.2 */ var GetDynamicSecretValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetEventForwarder.js b/node_modules/akeyless/dist/model/GetEventForwarder.js index 387728e14..aaf860373 100644 --- a/node_modules/akeyless/dist/model/GetEventForwarder.js +++ b/node_modules/akeyless/dist/model/GetEventForwarder.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetEventForwarder model module. * @module model/GetEventForwarder - * @version 4.2.1 + * @version 4.2.2 */ var GetEventForwarder = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetEventForwarderOutput.js b/node_modules/akeyless/dist/model/GetEventForwarderOutput.js index 032172863..60bacd43e 100644 --- a/node_modules/akeyless/dist/model/GetEventForwarderOutput.js +++ b/node_modules/akeyless/dist/model/GetEventForwarderOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetEventForwarderOutput model module. * @module model/GetEventForwarderOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetEventForwarderOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetGroup.js b/node_modules/akeyless/dist/model/GetGroup.js index 1cd947325..b66f8233e 100644 --- a/node_modules/akeyless/dist/model/GetGroup.js +++ b/node_modules/akeyless/dist/model/GetGroup.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetGroup model module. * @module model/GetGroup - * @version 4.2.1 + * @version 4.2.2 */ var GetGroup = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetGroupOutput.js b/node_modules/akeyless/dist/model/GetGroupOutput.js index 10a8f1f59..2cd466999 100644 --- a/node_modules/akeyless/dist/model/GetGroupOutput.js +++ b/node_modules/akeyless/dist/model/GetGroupOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetGroupOutput model module. * @module model/GetGroupOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetGroupOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetKubeExecCreds.js b/node_modules/akeyless/dist/model/GetKubeExecCreds.js index 46216e886..1127e1b32 100644 --- a/node_modules/akeyless/dist/model/GetKubeExecCreds.js +++ b/node_modules/akeyless/dist/model/GetKubeExecCreds.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetKubeExecCreds model module. * @module model/GetKubeExecCreds - * @version 4.2.1 + * @version 4.2.2 */ var GetKubeExecCreds = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetKubeExecCredsOutput.js b/node_modules/akeyless/dist/model/GetKubeExecCredsOutput.js index 2f605d8da..f8fb7ca7e 100644 --- a/node_modules/akeyless/dist/model/GetKubeExecCredsOutput.js +++ b/node_modules/akeyless/dist/model/GetKubeExecCredsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetKubeExecCredsOutput model module. * @module model/GetKubeExecCredsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetKubeExecCredsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetLastUserEventStatus.js b/node_modules/akeyless/dist/model/GetLastUserEventStatus.js index 190e5a8a1..b1d23bcb6 100644 --- a/node_modules/akeyless/dist/model/GetLastUserEventStatus.js +++ b/node_modules/akeyless/dist/model/GetLastUserEventStatus.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetLastUserEventStatus model module. * @module model/GetLastUserEventStatus - * @version 4.2.1 + * @version 4.2.2 */ var GetLastUserEventStatus = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetPKICertificate.js b/node_modules/akeyless/dist/model/GetPKICertificate.js index fcf132af8..c92db123e 100644 --- a/node_modules/akeyless/dist/model/GetPKICertificate.js +++ b/node_modules/akeyless/dist/model/GetPKICertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetPKICertificate model module. * @module model/GetPKICertificate - * @version 4.2.1 + * @version 4.2.2 */ var GetPKICertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetPKICertificateOutput.js b/node_modules/akeyless/dist/model/GetPKICertificateOutput.js index 2f8901409..c49b1df30 100644 --- a/node_modules/akeyless/dist/model/GetPKICertificateOutput.js +++ b/node_modules/akeyless/dist/model/GetPKICertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetPKICertificateOutput model module. * @module model/GetPKICertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetPKICertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetProducersListReplyObj.js b/node_modules/akeyless/dist/model/GetProducersListReplyObj.js index fdd5f5cf0..b5677b115 100644 --- a/node_modules/akeyless/dist/model/GetProducersListReplyObj.js +++ b/node_modules/akeyless/dist/model/GetProducersListReplyObj.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetProducersListReplyObj model module. * @module model/GetProducersListReplyObj - * @version 4.2.1 + * @version 4.2.2 */ var GetProducersListReplyObj = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetRSAPublic.js b/node_modules/akeyless/dist/model/GetRSAPublic.js index 82ed87a39..08f37a066 100644 --- a/node_modules/akeyless/dist/model/GetRSAPublic.js +++ b/node_modules/akeyless/dist/model/GetRSAPublic.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetRSAPublic model module. * @module model/GetRSAPublic - * @version 4.2.1 + * @version 4.2.2 */ var GetRSAPublic = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetRSAPublicOutput.js b/node_modules/akeyless/dist/model/GetRSAPublicOutput.js index 37d6b93a7..b0d103b63 100644 --- a/node_modules/akeyless/dist/model/GetRSAPublicOutput.js +++ b/node_modules/akeyless/dist/model/GetRSAPublicOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetRSAPublicOutput model module. * @module model/GetRSAPublicOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetRSAPublicOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetRole.js b/node_modules/akeyless/dist/model/GetRole.js index b3f2adf89..1fa70edf8 100644 --- a/node_modules/akeyless/dist/model/GetRole.js +++ b/node_modules/akeyless/dist/model/GetRole.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetRole model module. * @module model/GetRole - * @version 4.2.1 + * @version 4.2.2 */ var GetRole = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetRotatedSecretValue.js b/node_modules/akeyless/dist/model/GetRotatedSecretValue.js index 0b5079a81..962755ce8 100644 --- a/node_modules/akeyless/dist/model/GetRotatedSecretValue.js +++ b/node_modules/akeyless/dist/model/GetRotatedSecretValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetRotatedSecretValue model module. * @module model/GetRotatedSecretValue - * @version 4.2.1 + * @version 4.2.2 */ var GetRotatedSecretValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetSSHCertificate.js b/node_modules/akeyless/dist/model/GetSSHCertificate.js index f65a17779..9ce2400cd 100644 --- a/node_modules/akeyless/dist/model/GetSSHCertificate.js +++ b/node_modules/akeyless/dist/model/GetSSHCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetSSHCertificate model module. * @module model/GetSSHCertificate - * @version 4.2.1 + * @version 4.2.2 */ var GetSSHCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetSSHCertificateOutput.js b/node_modules/akeyless/dist/model/GetSSHCertificateOutput.js index 116192705..8476cee2a 100644 --- a/node_modules/akeyless/dist/model/GetSSHCertificateOutput.js +++ b/node_modules/akeyless/dist/model/GetSSHCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetSSHCertificateOutput model module. * @module model/GetSSHCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetSSHCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetSecretValue.js b/node_modules/akeyless/dist/model/GetSecretValue.js index aec8e3159..48cf1ec83 100644 --- a/node_modules/akeyless/dist/model/GetSecretValue.js +++ b/node_modules/akeyless/dist/model/GetSecretValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetSecretValue model module. * @module model/GetSecretValue - * @version 4.2.1 + * @version 4.2.2 */ var GetSecretValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetTags.js b/node_modules/akeyless/dist/model/GetTags.js index c3b2862d1..8e895987d 100644 --- a/node_modules/akeyless/dist/model/GetTags.js +++ b/node_modules/akeyless/dist/model/GetTags.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetTags model module. * @module model/GetTags - * @version 4.2.1 + * @version 4.2.2 */ var GetTags = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetTarget.js b/node_modules/akeyless/dist/model/GetTarget.js index 306543fad..5cbbba65f 100644 --- a/node_modules/akeyless/dist/model/GetTarget.js +++ b/node_modules/akeyless/dist/model/GetTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetTarget model module. * @module model/GetTarget - * @version 4.2.1 + * @version 4.2.2 */ var GetTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetTargetDetails.js b/node_modules/akeyless/dist/model/GetTargetDetails.js index 5105afb3a..02788d245 100644 --- a/node_modules/akeyless/dist/model/GetTargetDetails.js +++ b/node_modules/akeyless/dist/model/GetTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetTargetDetails model module. * @module model/GetTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GetTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetTargetDetailsOutput.js b/node_modules/akeyless/dist/model/GetTargetDetailsOutput.js index b1fd1b0ca..6e73e1f27 100644 --- a/node_modules/akeyless/dist/model/GetTargetDetailsOutput.js +++ b/node_modules/akeyless/dist/model/GetTargetDetailsOutput.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetTargetDetailsOutput model module. * @module model/GetTargetDetailsOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetTargetDetailsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GetUserEventStatusOutput.js b/node_modules/akeyless/dist/model/GetUserEventStatusOutput.js index dcfd72612..12035f463 100644 --- a/node_modules/akeyless/dist/model/GetUserEventStatusOutput.js +++ b/node_modules/akeyless/dist/model/GetUserEventStatusOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GetUserEventStatusOutput model module. * @module model/GetUserEventStatusOutput - * @version 4.2.1 + * @version 4.2.2 */ var GetUserEventStatusOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GithubTargetDetails.js b/node_modules/akeyless/dist/model/GithubTargetDetails.js index 0cdb781b9..be8963d79 100644 --- a/node_modules/akeyless/dist/model/GithubTargetDetails.js +++ b/node_modules/akeyless/dist/model/GithubTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GithubTargetDetails model module. * @module model/GithubTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GithubTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GitlabTargetDetails.js b/node_modules/akeyless/dist/model/GitlabTargetDetails.js index 53fee6e6c..ca3632bfd 100644 --- a/node_modules/akeyless/dist/model/GitlabTargetDetails.js +++ b/node_modules/akeyless/dist/model/GitlabTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GitlabTargetDetails model module. * @module model/GitlabTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GitlabTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GlobalSignAtlasTargetDetails.js b/node_modules/akeyless/dist/model/GlobalSignAtlasTargetDetails.js index f696fc120..7bb5cf71d 100644 --- a/node_modules/akeyless/dist/model/GlobalSignAtlasTargetDetails.js +++ b/node_modules/akeyless/dist/model/GlobalSignAtlasTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GlobalSignAtlasTargetDetails model module. * @module model/GlobalSignAtlasTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GlobalSignAtlasTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GlobalSignGCCTargetDetails.js b/node_modules/akeyless/dist/model/GlobalSignGCCTargetDetails.js index 075496735..8e936c71f 100644 --- a/node_modules/akeyless/dist/model/GlobalSignGCCTargetDetails.js +++ b/node_modules/akeyless/dist/model/GlobalSignGCCTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GlobalSignGCCTargetDetails model module. * @module model/GlobalSignGCCTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GlobalSignGCCTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GodaddyTargetDetails.js b/node_modules/akeyless/dist/model/GodaddyTargetDetails.js index f857ba742..f18cd1be9 100644 --- a/node_modules/akeyless/dist/model/GodaddyTargetDetails.js +++ b/node_modules/akeyless/dist/model/GodaddyTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GodaddyTargetDetails model module. * @module model/GodaddyTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var GodaddyTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GoogleChronicleForwardingConfig.js b/node_modules/akeyless/dist/model/GoogleChronicleForwardingConfig.js index 187e261fc..c8fff2c98 100644 --- a/node_modules/akeyless/dist/model/GoogleChronicleForwardingConfig.js +++ b/node_modules/akeyless/dist/model/GoogleChronicleForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GoogleChronicleForwardingConfig model module. * @module model/GoogleChronicleForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var GoogleChronicleForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Group.js b/node_modules/akeyless/dist/model/Group.js index b79414ddd..b5c313426 100644 --- a/node_modules/akeyless/dist/model/Group.js +++ b/node_modules/akeyless/dist/model/Group.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Group model module. * @module model/Group - * @version 4.2.1 + * @version 4.2.2 */ var Group = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/GwClusterIdentity.js b/node_modules/akeyless/dist/model/GwClusterIdentity.js index 777126cd3..ee6a8ba24 100644 --- a/node_modules/akeyless/dist/model/GwClusterIdentity.js +++ b/node_modules/akeyless/dist/model/GwClusterIdentity.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The GwClusterIdentity model module. * @module model/GwClusterIdentity - * @version 4.2.1 + * @version 4.2.2 */ var GwClusterIdentity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/HashiMigration.js b/node_modules/akeyless/dist/model/HashiMigration.js index aa4e56386..983910055 100644 --- a/node_modules/akeyless/dist/model/HashiMigration.js +++ b/node_modules/akeyless/dist/model/HashiMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The HashiMigration model module. * @module model/HashiMigration - * @version 4.2.1 + * @version 4.2.2 */ var HashiMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/HashiPayload.js b/node_modules/akeyless/dist/model/HashiPayload.js index c0ac070ad..db919a337 100644 --- a/node_modules/akeyless/dist/model/HashiPayload.js +++ b/node_modules/akeyless/dist/model/HashiPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The HashiPayload model module. * @module model/HashiPayload - * @version 4.2.1 + * @version 4.2.2 */ var HashiPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/HashiVaultTargetDetails.js b/node_modules/akeyless/dist/model/HashiVaultTargetDetails.js index 9e22bdd2d..bef95799a 100644 --- a/node_modules/akeyless/dist/model/HashiVaultTargetDetails.js +++ b/node_modules/akeyless/dist/model/HashiVaultTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The HashiVaultTargetDetails model module. * @module model/HashiVaultTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var HashiVaultTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Hmac.js b/node_modules/akeyless/dist/model/Hmac.js index de95b3cf3..a22afcf5f 100644 --- a/node_modules/akeyless/dist/model/Hmac.js +++ b/node_modules/akeyless/dist/model/Hmac.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Hmac model module. * @module model/Hmac - * @version 4.2.1 + * @version 4.2.2 */ var Hmac = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/HmacOutput.js b/node_modules/akeyless/dist/model/HmacOutput.js index 5d16c83ec..6e22e0e0d 100644 --- a/node_modules/akeyless/dist/model/HmacOutput.js +++ b/node_modules/akeyless/dist/model/HmacOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The HmacOutput model module. * @module model/HmacOutput - * @version 4.2.1 + * @version 4.2.2 */ var HmacOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/HuaweiAccessRules.js b/node_modules/akeyless/dist/model/HuaweiAccessRules.js index 3b1b0bb74..8925621d6 100644 --- a/node_modules/akeyless/dist/model/HuaweiAccessRules.js +++ b/node_modules/akeyless/dist/model/HuaweiAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The HuaweiAccessRules model module. * @module model/HuaweiAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var HuaweiAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ImportPasswords.js b/node_modules/akeyless/dist/model/ImportPasswords.js index ca3005d56..286bb7f2e 100644 --- a/node_modules/akeyless/dist/model/ImportPasswords.js +++ b/node_modules/akeyless/dist/model/ImportPasswords.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ImportPasswords model module. * @module model/ImportPasswords - * @version 4.2.1 + * @version 4.2.2 */ var ImportPasswords = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ImportPasswordsOutput.js b/node_modules/akeyless/dist/model/ImportPasswordsOutput.js index f19b64845..bc666d0d4 100644 --- a/node_modules/akeyless/dist/model/ImportPasswordsOutput.js +++ b/node_modules/akeyless/dist/model/ImportPasswordsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ImportPasswordsOutput model module. * @module model/ImportPasswordsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ImportPasswordsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ImporterInfo.js b/node_modules/akeyless/dist/model/ImporterInfo.js index 50b6160bc..c197a8233 100644 --- a/node_modules/akeyless/dist/model/ImporterInfo.js +++ b/node_modules/akeyless/dist/model/ImporterInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ImporterInfo model module. * @module model/ImporterInfo - * @version 4.2.1 + * @version 4.2.2 */ var ImporterInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Item.js b/node_modules/akeyless/dist/model/Item.js index 5b9247293..cb054d92c 100644 --- a/node_modules/akeyless/dist/model/Item.js +++ b/node_modules/akeyless/dist/model/Item.js @@ -36,7 +36,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Item model module. * @module model/Item - * @version 4.2.1 + * @version 4.2.2 */ var Item = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ItemGeneralInfo.js b/node_modules/akeyless/dist/model/ItemGeneralInfo.js index 6f3ff2249..95143ca36 100644 --- a/node_modules/akeyless/dist/model/ItemGeneralInfo.js +++ b/node_modules/akeyless/dist/model/ItemGeneralInfo.js @@ -42,7 +42,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ItemGeneralInfo model module. * @module model/ItemGeneralInfo - * @version 4.2.1 + * @version 4.2.2 */ var ItemGeneralInfo = /*#__PURE__*/function () { /** @@ -86,6 +86,10 @@ var ItemGeneralInfo = /*#__PURE__*/function () { obj['certificate_chain_info'] = _CertificateChainInfo["default"].constructFromObject(data['certificate_chain_info']); } + if (data.hasOwnProperty('certificate_format')) { + obj['certificate_format'] = _ApiClient["default"].convertToType(data['certificate_format'], 'String'); + } + if (data.hasOwnProperty('certificates_template_info')) { obj['certificates_template_info'] = _CertificateTemplateInfo["default"].constructFromObject(data['certificates_template_info']); } @@ -152,6 +156,11 @@ ItemGeneralInfo.prototype['cert_issue_details'] = undefined; */ ItemGeneralInfo.prototype['certificate_chain_info'] = undefined; +/** + * @member {String} certificate_format + */ + +ItemGeneralInfo.prototype['certificate_format'] = undefined; /** * @member {module:model/CertificateTemplateInfo} certificates_template_info */ diff --git a/node_modules/akeyless/dist/model/ItemSraStatus.js b/node_modules/akeyless/dist/model/ItemSraStatus.js index 6291cc533..bd1730df8 100644 --- a/node_modules/akeyless/dist/model/ItemSraStatus.js +++ b/node_modules/akeyless/dist/model/ItemSraStatus.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ItemSraStatus model module. * @module model/ItemSraStatus - * @version 4.2.1 + * @version 4.2.2 */ var ItemSraStatus = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ItemTargetAssociation.js b/node_modules/akeyless/dist/model/ItemTargetAssociation.js index e69098492..499b35e84 100644 --- a/node_modules/akeyless/dist/model/ItemTargetAssociation.js +++ b/node_modules/akeyless/dist/model/ItemTargetAssociation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ItemTargetAssociation model module. * @module model/ItemTargetAssociation - * @version 4.2.1 + * @version 4.2.2 */ var ItemTargetAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ItemVersion.js b/node_modules/akeyless/dist/model/ItemVersion.js index 61cd0ce64..c771fb268 100644 --- a/node_modules/akeyless/dist/model/ItemVersion.js +++ b/node_modules/akeyless/dist/model/ItemVersion.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ItemVersion model module. * @module model/ItemVersion - * @version 4.2.1 + * @version 4.2.2 */ var ItemVersion = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/JSONError.js b/node_modules/akeyless/dist/model/JSONError.js index a7fd85cc3..1f11fa79b 100644 --- a/node_modules/akeyless/dist/model/JSONError.js +++ b/node_modules/akeyless/dist/model/JSONError.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The JSONError model module. * @module model/JSONError - * @version 4.2.1 + * @version 4.2.2 */ var JSONError = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/K8SAuth.js b/node_modules/akeyless/dist/model/K8SAuth.js index 22e9edd56..889dde8ab 100644 --- a/node_modules/akeyless/dist/model/K8SAuth.js +++ b/node_modules/akeyless/dist/model/K8SAuth.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The K8SAuth model module. * @module model/K8SAuth - * @version 4.2.1 + * @version 4.2.2 */ var K8SAuth = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/K8SAuthsConfigLastChange.js b/node_modules/akeyless/dist/model/K8SAuthsConfigLastChange.js index 0aa005f02..a42d6f57c 100644 --- a/node_modules/akeyless/dist/model/K8SAuthsConfigLastChange.js +++ b/node_modules/akeyless/dist/model/K8SAuthsConfigLastChange.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The K8SAuthsConfigLastChange model module. * @module model/K8SAuthsConfigLastChange - * @version 4.2.1 + * @version 4.2.2 */ var K8SAuthsConfigLastChange = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/K8SAuthsConfigPart.js b/node_modules/akeyless/dist/model/K8SAuthsConfigPart.js index 3ec9efe38..264483eeb 100644 --- a/node_modules/akeyless/dist/model/K8SAuthsConfigPart.js +++ b/node_modules/akeyless/dist/model/K8SAuthsConfigPart.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The K8SAuthsConfigPart model module. * @module model/K8SAuthsConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var K8SAuthsConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/K8SMigration.js b/node_modules/akeyless/dist/model/K8SMigration.js index 802a93f79..2917da4de 100644 --- a/node_modules/akeyless/dist/model/K8SMigration.js +++ b/node_modules/akeyless/dist/model/K8SMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The K8SMigration model module. * @module model/K8SMigration - * @version 4.2.1 + * @version 4.2.2 */ var K8SMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/K8SPayload.js b/node_modules/akeyless/dist/model/K8SPayload.js index e3a3cc890..67ac9920a 100644 --- a/node_modules/akeyless/dist/model/K8SPayload.js +++ b/node_modules/akeyless/dist/model/K8SPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The K8SPayload model module. * @module model/K8SPayload - * @version 4.2.1 + * @version 4.2.2 */ var K8SPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPClient.js b/node_modules/akeyless/dist/model/KMIPClient.js index 87cbee0dd..0b6787d8e 100644 --- a/node_modules/akeyless/dist/model/KMIPClient.js +++ b/node_modules/akeyless/dist/model/KMIPClient.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPClient model module. * @module model/KMIPClient - * @version 4.2.1 + * @version 4.2.2 */ var KMIPClient = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPClientGetResponse.js b/node_modules/akeyless/dist/model/KMIPClientGetResponse.js index 1185e91ee..3f413b129 100644 --- a/node_modules/akeyless/dist/model/KMIPClientGetResponse.js +++ b/node_modules/akeyless/dist/model/KMIPClientGetResponse.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPClientGetResponse model module. * @module model/KMIPClientGetResponse - * @version 4.2.1 + * @version 4.2.2 */ var KMIPClientGetResponse = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPClientListResponse.js b/node_modules/akeyless/dist/model/KMIPClientListResponse.js index dd74e303b..2a98ac775 100644 --- a/node_modules/akeyless/dist/model/KMIPClientListResponse.js +++ b/node_modules/akeyless/dist/model/KMIPClientListResponse.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPClientListResponse model module. * @module model/KMIPClientListResponse - * @version 4.2.1 + * @version 4.2.2 */ var KMIPClientListResponse = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPClientUpdateResponse.js b/node_modules/akeyless/dist/model/KMIPClientUpdateResponse.js index a9016d3e7..37df0c8f3 100644 --- a/node_modules/akeyless/dist/model/KMIPClientUpdateResponse.js +++ b/node_modules/akeyless/dist/model/KMIPClientUpdateResponse.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPClientUpdateResponse model module. * @module model/KMIPClientUpdateResponse - * @version 4.2.1 + * @version 4.2.2 */ var KMIPClientUpdateResponse = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPConfigPart.js b/node_modules/akeyless/dist/model/KMIPConfigPart.js index f432981c5..cd5489224 100644 --- a/node_modules/akeyless/dist/model/KMIPConfigPart.js +++ b/node_modules/akeyless/dist/model/KMIPConfigPart.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPConfigPart model module. * @module model/KMIPConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var KMIPConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPEnvironmentCreateResponse.js b/node_modules/akeyless/dist/model/KMIPEnvironmentCreateResponse.js index 38fbe5309..b703ba6bc 100644 --- a/node_modules/akeyless/dist/model/KMIPEnvironmentCreateResponse.js +++ b/node_modules/akeyless/dist/model/KMIPEnvironmentCreateResponse.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPEnvironmentCreateResponse model module. * @module model/KMIPEnvironmentCreateResponse - * @version 4.2.1 + * @version 4.2.2 */ var KMIPEnvironmentCreateResponse = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KMIPServer.js b/node_modules/akeyless/dist/model/KMIPServer.js index 2ae8399e1..49d5faf1b 100644 --- a/node_modules/akeyless/dist/model/KMIPServer.js +++ b/node_modules/akeyless/dist/model/KMIPServer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KMIPServer model module. * @module model/KMIPServer - * @version 4.2.1 + * @version 4.2.2 */ var KMIPServer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipClientDeleteRule.js b/node_modules/akeyless/dist/model/KmipClientDeleteRule.js index 2cf358f2a..c22607710 100644 --- a/node_modules/akeyless/dist/model/KmipClientDeleteRule.js +++ b/node_modules/akeyless/dist/model/KmipClientDeleteRule.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipClientDeleteRule model module. * @module model/KmipClientDeleteRule - * @version 4.2.1 + * @version 4.2.2 */ var KmipClientDeleteRule = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipClientSetRule.js b/node_modules/akeyless/dist/model/KmipClientSetRule.js index 7878700a1..a23ac2ba6 100644 --- a/node_modules/akeyless/dist/model/KmipClientSetRule.js +++ b/node_modules/akeyless/dist/model/KmipClientSetRule.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipClientSetRule model module. * @module model/KmipClientSetRule - * @version 4.2.1 + * @version 4.2.2 */ var KmipClientSetRule = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipCreateClient.js b/node_modules/akeyless/dist/model/KmipCreateClient.js index b58b635e1..d0c6ed512 100644 --- a/node_modules/akeyless/dist/model/KmipCreateClient.js +++ b/node_modules/akeyless/dist/model/KmipCreateClient.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipCreateClient model module. * @module model/KmipCreateClient - * @version 4.2.1 + * @version 4.2.2 */ var KmipCreateClient = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipCreateClientOutput.js b/node_modules/akeyless/dist/model/KmipCreateClientOutput.js index 6772bac06..4f85d1bf2 100644 --- a/node_modules/akeyless/dist/model/KmipCreateClientOutput.js +++ b/node_modules/akeyless/dist/model/KmipCreateClientOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipCreateClientOutput model module. * @module model/KmipCreateClientOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipCreateClientOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipDeleteClient.js b/node_modules/akeyless/dist/model/KmipDeleteClient.js index bbe43673a..9f363c97c 100644 --- a/node_modules/akeyless/dist/model/KmipDeleteClient.js +++ b/node_modules/akeyless/dist/model/KmipDeleteClient.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipDeleteClient model module. * @module model/KmipDeleteClient - * @version 4.2.1 + * @version 4.2.2 */ var KmipDeleteClient = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipDeleteServer.js b/node_modules/akeyless/dist/model/KmipDeleteServer.js index 411c8213d..e5d7fe606 100644 --- a/node_modules/akeyless/dist/model/KmipDeleteServer.js +++ b/node_modules/akeyless/dist/model/KmipDeleteServer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipDeleteServer model module. * @module model/KmipDeleteServer - * @version 4.2.1 + * @version 4.2.2 */ var KmipDeleteServer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipDescribeClient.js b/node_modules/akeyless/dist/model/KmipDescribeClient.js index 7bdf085cb..dbe37894f 100644 --- a/node_modules/akeyless/dist/model/KmipDescribeClient.js +++ b/node_modules/akeyless/dist/model/KmipDescribeClient.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipDescribeClient model module. * @module model/KmipDescribeClient - * @version 4.2.1 + * @version 4.2.2 */ var KmipDescribeClient = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipDescribeServer.js b/node_modules/akeyless/dist/model/KmipDescribeServer.js index d4692b3f3..a6bc60484 100644 --- a/node_modules/akeyless/dist/model/KmipDescribeServer.js +++ b/node_modules/akeyless/dist/model/KmipDescribeServer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipDescribeServer model module. * @module model/KmipDescribeServer - * @version 4.2.1 + * @version 4.2.2 */ var KmipDescribeServer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipDescribeServerOutput.js b/node_modules/akeyless/dist/model/KmipDescribeServerOutput.js index 138bc1f46..6685b14e7 100644 --- a/node_modules/akeyless/dist/model/KmipDescribeServerOutput.js +++ b/node_modules/akeyless/dist/model/KmipDescribeServerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipDescribeServerOutput model module. * @module model/KmipDescribeServerOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipDescribeServerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipListClients.js b/node_modules/akeyless/dist/model/KmipListClients.js index c129b67b9..a10d65c9f 100644 --- a/node_modules/akeyless/dist/model/KmipListClients.js +++ b/node_modules/akeyless/dist/model/KmipListClients.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipListClients model module. * @module model/KmipListClients - * @version 4.2.1 + * @version 4.2.2 */ var KmipListClients = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipMoveServer.js b/node_modules/akeyless/dist/model/KmipMoveServer.js index c4d8d3256..93c00ee68 100644 --- a/node_modules/akeyless/dist/model/KmipMoveServer.js +++ b/node_modules/akeyless/dist/model/KmipMoveServer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipMoveServer model module. * @module model/KmipMoveServer - * @version 4.2.1 + * @version 4.2.2 */ var KmipMoveServer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipMoveServerOutput.js b/node_modules/akeyless/dist/model/KmipMoveServerOutput.js index fba7d154c..c3cb4feb8 100644 --- a/node_modules/akeyless/dist/model/KmipMoveServerOutput.js +++ b/node_modules/akeyless/dist/model/KmipMoveServerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipMoveServerOutput model module. * @module model/KmipMoveServerOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipMoveServerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipRenewClientCertificate.js b/node_modules/akeyless/dist/model/KmipRenewClientCertificate.js index aa42127de..d21301102 100644 --- a/node_modules/akeyless/dist/model/KmipRenewClientCertificate.js +++ b/node_modules/akeyless/dist/model/KmipRenewClientCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipRenewClientCertificate model module. * @module model/KmipRenewClientCertificate - * @version 4.2.1 + * @version 4.2.2 */ var KmipRenewClientCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipRenewClientCertificateOutput.js b/node_modules/akeyless/dist/model/KmipRenewClientCertificateOutput.js index 9a7adde57..2491cabe3 100644 --- a/node_modules/akeyless/dist/model/KmipRenewClientCertificateOutput.js +++ b/node_modules/akeyless/dist/model/KmipRenewClientCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipRenewClientCertificateOutput model module. * @module model/KmipRenewClientCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipRenewClientCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipRenewServerCertificate.js b/node_modules/akeyless/dist/model/KmipRenewServerCertificate.js index ebef3891d..064368541 100644 --- a/node_modules/akeyless/dist/model/KmipRenewServerCertificate.js +++ b/node_modules/akeyless/dist/model/KmipRenewServerCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipRenewServerCertificate model module. * @module model/KmipRenewServerCertificate - * @version 4.2.1 + * @version 4.2.2 */ var KmipRenewServerCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipRenewServerCertificateOutput.js b/node_modules/akeyless/dist/model/KmipRenewServerCertificateOutput.js index d59c26ed8..24d135f89 100644 --- a/node_modules/akeyless/dist/model/KmipRenewServerCertificateOutput.js +++ b/node_modules/akeyless/dist/model/KmipRenewServerCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipRenewServerCertificateOutput model module. * @module model/KmipRenewServerCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipRenewServerCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipServerSetup.js b/node_modules/akeyless/dist/model/KmipServerSetup.js index 6bb217d97..1699dacc5 100644 --- a/node_modules/akeyless/dist/model/KmipServerSetup.js +++ b/node_modules/akeyless/dist/model/KmipServerSetup.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipServerSetup model module. * @module model/KmipServerSetup - * @version 4.2.1 + * @version 4.2.2 */ var KmipServerSetup = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipSetServerState.js b/node_modules/akeyless/dist/model/KmipSetServerState.js index 2d95b8fa6..be3da2d5f 100644 --- a/node_modules/akeyless/dist/model/KmipSetServerState.js +++ b/node_modules/akeyless/dist/model/KmipSetServerState.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipSetServerState model module. * @module model/KmipSetServerState - * @version 4.2.1 + * @version 4.2.2 */ var KmipSetServerState = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KmipSetServerStateOutput.js b/node_modules/akeyless/dist/model/KmipSetServerStateOutput.js index b97c461f4..92b4e7a61 100644 --- a/node_modules/akeyless/dist/model/KmipSetServerStateOutput.js +++ b/node_modules/akeyless/dist/model/KmipSetServerStateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KmipSetServerStateOutput model module. * @module model/KmipSetServerStateOutput - * @version 4.2.1 + * @version 4.2.2 */ var KmipSetServerStateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/KubernetesAccessRules.js b/node_modules/akeyless/dist/model/KubernetesAccessRules.js index 83c5b3c64..3919d0796 100644 --- a/node_modules/akeyless/dist/model/KubernetesAccessRules.js +++ b/node_modules/akeyless/dist/model/KubernetesAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The KubernetesAccessRules model module. * @module model/KubernetesAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var KubernetesAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LDAPAccessRules.js b/node_modules/akeyless/dist/model/LDAPAccessRules.js index a63671a36..1ead61787 100644 --- a/node_modules/akeyless/dist/model/LDAPAccessRules.js +++ b/node_modules/akeyless/dist/model/LDAPAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LDAPAccessRules model module. * @module model/LDAPAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var LDAPAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LastConfigChange.js b/node_modules/akeyless/dist/model/LastConfigChange.js index f770ee023..fe524a844 100644 --- a/node_modules/akeyless/dist/model/LastConfigChange.js +++ b/node_modules/akeyless/dist/model/LastConfigChange.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LastConfigChange model module. * @module model/LastConfigChange - * @version 4.2.1 + * @version 4.2.2 */ var LastConfigChange = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LastStatusInfo.js b/node_modules/akeyless/dist/model/LastStatusInfo.js index be5845b09..d32fb90fb 100644 --- a/node_modules/akeyless/dist/model/LastStatusInfo.js +++ b/node_modules/akeyless/dist/model/LastStatusInfo.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LastStatusInfo model module. * @module model/LastStatusInfo - * @version 4.2.1 + * @version 4.2.2 */ var LastStatusInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LdapConfigPart.js b/node_modules/akeyless/dist/model/LdapConfigPart.js index 214b16b5d..0f50612b9 100644 --- a/node_modules/akeyless/dist/model/LdapConfigPart.js +++ b/node_modules/akeyless/dist/model/LdapConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LdapConfigPart model module. * @module model/LdapConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var LdapConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LdapTargetDetails.js b/node_modules/akeyless/dist/model/LdapTargetDetails.js index 156d1588f..9649397b6 100644 --- a/node_modules/akeyless/dist/model/LdapTargetDetails.js +++ b/node_modules/akeyless/dist/model/LdapTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LdapTargetDetails model module. * @module model/LdapTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var LdapTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LeadershipConfigPart.js b/node_modules/akeyless/dist/model/LeadershipConfigPart.js index b7984d3d9..2b083f0d3 100644 --- a/node_modules/akeyless/dist/model/LeadershipConfigPart.js +++ b/node_modules/akeyless/dist/model/LeadershipConfigPart.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LeadershipConfigPart model module. * @module model/LeadershipConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var LeadershipConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LinkedDetails.js b/node_modules/akeyless/dist/model/LinkedDetails.js index a30f139d1..9991db8e8 100644 --- a/node_modules/akeyless/dist/model/LinkedDetails.js +++ b/node_modules/akeyless/dist/model/LinkedDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LinkedDetails model module. * @module model/LinkedDetails - * @version 4.2.1 + * @version 4.2.2 */ var LinkedDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LinkedTargetDetails.js b/node_modules/akeyless/dist/model/LinkedTargetDetails.js index f321f8953..8fc2736b0 100644 --- a/node_modules/akeyless/dist/model/LinkedTargetDetails.js +++ b/node_modules/akeyless/dist/model/LinkedTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LinkedTargetDetails model module. * @module model/LinkedTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var LinkedTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListAuthMethods.js b/node_modules/akeyless/dist/model/ListAuthMethods.js index a0bb83bea..58899ae31 100644 --- a/node_modules/akeyless/dist/model/ListAuthMethods.js +++ b/node_modules/akeyless/dist/model/ListAuthMethods.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListAuthMethods model module. * @module model/ListAuthMethods - * @version 4.2.1 + * @version 4.2.2 */ var ListAuthMethods = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListAuthMethodsOutput.js b/node_modules/akeyless/dist/model/ListAuthMethodsOutput.js index 6088c949e..f862b0a2f 100644 --- a/node_modules/akeyless/dist/model/ListAuthMethodsOutput.js +++ b/node_modules/akeyless/dist/model/ListAuthMethodsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListAuthMethodsOutput model module. * @module model/ListAuthMethodsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListAuthMethodsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListGateways.js b/node_modules/akeyless/dist/model/ListGateways.js index 35c49829b..8de917a2b 100644 --- a/node_modules/akeyless/dist/model/ListGateways.js +++ b/node_modules/akeyless/dist/model/ListGateways.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListGateways model module. * @module model/ListGateways - * @version 4.2.1 + * @version 4.2.2 */ var ListGateways = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListGroups.js b/node_modules/akeyless/dist/model/ListGroups.js index aa50fa384..c69cf55ec 100644 --- a/node_modules/akeyless/dist/model/ListGroups.js +++ b/node_modules/akeyless/dist/model/ListGroups.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListGroups model module. * @module model/ListGroups - * @version 4.2.1 + * @version 4.2.2 */ var ListGroups = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListGroupsOutput.js b/node_modules/akeyless/dist/model/ListGroupsOutput.js index 765ff981e..73b3925b7 100644 --- a/node_modules/akeyless/dist/model/ListGroupsOutput.js +++ b/node_modules/akeyless/dist/model/ListGroupsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListGroupsOutput model module. * @module model/ListGroupsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListGroupsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListItems.js b/node_modules/akeyless/dist/model/ListItems.js index c05fbe909..9d103c7f6 100644 --- a/node_modules/akeyless/dist/model/ListItems.js +++ b/node_modules/akeyless/dist/model/ListItems.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListItems model module. * @module model/ListItems - * @version 4.2.1 + * @version 4.2.2 */ var ListItems = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListItemsInPathOutput.js b/node_modules/akeyless/dist/model/ListItemsInPathOutput.js index 17cfe444f..5e1f214e2 100644 --- a/node_modules/akeyless/dist/model/ListItemsInPathOutput.js +++ b/node_modules/akeyless/dist/model/ListItemsInPathOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListItemsInPathOutput model module. * @module model/ListItemsInPathOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListItemsInPathOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListItemsOutput.js b/node_modules/akeyless/dist/model/ListItemsOutput.js index 5e0f3629b..35ca6aac9 100644 --- a/node_modules/akeyless/dist/model/ListItemsOutput.js +++ b/node_modules/akeyless/dist/model/ListItemsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListItemsOutput model module. * @module model/ListItemsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListItemsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListRoles.js b/node_modules/akeyless/dist/model/ListRoles.js index 599125159..98164ae4e 100644 --- a/node_modules/akeyless/dist/model/ListRoles.js +++ b/node_modules/akeyless/dist/model/ListRoles.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListRoles model module. * @module model/ListRoles - * @version 4.2.1 + * @version 4.2.2 */ var ListRoles = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListRolesOutput.js b/node_modules/akeyless/dist/model/ListRolesOutput.js index 14a245ece..adacd5217 100644 --- a/node_modules/akeyless/dist/model/ListRolesOutput.js +++ b/node_modules/akeyless/dist/model/ListRolesOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListRolesOutput model module. * @module model/ListRolesOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListRolesOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListSRABastions.js b/node_modules/akeyless/dist/model/ListSRABastions.js index 9a4e15cd3..b00c7df18 100644 --- a/node_modules/akeyless/dist/model/ListSRABastions.js +++ b/node_modules/akeyless/dist/model/ListSRABastions.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListSRABastions model module. * @module model/ListSRABastions - * @version 4.2.1 + * @version 4.2.2 */ var ListSRABastions = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListSharedItems.js b/node_modules/akeyless/dist/model/ListSharedItems.js index 63f0e6bf8..c56e5851e 100644 --- a/node_modules/akeyless/dist/model/ListSharedItems.js +++ b/node_modules/akeyless/dist/model/ListSharedItems.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListSharedItems model module. * @module model/ListSharedItems - * @version 4.2.1 + * @version 4.2.2 */ var ListSharedItems = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListTargets.js b/node_modules/akeyless/dist/model/ListTargets.js index 98fac3a9b..77a44cc8e 100644 --- a/node_modules/akeyless/dist/model/ListTargets.js +++ b/node_modules/akeyless/dist/model/ListTargets.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListTargets model module. * @module model/ListTargets - * @version 4.2.1 + * @version 4.2.2 */ var ListTargets = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ListTargetsOutput.js b/node_modules/akeyless/dist/model/ListTargetsOutput.js index 4d285bc4c..1db5c5abb 100644 --- a/node_modules/akeyless/dist/model/ListTargetsOutput.js +++ b/node_modules/akeyless/dist/model/ListTargetsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ListTargetsOutput model module. * @module model/ListTargetsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ListTargetsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LogForwardingConfigPart.js b/node_modules/akeyless/dist/model/LogForwardingConfigPart.js index 327261a77..a90850a49 100644 --- a/node_modules/akeyless/dist/model/LogForwardingConfigPart.js +++ b/node_modules/akeyless/dist/model/LogForwardingConfigPart.js @@ -38,7 +38,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LogForwardingConfigPart model module. * @module model/LogForwardingConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var LogForwardingConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LogstashLogForwardingConfig.js b/node_modules/akeyless/dist/model/LogstashLogForwardingConfig.js index e3fe191d5..1943854c6 100644 --- a/node_modules/akeyless/dist/model/LogstashLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/LogstashLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LogstashLogForwardingConfig model module. * @module model/LogstashLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var LogstashLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/LogzIoLogForwardingConfig.js b/node_modules/akeyless/dist/model/LogzIoLogForwardingConfig.js index 1fd15f028..fbddab846 100644 --- a/node_modules/akeyless/dist/model/LogzIoLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/LogzIoLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The LogzIoLogForwardingConfig model module. * @module model/LogzIoLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var LogzIoLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationGeneral.js b/node_modules/akeyless/dist/model/MigrationGeneral.js index 35f9fbe6d..7fbdee9c3 100644 --- a/node_modules/akeyless/dist/model/MigrationGeneral.js +++ b/node_modules/akeyless/dist/model/MigrationGeneral.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationGeneral model module. * @module model/MigrationGeneral - * @version 4.2.1 + * @version 4.2.2 */ var MigrationGeneral = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationItems.js b/node_modules/akeyless/dist/model/MigrationItems.js index 9c7346c90..a4625128b 100644 --- a/node_modules/akeyless/dist/model/MigrationItems.js +++ b/node_modules/akeyless/dist/model/MigrationItems.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationItems model module. * @module model/MigrationItems - * @version 4.2.1 + * @version 4.2.2 */ var MigrationItems = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationStatus.js b/node_modules/akeyless/dist/model/MigrationStatus.js index 0247c7090..1cf91b95c 100644 --- a/node_modules/akeyless/dist/model/MigrationStatus.js +++ b/node_modules/akeyless/dist/model/MigrationStatus.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationStatus model module. * @module model/MigrationStatus - * @version 4.2.1 + * @version 4.2.2 */ var MigrationStatus = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationStatusReplyObj.js b/node_modules/akeyless/dist/model/MigrationStatusReplyObj.js index b6dcf2c4c..197ca5292 100644 --- a/node_modules/akeyless/dist/model/MigrationStatusReplyObj.js +++ b/node_modules/akeyless/dist/model/MigrationStatusReplyObj.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationStatusReplyObj model module. * @module model/MigrationStatusReplyObj - * @version 4.2.1 + * @version 4.2.2 */ var MigrationStatusReplyObj = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationsConfigLastChange.js b/node_modules/akeyless/dist/model/MigrationsConfigLastChange.js index bae52634b..2d207a939 100644 --- a/node_modules/akeyless/dist/model/MigrationsConfigLastChange.js +++ b/node_modules/akeyless/dist/model/MigrationsConfigLastChange.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationsConfigLastChange model module. * @module model/MigrationsConfigLastChange - * @version 4.2.1 + * @version 4.2.2 */ var MigrationsConfigLastChange = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MigrationsConfigPart.js b/node_modules/akeyless/dist/model/MigrationsConfigPart.js index 60168c91e..b2ed337cf 100644 --- a/node_modules/akeyless/dist/model/MigrationsConfigPart.js +++ b/node_modules/akeyless/dist/model/MigrationsConfigPart.js @@ -36,7 +36,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MigrationsConfigPart model module. * @module model/MigrationsConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var MigrationsConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MockMigration.js b/node_modules/akeyless/dist/model/MockMigration.js index 044a8eb77..b9531c754 100644 --- a/node_modules/akeyless/dist/model/MockMigration.js +++ b/node_modules/akeyless/dist/model/MockMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MockMigration model module. * @module model/MockMigration - * @version 4.2.1 + * @version 4.2.2 */ var MockMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MockPayload.js b/node_modules/akeyless/dist/model/MockPayload.js index ff8676cb1..2002456d1 100644 --- a/node_modules/akeyless/dist/model/MockPayload.js +++ b/node_modules/akeyless/dist/model/MockPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MockPayload model module. * @module model/MockPayload - * @version 4.2.1 + * @version 4.2.2 */ var MockPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MongoDBTargetDetails.js b/node_modules/akeyless/dist/model/MongoDBTargetDetails.js index 2c175ac07..ec29236bf 100644 --- a/node_modules/akeyless/dist/model/MongoDBTargetDetails.js +++ b/node_modules/akeyless/dist/model/MongoDBTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MongoDBTargetDetails model module. * @module model/MongoDBTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var MongoDBTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/MoveObjects.js b/node_modules/akeyless/dist/model/MoveObjects.js index 8f2d26337..256ebdda7 100644 --- a/node_modules/akeyless/dist/model/MoveObjects.js +++ b/node_modules/akeyless/dist/model/MoveObjects.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The MoveObjects model module. * @module model/MoveObjects - * @version 4.2.1 + * @version 4.2.2 */ var MoveObjects = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Name.js b/node_modules/akeyless/dist/model/Name.js index ce877c500..6bb9c3cb8 100644 --- a/node_modules/akeyless/dist/model/Name.js +++ b/node_modules/akeyless/dist/model/Name.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Name model module. * @module model/Name - * @version 4.2.1 + * @version 4.2.2 */ var Name = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/NativeK8sTargetDetails.js b/node_modules/akeyless/dist/model/NativeK8sTargetDetails.js index 340771b86..db8d90cbb 100644 --- a/node_modules/akeyless/dist/model/NativeK8sTargetDetails.js +++ b/node_modules/akeyless/dist/model/NativeK8sTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The NativeK8sTargetDetails model module. * @module model/NativeK8sTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var NativeK8sTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/NotiForwarder.js b/node_modules/akeyless/dist/model/NotiForwarder.js index e505fb252..f3f2bd2b7 100644 --- a/node_modules/akeyless/dist/model/NotiForwarder.js +++ b/node_modules/akeyless/dist/model/NotiForwarder.js @@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The NotiForwarder model module. * @module model/NotiForwarder - * @version 4.2.1 + * @version 4.2.2 */ var NotiForwarder = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OAuth2AccessRules.js b/node_modules/akeyless/dist/model/OAuth2AccessRules.js index e0ae21cc1..72be0e30f 100644 --- a/node_modules/akeyless/dist/model/OAuth2AccessRules.js +++ b/node_modules/akeyless/dist/model/OAuth2AccessRules.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OAuth2AccessRules model module. * @module model/OAuth2AccessRules - * @version 4.2.1 + * @version 4.2.2 */ var OAuth2AccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OAuth2CustomClaim.js b/node_modules/akeyless/dist/model/OAuth2CustomClaim.js index c8af3e884..15a5f86d7 100644 --- a/node_modules/akeyless/dist/model/OAuth2CustomClaim.js +++ b/node_modules/akeyless/dist/model/OAuth2CustomClaim.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OAuth2CustomClaim model module. * @module model/OAuth2CustomClaim - * @version 4.2.1 + * @version 4.2.2 */ var OAuth2CustomClaim = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OCIAccessRules.js b/node_modules/akeyless/dist/model/OCIAccessRules.js index 1f68da134..63502bbac 100644 --- a/node_modules/akeyless/dist/model/OCIAccessRules.js +++ b/node_modules/akeyless/dist/model/OCIAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OCIAccessRules model module. * @module model/OCIAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var OCIAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OIDCAccessRules.js b/node_modules/akeyless/dist/model/OIDCAccessRules.js index 6b996608b..e520d8957 100644 --- a/node_modules/akeyless/dist/model/OIDCAccessRules.js +++ b/node_modules/akeyless/dist/model/OIDCAccessRules.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OIDCAccessRules model module. * @module model/OIDCAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var OIDCAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OIDCCustomClaim.js b/node_modules/akeyless/dist/model/OIDCCustomClaim.js index 088b8a5fe..b32c0fb17 100644 --- a/node_modules/akeyless/dist/model/OIDCCustomClaim.js +++ b/node_modules/akeyless/dist/model/OIDCCustomClaim.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OIDCCustomClaim model module. * @module model/OIDCCustomClaim - * @version 4.2.1 + * @version 4.2.2 */ var OIDCCustomClaim = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ObjectVersionSettingsOutput.js b/node_modules/akeyless/dist/model/ObjectVersionSettingsOutput.js index e0be9a3f2..10492ab81 100644 --- a/node_modules/akeyless/dist/model/ObjectVersionSettingsOutput.js +++ b/node_modules/akeyless/dist/model/ObjectVersionSettingsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ObjectVersionSettingsOutput model module. * @module model/ObjectVersionSettingsOutput - * @version 4.2.1 + * @version 4.2.2 */ var ObjectVersionSettingsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OidcClientInfo.js b/node_modules/akeyless/dist/model/OidcClientInfo.js index 514993413..fefbdea4e 100644 --- a/node_modules/akeyless/dist/model/OidcClientInfo.js +++ b/node_modules/akeyless/dist/model/OidcClientInfo.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OidcClientInfo model module. * @module model/OidcClientInfo - * @version 4.2.1 + * @version 4.2.2 */ var OidcClientInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OnePasswordMigration.js b/node_modules/akeyless/dist/model/OnePasswordMigration.js index 22d709e83..70ceab8be 100644 --- a/node_modules/akeyless/dist/model/OnePasswordMigration.js +++ b/node_modules/akeyless/dist/model/OnePasswordMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OnePasswordMigration model module. * @module model/OnePasswordMigration - * @version 4.2.1 + * @version 4.2.2 */ var OnePasswordMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/OnePasswordPayload.js b/node_modules/akeyless/dist/model/OnePasswordPayload.js index 116234e1d..568fc6161 100644 --- a/node_modules/akeyless/dist/model/OnePasswordPayload.js +++ b/node_modules/akeyless/dist/model/OnePasswordPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The OnePasswordPayload model module. * @module model/OnePasswordPayload - * @version 4.2.1 + * @version 4.2.2 */ var OnePasswordPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/PKICertificateIssueDetails.js b/node_modules/akeyless/dist/model/PKICertificateIssueDetails.js index 5e4636038..bcdd017b7 100644 --- a/node_modules/akeyless/dist/model/PKICertificateIssueDetails.js +++ b/node_modules/akeyless/dist/model/PKICertificateIssueDetails.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The PKICertificateIssueDetails model module. * @module model/PKICertificateIssueDetails - * @version 4.2.1 + * @version 4.2.2 */ var PKICertificateIssueDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/PasswordPolicyInfo.js b/node_modules/akeyless/dist/model/PasswordPolicyInfo.js index 259b670c8..536ff5b1b 100644 --- a/node_modules/akeyless/dist/model/PasswordPolicyInfo.js +++ b/node_modules/akeyless/dist/model/PasswordPolicyInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The PasswordPolicyInfo model module. * @module model/PasswordPolicyInfo - * @version 4.2.1 + * @version 4.2.2 */ var PasswordPolicyInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/PathRule.js b/node_modules/akeyless/dist/model/PathRule.js index 41f05bab2..546fe62f3 100644 --- a/node_modules/akeyless/dist/model/PathRule.js +++ b/node_modules/akeyless/dist/model/PathRule.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The PathRule model module. * @module model/PathRule - * @version 4.2.1 + * @version 4.2.2 */ var PathRule = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/PingTargetDetails.js b/node_modules/akeyless/dist/model/PingTargetDetails.js index 62aaf0669..88308572e 100644 --- a/node_modules/akeyless/dist/model/PingTargetDetails.js +++ b/node_modules/akeyless/dist/model/PingTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The PingTargetDetails model module. * @module model/PingTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var PingTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Producer.js b/node_modules/akeyless/dist/model/Producer.js index 6dd554510..356e236d6 100644 --- a/node_modules/akeyless/dist/model/Producer.js +++ b/node_modules/akeyless/dist/model/Producer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Producer model module. * @module model/Producer - * @version 4.2.1 + * @version 4.2.2 */ var Producer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ProducersConfigPart.js b/node_modules/akeyless/dist/model/ProducersConfigPart.js index 35d240340..7555a4a3d 100644 --- a/node_modules/akeyless/dist/model/ProducersConfigPart.js +++ b/node_modules/akeyless/dist/model/ProducersConfigPart.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ProducersConfigPart model module. * @module model/ProducersConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var ProducersConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ProvisionCertificate.js b/node_modules/akeyless/dist/model/ProvisionCertificate.js index 4370e98e0..6ced446f9 100644 --- a/node_modules/akeyless/dist/model/ProvisionCertificate.js +++ b/node_modules/akeyless/dist/model/ProvisionCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ProvisionCertificate model module. * @module model/ProvisionCertificate - * @version 4.2.1 + * @version 4.2.2 */ var ProvisionCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ProvisionCertificateOutput.js b/node_modules/akeyless/dist/model/ProvisionCertificateOutput.js index 60534e9e8..a2f8ba404 100644 --- a/node_modules/akeyless/dist/model/ProvisionCertificateOutput.js +++ b/node_modules/akeyless/dist/model/ProvisionCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ProvisionCertificateOutput model module. * @module model/ProvisionCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var ProvisionCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RabbitMQTargetDetails.js b/node_modules/akeyless/dist/model/RabbitMQTargetDetails.js index 80d03a1da..b13f09bd3 100644 --- a/node_modules/akeyless/dist/model/RabbitMQTargetDetails.js +++ b/node_modules/akeyless/dist/model/RabbitMQTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RabbitMQTargetDetails model module. * @module model/RabbitMQTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var RabbitMQTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RawCreds.js b/node_modules/akeyless/dist/model/RawCreds.js index ce40b6b20..1eb980fe6 100644 --- a/node_modules/akeyless/dist/model/RawCreds.js +++ b/node_modules/akeyless/dist/model/RawCreds.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RawCreds model module. * @module model/RawCreds - * @version 4.2.1 + * @version 4.2.2 */ var RawCreds = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RefreshKey.js b/node_modules/akeyless/dist/model/RefreshKey.js index 7eba44a97..ae5bb3845 100644 --- a/node_modules/akeyless/dist/model/RefreshKey.js +++ b/node_modules/akeyless/dist/model/RefreshKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RefreshKey model module. * @module model/RefreshKey - * @version 4.2.1 + * @version 4.2.2 */ var RefreshKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RefreshKeyOutput.js b/node_modules/akeyless/dist/model/RefreshKeyOutput.js index 32a44aeb3..70cd87783 100644 --- a/node_modules/akeyless/dist/model/RefreshKeyOutput.js +++ b/node_modules/akeyless/dist/model/RefreshKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RefreshKeyOutput model module. * @module model/RefreshKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var RefreshKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RegexpTokenizerInfo.js b/node_modules/akeyless/dist/model/RegexpTokenizerInfo.js index 1c70c9294..38593a61e 100644 --- a/node_modules/akeyless/dist/model/RegexpTokenizerInfo.js +++ b/node_modules/akeyless/dist/model/RegexpTokenizerInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RegexpTokenizerInfo model module. * @module model/RegexpTokenizerInfo - * @version 4.2.1 + * @version 4.2.2 */ var RegexpTokenizerInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RenewCertificate.js b/node_modules/akeyless/dist/model/RenewCertificate.js index ffdcb3946..0a09baa02 100644 --- a/node_modules/akeyless/dist/model/RenewCertificate.js +++ b/node_modules/akeyless/dist/model/RenewCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RenewCertificate model module. * @module model/RenewCertificate - * @version 4.2.1 + * @version 4.2.2 */ var RenewCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RenewCertificateOutput.js b/node_modules/akeyless/dist/model/RenewCertificateOutput.js index cd9707e47..c4bd954ea 100644 --- a/node_modules/akeyless/dist/model/RenewCertificateOutput.js +++ b/node_modules/akeyless/dist/model/RenewCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RenewCertificateOutput model module. * @module model/RenewCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var RenewCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RequestAccess.js b/node_modules/akeyless/dist/model/RequestAccess.js index f7c6cef45..37cbce342 100644 --- a/node_modules/akeyless/dist/model/RequestAccess.js +++ b/node_modules/akeyless/dist/model/RequestAccess.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RequestAccess model module. * @module model/RequestAccess - * @version 4.2.1 + * @version 4.2.2 */ var RequestAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RequestAccessOutput.js b/node_modules/akeyless/dist/model/RequestAccessOutput.js index 24f6a7547..4c67a0a30 100644 --- a/node_modules/akeyless/dist/model/RequestAccessOutput.js +++ b/node_modules/akeyless/dist/model/RequestAccessOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RequestAccessOutput model module. * @module model/RequestAccessOutput - * @version 4.2.1 + * @version 4.2.2 */ var RequestAccessOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RequiredActivity.js b/node_modules/akeyless/dist/model/RequiredActivity.js index 8ea74375d..dff33ea96 100644 --- a/node_modules/akeyless/dist/model/RequiredActivity.js +++ b/node_modules/akeyless/dist/model/RequiredActivity.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RequiredActivity model module. * @module model/RequiredActivity - * @version 4.2.1 + * @version 4.2.2 */ var RequiredActivity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ReverseRBAC.js b/node_modules/akeyless/dist/model/ReverseRBAC.js index d9aa4dcd7..a10f7048f 100644 --- a/node_modules/akeyless/dist/model/ReverseRBAC.js +++ b/node_modules/akeyless/dist/model/ReverseRBAC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ReverseRBAC model module. * @module model/ReverseRBAC - * @version 4.2.1 + * @version 4.2.2 */ var ReverseRBAC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ReverseRBACClient.js b/node_modules/akeyless/dist/model/ReverseRBACClient.js index 9edec2a3f..9fbd81832 100644 --- a/node_modules/akeyless/dist/model/ReverseRBACClient.js +++ b/node_modules/akeyless/dist/model/ReverseRBACClient.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ReverseRBACClient model module. * @module model/ReverseRBACClient - * @version 4.2.1 + * @version 4.2.2 */ var ReverseRBACClient = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ReverseRBACOutput.js b/node_modules/akeyless/dist/model/ReverseRBACOutput.js index 9a13b6a8b..72703e949 100644 --- a/node_modules/akeyless/dist/model/ReverseRBACOutput.js +++ b/node_modules/akeyless/dist/model/ReverseRBACOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ReverseRBACOutput model module. * @module model/ReverseRBACOutput - * @version 4.2.1 + * @version 4.2.2 */ var ReverseRBACOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RevokeCertificate.js b/node_modules/akeyless/dist/model/RevokeCertificate.js index 96c5f313f..75b5e23ed 100644 --- a/node_modules/akeyless/dist/model/RevokeCertificate.js +++ b/node_modules/akeyless/dist/model/RevokeCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RevokeCertificate model module. * @module model/RevokeCertificate - * @version 4.2.1 + * @version 4.2.2 */ var RevokeCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RevokeCreds.js b/node_modules/akeyless/dist/model/RevokeCreds.js index 499c35513..0c3488f4f 100644 --- a/node_modules/akeyless/dist/model/RevokeCreds.js +++ b/node_modules/akeyless/dist/model/RevokeCreds.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RevokeCreds model module. * @module model/RevokeCreds - * @version 4.2.1 + * @version 4.2.2 */ var RevokeCreds = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Role.js b/node_modules/akeyless/dist/model/Role.js index 1e03d788d..c3fdd2bdd 100644 --- a/node_modules/akeyless/dist/model/Role.js +++ b/node_modules/akeyless/dist/model/Role.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Role model module. * @module model/Role - * @version 4.2.1 + * @version 4.2.2 */ var Role = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RoleAssociationDetails.js b/node_modules/akeyless/dist/model/RoleAssociationDetails.js index 9c081a111..b351f6127 100644 --- a/node_modules/akeyless/dist/model/RoleAssociationDetails.js +++ b/node_modules/akeyless/dist/model/RoleAssociationDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RoleAssociationDetails model module. * @module model/RoleAssociationDetails - * @version 4.2.1 + * @version 4.2.2 */ var RoleAssociationDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RoleAuthMethodAssociation.js b/node_modules/akeyless/dist/model/RoleAuthMethodAssociation.js index a177ebece..e16541478 100644 --- a/node_modules/akeyless/dist/model/RoleAuthMethodAssociation.js +++ b/node_modules/akeyless/dist/model/RoleAuthMethodAssociation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RoleAuthMethodAssociation model module. * @module model/RoleAuthMethodAssociation - * @version 4.2.1 + * @version 4.2.2 */ var RoleAuthMethodAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RollbackSecret.js b/node_modules/akeyless/dist/model/RollbackSecret.js index bd905a73a..6abad8030 100644 --- a/node_modules/akeyless/dist/model/RollbackSecret.js +++ b/node_modules/akeyless/dist/model/RollbackSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RollbackSecret model module. * @module model/RollbackSecret - * @version 4.2.1 + * @version 4.2.2 */ var RollbackSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RollbackSecretOutput.js b/node_modules/akeyless/dist/model/RollbackSecretOutput.js index 1eb703652..54aadf6c2 100644 --- a/node_modules/akeyless/dist/model/RollbackSecretOutput.js +++ b/node_modules/akeyless/dist/model/RollbackSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RollbackSecretOutput model module. * @module model/RollbackSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var RollbackSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotateKey.js b/node_modules/akeyless/dist/model/RotateKey.js index 87aa30d08..100e86258 100644 --- a/node_modules/akeyless/dist/model/RotateKey.js +++ b/node_modules/akeyless/dist/model/RotateKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotateKey model module. * @module model/RotateKey - * @version 4.2.1 + * @version 4.2.2 */ var RotateKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotateKeyOutput.js b/node_modules/akeyless/dist/model/RotateKeyOutput.js index bc000931a..78ed58101 100644 --- a/node_modules/akeyless/dist/model/RotateKeyOutput.js +++ b/node_modules/akeyless/dist/model/RotateKeyOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotateKeyOutput model module. * @module model/RotateKeyOutput - * @version 4.2.1 + * @version 4.2.2 */ var RotateKeyOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotateOidcClientOutput.js b/node_modules/akeyless/dist/model/RotateOidcClientOutput.js index cd61ca5da..bf8e21473 100644 --- a/node_modules/akeyless/dist/model/RotateOidcClientOutput.js +++ b/node_modules/akeyless/dist/model/RotateOidcClientOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotateOidcClientOutput model module. * @module model/RotateOidcClientOutput - * @version 4.2.1 + * @version 4.2.2 */ var RotateOidcClientOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotateOidcClientSecret.js b/node_modules/akeyless/dist/model/RotateOidcClientSecret.js index ae1d1e5a1..a2519f172 100644 --- a/node_modules/akeyless/dist/model/RotateOidcClientSecret.js +++ b/node_modules/akeyless/dist/model/RotateOidcClientSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotateOidcClientSecret model module. * @module model/RotateOidcClientSecret - * @version 4.2.1 + * @version 4.2.2 */ var RotateOidcClientSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotateSecret.js b/node_modules/akeyless/dist/model/RotateSecret.js index bc3a69d7f..86a125e84 100644 --- a/node_modules/akeyless/dist/model/RotateSecret.js +++ b/node_modules/akeyless/dist/model/RotateSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotateSecret model module. * @module model/RotateSecret - * @version 4.2.1 + * @version 4.2.2 */ var RotateSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateAws.js b/node_modules/akeyless/dist/model/RotatedSecretCreateAws.js index c4e7a0d00..2eaa2dc55 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateAws.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateAws model module. * @module model/RotatedSecretCreateAws - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateAzure.js b/node_modules/akeyless/dist/model/RotatedSecretCreateAzure.js index 75f1692e3..73aaf25fa 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateAzure.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateAzure model module. * @module model/RotatedSecretCreateAzure - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateCassandra.js b/node_modules/akeyless/dist/model/RotatedSecretCreateCassandra.js index a82715f3f..e1bd2798d 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateCassandra.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateCassandra model module. * @module model/RotatedSecretCreateCassandra - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateCustom.js b/node_modules/akeyless/dist/model/RotatedSecretCreateCustom.js index 6168bbae5..12d6fcf8f 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateCustom.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateCustom model module. * @module model/RotatedSecretCreateCustom - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateDockerhub.js b/node_modules/akeyless/dist/model/RotatedSecretCreateDockerhub.js index 8e57f6310..e1061b575 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateDockerhub.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateDockerhub model module. * @module model/RotatedSecretCreateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateGcp.js b/node_modules/akeyless/dist/model/RotatedSecretCreateGcp.js index c9f699152..bc096fdaa 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateGcp.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateGcp model module. * @module model/RotatedSecretCreateGcp - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateHanadb.js b/node_modules/akeyless/dist/model/RotatedSecretCreateHanadb.js index 3290e09c3..1d435e956 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateHanadb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateHanadb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateHanadb model module. * @module model/RotatedSecretCreateHanadb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateHanadb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateLdap.js b/node_modules/akeyless/dist/model/RotatedSecretCreateLdap.js index 7988d85c8..30a7d474e 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateLdap.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateLdap model module. * @module model/RotatedSecretCreateLdap - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateMongodb.js b/node_modules/akeyless/dist/model/RotatedSecretCreateMongodb.js index d89b8460b..f049888d3 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateMongodb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateMongodb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateMongodb model module. * @module model/RotatedSecretCreateMongodb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateMongodb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateMssql.js b/node_modules/akeyless/dist/model/RotatedSecretCreateMssql.js index 790651f4d..d7e87c059 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateMssql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateMssql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateMssql model module. * @module model/RotatedSecretCreateMssql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateMssql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateMysql.js b/node_modules/akeyless/dist/model/RotatedSecretCreateMysql.js index a1b4e9671..eddfc77b2 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateMysql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateMysql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateMysql model module. * @module model/RotatedSecretCreateMysql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateMysql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateOracledb.js b/node_modules/akeyless/dist/model/RotatedSecretCreateOracledb.js index a5911fb41..9b63f57a7 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateOracledb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateOracledb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateOracledb model module. * @module model/RotatedSecretCreateOracledb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateOracledb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateOutput.js b/node_modules/akeyless/dist/model/RotatedSecretCreateOutput.js index 5aac7b7aa..68340095a 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateOutput.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateOutput model module. * @module model/RotatedSecretCreateOutput - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreatePostgresql.js b/node_modules/akeyless/dist/model/RotatedSecretCreatePostgresql.js index da43ef99f..8cdb46876 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreatePostgresql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreatePostgresql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreatePostgresql model module. * @module model/RotatedSecretCreatePostgresql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreatePostgresql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateRedis.js b/node_modules/akeyless/dist/model/RotatedSecretCreateRedis.js index ef0f3c1eb..262825a63 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateRedis.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateRedis model module. * @module model/RotatedSecretCreateRedis - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateRedshift.js b/node_modules/akeyless/dist/model/RotatedSecretCreateRedshift.js index 1febc7e59..d6c537ba5 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateRedshift.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateRedshift model module. * @module model/RotatedSecretCreateRedshift - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateSnowflake.js b/node_modules/akeyless/dist/model/RotatedSecretCreateSnowflake.js index d0e957e33..556669d16 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateSnowflake.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateSnowflake model module. * @module model/RotatedSecretCreateSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateSsh.js b/node_modules/akeyless/dist/model/RotatedSecretCreateSsh.js index 34f6900e3..5fe1c150d 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateSsh.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateSsh.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateSsh model module. * @module model/RotatedSecretCreateSsh - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateSsh = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretCreateWindows.js b/node_modules/akeyless/dist/model/RotatedSecretCreateWindows.js index ff308f4ca..a52517aa3 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretCreateWindows.js +++ b/node_modules/akeyless/dist/model/RotatedSecretCreateWindows.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretCreateWindows model module. * @module model/RotatedSecretCreateWindows - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretCreateWindows = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretDetailsInfo.js b/node_modules/akeyless/dist/model/RotatedSecretDetailsInfo.js index de87c9567..f0e22e014 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretDetailsInfo.js +++ b/node_modules/akeyless/dist/model/RotatedSecretDetailsInfo.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretDetailsInfo model module. * @module model/RotatedSecretDetailsInfo - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretDetailsInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretGetValue.js b/node_modules/akeyless/dist/model/RotatedSecretGetValue.js index 26b8b61f6..32e77ba71 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretGetValue.js +++ b/node_modules/akeyless/dist/model/RotatedSecretGetValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretGetValue model module. * @module model/RotatedSecretGetValue - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretGetValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretList.js b/node_modules/akeyless/dist/model/RotatedSecretList.js index 63128a360..b49b7c61e 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretList.js +++ b/node_modules/akeyless/dist/model/RotatedSecretList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretList model module. * @module model/RotatedSecretList - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretOutput.js b/node_modules/akeyless/dist/model/RotatedSecretOutput.js index f9bac4ed5..327abf0ee 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretOutput.js +++ b/node_modules/akeyless/dist/model/RotatedSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretOutput model module. * @module model/RotatedSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateAws.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateAws.js index b6ea80aeb..8b5fdb356 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateAws.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateAws model module. * @module model/RotatedSecretUpdateAws - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateAzure.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateAzure.js index a8280b1aa..e37107355 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateAzure.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateAzure model module. * @module model/RotatedSecretUpdateAzure - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateCassandra.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateCassandra.js index c0785a699..990b7724e 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateCassandra.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateCassandra.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateCassandra model module. * @module model/RotatedSecretUpdateCassandra - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateCassandra = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateCustom.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateCustom.js index 4ab3a9e0b..667e59a4a 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateCustom.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateCustom.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateCustom model module. * @module model/RotatedSecretUpdateCustom - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateCustom = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateDockerhub.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateDockerhub.js index a0ead187e..99f36fc68 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateDockerhub.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateDockerhub model module. * @module model/RotatedSecretUpdateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateGcp.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateGcp.js index 428a890be..c58d02d53 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateGcp.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateGcp model module. * @module model/RotatedSecretUpdateGcp - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateHanadb.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateHanadb.js index ca267d7ab..aa8da8227 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateHanadb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateHanadb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateHanadb model module. * @module model/RotatedSecretUpdateHanadb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateHanadb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateLdap.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateLdap.js index d1e28db2b..f422f1ddd 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateLdap.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateLdap model module. * @module model/RotatedSecretUpdateLdap - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateMongodb.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateMongodb.js index 3e32496b7..e9fbd172f 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateMongodb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateMongodb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateMongodb model module. * @module model/RotatedSecretUpdateMongodb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateMongodb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateMssql.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateMssql.js index 9d0397a85..f61474270 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateMssql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateMssql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateMssql model module. * @module model/RotatedSecretUpdateMssql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateMssql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateMysql.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateMysql.js index 722e8a29a..d5c560871 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateMysql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateMysql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateMysql model module. * @module model/RotatedSecretUpdateMysql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateMysql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateOracledb.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateOracledb.js index fc5fbab10..3f65d0669 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateOracledb.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateOracledb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateOracledb model module. * @module model/RotatedSecretUpdateOracledb - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateOracledb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateOutput.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateOutput.js index 485d00eb8..bdc8e12c4 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateOutput.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateOutput model module. * @module model/RotatedSecretUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdatePostgresql.js b/node_modules/akeyless/dist/model/RotatedSecretUpdatePostgresql.js index 12d59586f..75e68d739 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdatePostgresql.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdatePostgresql.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdatePostgresql model module. * @module model/RotatedSecretUpdatePostgresql - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdatePostgresql = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateRedis.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateRedis.js index f8742b1d6..5eb7b8462 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateRedis.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateRedis.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateRedis model module. * @module model/RotatedSecretUpdateRedis - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateRedis = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateRedshift.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateRedshift.js index 2e05d4c35..cad331bb1 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateRedshift.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateRedshift.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateRedshift model module. * @module model/RotatedSecretUpdateRedshift - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateRedshift = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateSnowflake.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateSnowflake.js index d2febc1bd..36c080ec1 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateSnowflake.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateSnowflake.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateSnowflake model module. * @module model/RotatedSecretUpdateSnowflake - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateSnowflake = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateSsh.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateSsh.js index c6514cd85..e8f77801a 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateSsh.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateSsh.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateSsh model module. * @module model/RotatedSecretUpdateSsh - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateSsh = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatedSecretUpdateWindows.js b/node_modules/akeyless/dist/model/RotatedSecretUpdateWindows.js index 93c97a7b8..61ea9558b 100644 --- a/node_modules/akeyless/dist/model/RotatedSecretUpdateWindows.js +++ b/node_modules/akeyless/dist/model/RotatedSecretUpdateWindows.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatedSecretUpdateWindows model module. * @module model/RotatedSecretUpdateWindows - * @version 4.2.1 + * @version 4.2.2 */ var RotatedSecretUpdateWindows = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotationSecretMaxInterval.js b/node_modules/akeyless/dist/model/RotationSecretMaxInterval.js index 05515f547..53002fe95 100644 --- a/node_modules/akeyless/dist/model/RotationSecretMaxInterval.js +++ b/node_modules/akeyless/dist/model/RotationSecretMaxInterval.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotationSecretMaxInterval model module. * @module model/RotationSecretMaxInterval - * @version 4.2.1 + * @version 4.2.2 */ var RotationSecretMaxInterval = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Rotator.js b/node_modules/akeyless/dist/model/Rotator.js index 642b239b2..631a8a984 100644 --- a/node_modules/akeyless/dist/model/Rotator.js +++ b/node_modules/akeyless/dist/model/Rotator.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Rotator model module. * @module model/Rotator - * @version 4.2.1 + * @version 4.2.2 */ var Rotator = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RotatorsConfigPart.js b/node_modules/akeyless/dist/model/RotatorsConfigPart.js index 4cab775e4..43f01fcdf 100644 --- a/node_modules/akeyless/dist/model/RotatorsConfigPart.js +++ b/node_modules/akeyless/dist/model/RotatorsConfigPart.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RotatorsConfigPart model module. * @module model/RotatorsConfigPart - * @version 4.2.1 + * @version 4.2.2 */ var RotatorsConfigPart = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/RuleAssigner.js b/node_modules/akeyless/dist/model/RuleAssigner.js index d48fc7fca..e12517b6a 100644 --- a/node_modules/akeyless/dist/model/RuleAssigner.js +++ b/node_modules/akeyless/dist/model/RuleAssigner.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The RuleAssigner model module. * @module model/RuleAssigner - * @version 4.2.1 + * @version 4.2.2 */ var RuleAssigner = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Rules.js b/node_modules/akeyless/dist/model/Rules.js index 7c6f6d27e..505f79bb4 100644 --- a/node_modules/akeyless/dist/model/Rules.js +++ b/node_modules/akeyless/dist/model/Rules.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Rules model module. * @module model/Rules - * @version 4.2.1 + * @version 4.2.2 */ var Rules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SAMLAccessRules.js b/node_modules/akeyless/dist/model/SAMLAccessRules.js index 845cc954d..caca09a42 100644 --- a/node_modules/akeyless/dist/model/SAMLAccessRules.js +++ b/node_modules/akeyless/dist/model/SAMLAccessRules.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SAMLAccessRules model module. * @module model/SAMLAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var SAMLAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SAMLAttribute.js b/node_modules/akeyless/dist/model/SAMLAttribute.js index 98a557d6b..890f97428 100644 --- a/node_modules/akeyless/dist/model/SAMLAttribute.js +++ b/node_modules/akeyless/dist/model/SAMLAttribute.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SAMLAttribute model module. * @module model/SAMLAttribute - * @version 4.2.1 + * @version 4.2.2 */ var SAMLAttribute = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SSHCertificateIssueDetails.js b/node_modules/akeyless/dist/model/SSHCertificateIssueDetails.js index 89ba29174..6d6ba2aa9 100644 --- a/node_modules/akeyless/dist/model/SSHCertificateIssueDetails.js +++ b/node_modules/akeyless/dist/model/SSHCertificateIssueDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SSHCertificateIssueDetails model module. * @module model/SSHCertificateIssueDetails - * @version 4.2.1 + * @version 4.2.2 */ var SSHCertificateIssueDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SSHTargetDetails.js b/node_modules/akeyless/dist/model/SSHTargetDetails.js index b07682e6d..3280df49d 100644 --- a/node_modules/akeyless/dist/model/SSHTargetDetails.js +++ b/node_modules/akeyless/dist/model/SSHTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SSHTargetDetails model module. * @module model/SSHTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var SSHTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SalesforceTargetDetails.js b/node_modules/akeyless/dist/model/SalesforceTargetDetails.js index 36504a797..0e70ca5e4 100644 --- a/node_modules/akeyless/dist/model/SalesforceTargetDetails.js +++ b/node_modules/akeyless/dist/model/SalesforceTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SalesforceTargetDetails model module. * @module model/SalesforceTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var SalesforceTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SecretInfo.js b/node_modules/akeyless/dist/model/SecretInfo.js index 536cb2a3b..f591e5432 100644 --- a/node_modules/akeyless/dist/model/SecretInfo.js +++ b/node_modules/akeyless/dist/model/SecretInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SecretInfo model module. * @module model/SecretInfo - * @version 4.2.1 + * @version 4.2.2 */ var SecretInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SecureRemoteAccess.js b/node_modules/akeyless/dist/model/SecureRemoteAccess.js index 45fc4fddc..eaad5ba0f 100644 --- a/node_modules/akeyless/dist/model/SecureRemoteAccess.js +++ b/node_modules/akeyless/dist/model/SecureRemoteAccess.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SecureRemoteAccess model module. * @module model/SecureRemoteAccess - * @version 4.2.1 + * @version 4.2.2 */ var SecureRemoteAccess = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ServerInventoryMigration.js b/node_modules/akeyless/dist/model/ServerInventoryMigration.js index b38a150a7..c367e711f 100644 --- a/node_modules/akeyless/dist/model/ServerInventoryMigration.js +++ b/node_modules/akeyless/dist/model/ServerInventoryMigration.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ServerInventoryMigration model module. * @module model/ServerInventoryMigration - * @version 4.2.1 + * @version 4.2.2 */ var ServerInventoryMigration = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ServerInventoryPayload.js b/node_modules/akeyless/dist/model/ServerInventoryPayload.js index 63e834d1d..2bc963c70 100644 --- a/node_modules/akeyless/dist/model/ServerInventoryPayload.js +++ b/node_modules/akeyless/dist/model/ServerInventoryPayload.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ServerInventoryPayload model module. * @module model/ServerInventoryPayload - * @version 4.2.1 + * @version 4.2.2 */ var ServerInventoryPayload = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SetItemState.js b/node_modules/akeyless/dist/model/SetItemState.js index 2370197d0..3398dfeb0 100644 --- a/node_modules/akeyless/dist/model/SetItemState.js +++ b/node_modules/akeyless/dist/model/SetItemState.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SetItemState model module. * @module model/SetItemState - * @version 4.2.1 + * @version 4.2.2 */ var SetItemState = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SetRoleRule.js b/node_modules/akeyless/dist/model/SetRoleRule.js index ec2d7f8cb..00d798de1 100644 --- a/node_modules/akeyless/dist/model/SetRoleRule.js +++ b/node_modules/akeyless/dist/model/SetRoleRule.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SetRoleRule model module. * @module model/SetRoleRule - * @version 4.2.1 + * @version 4.2.2 */ var SetRoleRule = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ShareItem.js b/node_modules/akeyless/dist/model/ShareItem.js index b464c37a0..e72375619 100644 --- a/node_modules/akeyless/dist/model/ShareItem.js +++ b/node_modules/akeyless/dist/model/ShareItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ShareItem model module. * @module model/ShareItem - * @version 4.2.1 + * @version 4.2.2 */ var ShareItem = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SharingPolicyInfo.js b/node_modules/akeyless/dist/model/SharingPolicyInfo.js index 508f246d4..8b6781e6b 100644 --- a/node_modules/akeyless/dist/model/SharingPolicyInfo.js +++ b/node_modules/akeyless/dist/model/SharingPolicyInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SharingPolicyInfo model module. * @module model/SharingPolicyInfo - * @version 4.2.1 + * @version 4.2.2 */ var SharingPolicyInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignDataWithClassicKey.js b/node_modules/akeyless/dist/model/SignDataWithClassicKey.js index 586a3e85a..38725d7ed 100644 --- a/node_modules/akeyless/dist/model/SignDataWithClassicKey.js +++ b/node_modules/akeyless/dist/model/SignDataWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignDataWithClassicKey model module. * @module model/SignDataWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var SignDataWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignEcDsa.js b/node_modules/akeyless/dist/model/SignEcDsa.js index 51204607f..3b15e0c0f 100644 --- a/node_modules/akeyless/dist/model/SignEcDsa.js +++ b/node_modules/akeyless/dist/model/SignEcDsa.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignEcDsa model module. * @module model/SignEcDsa - * @version 4.2.1 + * @version 4.2.2 */ var SignEcDsa = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignEcDsaOutput.js b/node_modules/akeyless/dist/model/SignEcDsaOutput.js index a7331e3ea..bcb93e6d3 100644 --- a/node_modules/akeyless/dist/model/SignEcDsaOutput.js +++ b/node_modules/akeyless/dist/model/SignEcDsaOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignEcDsaOutput model module. * @module model/SignEcDsaOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignEcDsaOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignGPG.js b/node_modules/akeyless/dist/model/SignGPG.js index a31f028d0..2638c997c 100644 --- a/node_modules/akeyless/dist/model/SignGPG.js +++ b/node_modules/akeyless/dist/model/SignGPG.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignGPG model module. * @module model/SignGPG - * @version 4.2.1 + * @version 4.2.2 */ var SignGPG = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignGPGOutput.js b/node_modules/akeyless/dist/model/SignGPGOutput.js index dce667665..edb442537 100644 --- a/node_modules/akeyless/dist/model/SignGPGOutput.js +++ b/node_modules/akeyless/dist/model/SignGPGOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignGPGOutput model module. * @module model/SignGPGOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignGPGOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignJWTOutput.js b/node_modules/akeyless/dist/model/SignJWTOutput.js index a8e008b0d..34fa3feaa 100644 --- a/node_modules/akeyless/dist/model/SignJWTOutput.js +++ b/node_modules/akeyless/dist/model/SignJWTOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignJWTOutput model module. * @module model/SignJWTOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignJWTOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignJWTWithClassicKey.js b/node_modules/akeyless/dist/model/SignJWTWithClassicKey.js index 825e302a6..75c73ee45 100644 --- a/node_modules/akeyless/dist/model/SignJWTWithClassicKey.js +++ b/node_modules/akeyless/dist/model/SignJWTWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignJWTWithClassicKey model module. * @module model/SignJWTWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var SignJWTWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignOutput.js b/node_modules/akeyless/dist/model/SignOutput.js index cd592cf8d..855f83228 100644 --- a/node_modules/akeyless/dist/model/SignOutput.js +++ b/node_modules/akeyless/dist/model/SignOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignOutput model module. * @module model/SignOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignPKCS1.js b/node_modules/akeyless/dist/model/SignPKCS1.js index f171ee170..fd588c7c6 100644 --- a/node_modules/akeyless/dist/model/SignPKCS1.js +++ b/node_modules/akeyless/dist/model/SignPKCS1.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignPKCS1 model module. * @module model/SignPKCS1 - * @version 4.2.1 + * @version 4.2.2 */ var SignPKCS1 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignPKCS1Output.js b/node_modules/akeyless/dist/model/SignPKCS1Output.js index 555029023..1e7fbe500 100644 --- a/node_modules/akeyless/dist/model/SignPKCS1Output.js +++ b/node_modules/akeyless/dist/model/SignPKCS1Output.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignPKCS1Output model module. * @module model/SignPKCS1Output - * @version 4.2.1 + * @version 4.2.2 */ var SignPKCS1Output = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignPKICertOutput.js b/node_modules/akeyless/dist/model/SignPKICertOutput.js index 2ccfe28eb..fece2d25f 100644 --- a/node_modules/akeyless/dist/model/SignPKICertOutput.js +++ b/node_modules/akeyless/dist/model/SignPKICertOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignPKICertOutput model module. * @module model/SignPKICertOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignPKICertOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignPKICertWithClassicKey.js b/node_modules/akeyless/dist/model/SignPKICertWithClassicKey.js index 33d92a112..e043ae59f 100644 --- a/node_modules/akeyless/dist/model/SignPKICertWithClassicKey.js +++ b/node_modules/akeyless/dist/model/SignPKICertWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignPKICertWithClassicKey model module. * @module model/SignPKICertWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var SignPKICertWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignRsaSsaPss.js b/node_modules/akeyless/dist/model/SignRsaSsaPss.js index b709efeb5..80c679812 100644 --- a/node_modules/akeyless/dist/model/SignRsaSsaPss.js +++ b/node_modules/akeyless/dist/model/SignRsaSsaPss.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignRsaSsaPss model module. * @module model/SignRsaSsaPss - * @version 4.2.1 + * @version 4.2.2 */ var SignRsaSsaPss = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SignRsaSsaPssOutput.js b/node_modules/akeyless/dist/model/SignRsaSsaPssOutput.js index 645c3c03d..a6ebc53b0 100644 --- a/node_modules/akeyless/dist/model/SignRsaSsaPssOutput.js +++ b/node_modules/akeyless/dist/model/SignRsaSsaPssOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SignRsaSsaPssOutput model module. * @module model/SignRsaSsaPssOutput - * @version 4.2.1 + * @version 4.2.2 */ var SignRsaSsaPssOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SmInfo.js b/node_modules/akeyless/dist/model/SmInfo.js index a298b43df..7ec259dc9 100644 --- a/node_modules/akeyless/dist/model/SmInfo.js +++ b/node_modules/akeyless/dist/model/SmInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SmInfo model module. * @module model/SmInfo - * @version 4.2.1 + * @version 4.2.2 */ var SmInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SplunkLogForwardingConfig.js b/node_modules/akeyless/dist/model/SplunkLogForwardingConfig.js index b6b7fcdd7..13a5c44c5 100644 --- a/node_modules/akeyless/dist/model/SplunkLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/SplunkLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SplunkLogForwardingConfig model module. * @module model/SplunkLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var SplunkLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SraInfo.js b/node_modules/akeyless/dist/model/SraInfo.js index 3d21c7ff1..c05562ab7 100644 --- a/node_modules/akeyless/dist/model/SraInfo.js +++ b/node_modules/akeyless/dist/model/SraInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SraInfo model module. * @module model/SraInfo - * @version 4.2.1 + * @version 4.2.2 */ var SraInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/StaticCredsAuth.js b/node_modules/akeyless/dist/model/StaticCredsAuth.js index c818b0793..a9ab9ce72 100644 --- a/node_modules/akeyless/dist/model/StaticCredsAuth.js +++ b/node_modules/akeyless/dist/model/StaticCredsAuth.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The StaticCredsAuth model module. * @module model/StaticCredsAuth - * @version 4.2.1 + * @version 4.2.2 */ var StaticCredsAuth = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/StaticCredsAuthOutput.js b/node_modules/akeyless/dist/model/StaticCredsAuthOutput.js index 82849c145..609be4297 100644 --- a/node_modules/akeyless/dist/model/StaticCredsAuthOutput.js +++ b/node_modules/akeyless/dist/model/StaticCredsAuthOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The StaticCredsAuthOutput model module. * @module model/StaticCredsAuthOutput - * @version 4.2.1 + * @version 4.2.2 */ var StaticCredsAuthOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/StaticSecretDetailsInfo.js b/node_modules/akeyless/dist/model/StaticSecretDetailsInfo.js index 1892b9db8..fbb862ae6 100644 --- a/node_modules/akeyless/dist/model/StaticSecretDetailsInfo.js +++ b/node_modules/akeyless/dist/model/StaticSecretDetailsInfo.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The StaticSecretDetailsInfo model module. * @module model/StaticSecretDetailsInfo - * @version 4.2.1 + * @version 4.2.2 */ var StaticSecretDetailsInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SumologicLogForwardingConfig.js b/node_modules/akeyless/dist/model/SumologicLogForwardingConfig.js index 9d634bb50..7d79a596a 100644 --- a/node_modules/akeyless/dist/model/SumologicLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/SumologicLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SumologicLogForwardingConfig model module. * @module model/SumologicLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var SumologicLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SyslogLogForwardingConfig.js b/node_modules/akeyless/dist/model/SyslogLogForwardingConfig.js index 2757b59e0..580930579 100644 --- a/node_modules/akeyless/dist/model/SyslogLogForwardingConfig.js +++ b/node_modules/akeyless/dist/model/SyslogLogForwardingConfig.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SyslogLogForwardingConfig model module. * @module model/SyslogLogForwardingConfig - * @version 4.2.1 + * @version 4.2.2 */ var SyslogLogForwardingConfig = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SystemAccessCredentialsReplyObj.js b/node_modules/akeyless/dist/model/SystemAccessCredentialsReplyObj.js index 2ad7bbd05..c88177228 100644 --- a/node_modules/akeyless/dist/model/SystemAccessCredentialsReplyObj.js +++ b/node_modules/akeyless/dist/model/SystemAccessCredentialsReplyObj.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SystemAccessCredentialsReplyObj model module. * @module model/SystemAccessCredentialsReplyObj - * @version 4.2.1 + * @version 4.2.2 */ var SystemAccessCredentialsReplyObj = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/SystemAccessCredsSettings.js b/node_modules/akeyless/dist/model/SystemAccessCredsSettings.js index ff382dbd7..c00300e5b 100644 --- a/node_modules/akeyless/dist/model/SystemAccessCredsSettings.js +++ b/node_modules/akeyless/dist/model/SystemAccessCredsSettings.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The SystemAccessCredsSettings model module. * @module model/SystemAccessCredsSettings - * @version 4.2.1 + * @version 4.2.2 */ var SystemAccessCredsSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Target.js b/node_modules/akeyless/dist/model/Target.js index a80b3ab77..df95309dc 100644 --- a/node_modules/akeyless/dist/model/Target.js +++ b/node_modules/akeyless/dist/model/Target.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Target model module. * @module model/Target - * @version 4.2.1 + * @version 4.2.2 */ var Target = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateArtifactory.js b/node_modules/akeyless/dist/model/TargetCreateArtifactory.js index eb2b524e8..d27148c57 100644 --- a/node_modules/akeyless/dist/model/TargetCreateArtifactory.js +++ b/node_modules/akeyless/dist/model/TargetCreateArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateArtifactory model module. * @module model/TargetCreateArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateAws.js b/node_modules/akeyless/dist/model/TargetCreateAws.js index 04350b009..2ddb94956 100644 --- a/node_modules/akeyless/dist/model/TargetCreateAws.js +++ b/node_modules/akeyless/dist/model/TargetCreateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateAws model module. * @module model/TargetCreateAws - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateAzure.js b/node_modules/akeyless/dist/model/TargetCreateAzure.js index 6884c1a9c..a073c6e83 100644 --- a/node_modules/akeyless/dist/model/TargetCreateAzure.js +++ b/node_modules/akeyless/dist/model/TargetCreateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateAzure model module. * @module model/TargetCreateAzure - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateDB.js b/node_modules/akeyless/dist/model/TargetCreateDB.js index 500beafe8..a257f5bea 100644 --- a/node_modules/akeyless/dist/model/TargetCreateDB.js +++ b/node_modules/akeyless/dist/model/TargetCreateDB.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateDB model module. * @module model/TargetCreateDB - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateDB = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateDockerhub.js b/node_modules/akeyless/dist/model/TargetCreateDockerhub.js index 4daa968b3..a17bf0278 100644 --- a/node_modules/akeyless/dist/model/TargetCreateDockerhub.js +++ b/node_modules/akeyless/dist/model/TargetCreateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateDockerhub model module. * @module model/TargetCreateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateEks.js b/node_modules/akeyless/dist/model/TargetCreateEks.js index 2d0e61aa8..d74b1609b 100644 --- a/node_modules/akeyless/dist/model/TargetCreateEks.js +++ b/node_modules/akeyless/dist/model/TargetCreateEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateEks model module. * @module model/TargetCreateEks - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGcp.js b/node_modules/akeyless/dist/model/TargetCreateGcp.js index 55f5b108a..45487cc46 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGcp.js +++ b/node_modules/akeyless/dist/model/TargetCreateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGcp model module. * @module model/TargetCreateGcp - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGithub.js b/node_modules/akeyless/dist/model/TargetCreateGithub.js index 393c6c052..5f3700736 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGithub.js +++ b/node_modules/akeyless/dist/model/TargetCreateGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGithub model module. * @module model/TargetCreateGithub - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGitlab.js b/node_modules/akeyless/dist/model/TargetCreateGitlab.js index ad4ce319a..6bf3d3e52 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGitlab.js +++ b/node_modules/akeyless/dist/model/TargetCreateGitlab.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGitlab model module. * @module model/TargetCreateGitlab - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGitlab = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGke.js b/node_modules/akeyless/dist/model/TargetCreateGke.js index 8e2486a98..a030a9fb8 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGke.js +++ b/node_modules/akeyless/dist/model/TargetCreateGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGke model module. * @module model/TargetCreateGke - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGlobalSign.js b/node_modules/akeyless/dist/model/TargetCreateGlobalSign.js index 6df37d411..fd6b6e0c5 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGlobalSign.js +++ b/node_modules/akeyless/dist/model/TargetCreateGlobalSign.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGlobalSign model module. * @module model/TargetCreateGlobalSign - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGlobalSign = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGlobalSignAtlas.js b/node_modules/akeyless/dist/model/TargetCreateGlobalSignAtlas.js index 087665796..0142d1639 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGlobalSignAtlas.js +++ b/node_modules/akeyless/dist/model/TargetCreateGlobalSignAtlas.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGlobalSignAtlas model module. * @module model/TargetCreateGlobalSignAtlas - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGlobalSignAtlas = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateGodaddy.js b/node_modules/akeyless/dist/model/TargetCreateGodaddy.js index e644a918e..7125b9c82 100644 --- a/node_modules/akeyless/dist/model/TargetCreateGodaddy.js +++ b/node_modules/akeyless/dist/model/TargetCreateGodaddy.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateGodaddy model module. * @module model/TargetCreateGodaddy - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateGodaddy = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateHashiVault.js b/node_modules/akeyless/dist/model/TargetCreateHashiVault.js index 24361371d..35565cf2f 100644 --- a/node_modules/akeyless/dist/model/TargetCreateHashiVault.js +++ b/node_modules/akeyless/dist/model/TargetCreateHashiVault.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateHashiVault model module. * @module model/TargetCreateHashiVault - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateHashiVault = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateK8s.js b/node_modules/akeyless/dist/model/TargetCreateK8s.js index e1ed73b03..d3984f3b3 100644 --- a/node_modules/akeyless/dist/model/TargetCreateK8s.js +++ b/node_modules/akeyless/dist/model/TargetCreateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateK8s model module. * @module model/TargetCreateK8s - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateLdap.js b/node_modules/akeyless/dist/model/TargetCreateLdap.js index 6f048a6a7..dc222ab9f 100644 --- a/node_modules/akeyless/dist/model/TargetCreateLdap.js +++ b/node_modules/akeyless/dist/model/TargetCreateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateLdap model module. * @module model/TargetCreateLdap - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateLinked.js b/node_modules/akeyless/dist/model/TargetCreateLinked.js index 21ba4fe15..af6bd370d 100644 --- a/node_modules/akeyless/dist/model/TargetCreateLinked.js +++ b/node_modules/akeyless/dist/model/TargetCreateLinked.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateLinked model module. * @module model/TargetCreateLinked - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateLinked = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateOutput.js b/node_modules/akeyless/dist/model/TargetCreateOutput.js index e6a2de7c8..22002e201 100644 --- a/node_modules/akeyless/dist/model/TargetCreateOutput.js +++ b/node_modules/akeyless/dist/model/TargetCreateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateOutput model module. * @module model/TargetCreateOutput - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreatePing.js b/node_modules/akeyless/dist/model/TargetCreatePing.js index 124694778..12a9f9512 100644 --- a/node_modules/akeyless/dist/model/TargetCreatePing.js +++ b/node_modules/akeyless/dist/model/TargetCreatePing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreatePing model module. * @module model/TargetCreatePing - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreatePing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateRabbitMq.js b/node_modules/akeyless/dist/model/TargetCreateRabbitMq.js index 85e3b314c..d93fc5b14 100644 --- a/node_modules/akeyless/dist/model/TargetCreateRabbitMq.js +++ b/node_modules/akeyless/dist/model/TargetCreateRabbitMq.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateRabbitMq model module. * @module model/TargetCreateRabbitMq - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateRabbitMq = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateSalesforce.js b/node_modules/akeyless/dist/model/TargetCreateSalesforce.js index fe606fd71..2d1b5a7f4 100644 --- a/node_modules/akeyless/dist/model/TargetCreateSalesforce.js +++ b/node_modules/akeyless/dist/model/TargetCreateSalesforce.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateSalesforce model module. * @module model/TargetCreateSalesforce - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateSalesforce = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateSsh.js b/node_modules/akeyless/dist/model/TargetCreateSsh.js index 53fbf1006..1ab79c09c 100644 --- a/node_modules/akeyless/dist/model/TargetCreateSsh.js +++ b/node_modules/akeyless/dist/model/TargetCreateSsh.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateSsh model module. * @module model/TargetCreateSsh - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateSsh = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateWeb.js b/node_modules/akeyless/dist/model/TargetCreateWeb.js index fe891e780..ac9fd5ae2 100644 --- a/node_modules/akeyless/dist/model/TargetCreateWeb.js +++ b/node_modules/akeyless/dist/model/TargetCreateWeb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateWeb model module. * @module model/TargetCreateWeb - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateWeb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateWindows.js b/node_modules/akeyless/dist/model/TargetCreateWindows.js index 4bd91ef9e..b21d80271 100644 --- a/node_modules/akeyless/dist/model/TargetCreateWindows.js +++ b/node_modules/akeyless/dist/model/TargetCreateWindows.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateWindows model module. * @module model/TargetCreateWindows - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateWindows = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetCreateZeroSSL.js b/node_modules/akeyless/dist/model/TargetCreateZeroSSL.js index 66141c580..400d2341d 100644 --- a/node_modules/akeyless/dist/model/TargetCreateZeroSSL.js +++ b/node_modules/akeyless/dist/model/TargetCreateZeroSSL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetCreateZeroSSL model module. * @module model/TargetCreateZeroSSL - * @version 4.2.1 + * @version 4.2.2 */ var TargetCreateZeroSSL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetDelete.js b/node_modules/akeyless/dist/model/TargetDelete.js index bec81dfe8..fba52bb71 100644 --- a/node_modules/akeyless/dist/model/TargetDelete.js +++ b/node_modules/akeyless/dist/model/TargetDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetDelete model module. * @module model/TargetDelete - * @version 4.2.1 + * @version 4.2.2 */ var TargetDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetGet.js b/node_modules/akeyless/dist/model/TargetGet.js index 165701223..5d964d6c7 100644 --- a/node_modules/akeyless/dist/model/TargetGet.js +++ b/node_modules/akeyless/dist/model/TargetGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetGet model module. * @module model/TargetGet - * @version 4.2.1 + * @version 4.2.2 */ var TargetGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetGetDetails.js b/node_modules/akeyless/dist/model/TargetGetDetails.js index d87a08bee..314df71ce 100644 --- a/node_modules/akeyless/dist/model/TargetGetDetails.js +++ b/node_modules/akeyless/dist/model/TargetGetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetGetDetails model module. * @module model/TargetGetDetails - * @version 4.2.1 + * @version 4.2.2 */ var TargetGetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetItemAssociation.js b/node_modules/akeyless/dist/model/TargetItemAssociation.js index c4c660ca4..a3c4162f3 100644 --- a/node_modules/akeyless/dist/model/TargetItemAssociation.js +++ b/node_modules/akeyless/dist/model/TargetItemAssociation.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetItemAssociation model module. * @module model/TargetItemAssociation - * @version 4.2.1 + * @version 4.2.2 */ var TargetItemAssociation = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetItemVersion.js b/node_modules/akeyless/dist/model/TargetItemVersion.js index 0efca771e..4a2d37992 100644 --- a/node_modules/akeyless/dist/model/TargetItemVersion.js +++ b/node_modules/akeyless/dist/model/TargetItemVersion.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetItemVersion model module. * @module model/TargetItemVersion - * @version 4.2.1 + * @version 4.2.2 */ var TargetItemVersion = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetList.js b/node_modules/akeyless/dist/model/TargetList.js index d2c2ac6aa..e83266e70 100644 --- a/node_modules/akeyless/dist/model/TargetList.js +++ b/node_modules/akeyless/dist/model/TargetList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetList model module. * @module model/TargetList - * @version 4.2.1 + * @version 4.2.2 */ var TargetList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetNameWithHosts.js b/node_modules/akeyless/dist/model/TargetNameWithHosts.js index 3a8e5729d..ee0a0eb65 100644 --- a/node_modules/akeyless/dist/model/TargetNameWithHosts.js +++ b/node_modules/akeyless/dist/model/TargetNameWithHosts.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetNameWithHosts model module. * @module model/TargetNameWithHosts - * @version 4.2.1 + * @version 4.2.2 */ var TargetNameWithHosts = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetTypeDetailsInput.js b/node_modules/akeyless/dist/model/TargetTypeDetailsInput.js index 606fa2862..9b5b590ae 100644 --- a/node_modules/akeyless/dist/model/TargetTypeDetailsInput.js +++ b/node_modules/akeyless/dist/model/TargetTypeDetailsInput.js @@ -74,7 +74,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetTypeDetailsInput model module. * @module model/TargetTypeDetailsInput - * @version 4.2.1 + * @version 4.2.2 */ var TargetTypeDetailsInput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateArtifactory.js b/node_modules/akeyless/dist/model/TargetUpdateArtifactory.js index d37e93f0a..df84df81c 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateArtifactory.js +++ b/node_modules/akeyless/dist/model/TargetUpdateArtifactory.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateArtifactory model module. * @module model/TargetUpdateArtifactory - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateArtifactory = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateAws.js b/node_modules/akeyless/dist/model/TargetUpdateAws.js index 51584d7ed..4276effdb 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateAws.js +++ b/node_modules/akeyless/dist/model/TargetUpdateAws.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateAws model module. * @module model/TargetUpdateAws - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateAws = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateAzure.js b/node_modules/akeyless/dist/model/TargetUpdateAzure.js index d48ed6403..3caf6353c 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateAzure.js +++ b/node_modules/akeyless/dist/model/TargetUpdateAzure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateAzure model module. * @module model/TargetUpdateAzure - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateAzure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateDB.js b/node_modules/akeyless/dist/model/TargetUpdateDB.js index 41d65d9e7..0b41b5d39 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateDB.js +++ b/node_modules/akeyless/dist/model/TargetUpdateDB.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateDB model module. * @module model/TargetUpdateDB - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateDB = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateDockerhub.js b/node_modules/akeyless/dist/model/TargetUpdateDockerhub.js index 9a8774eb5..6b124cdec 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateDockerhub.js +++ b/node_modules/akeyless/dist/model/TargetUpdateDockerhub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateDockerhub model module. * @module model/TargetUpdateDockerhub - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateDockerhub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateEks.js b/node_modules/akeyless/dist/model/TargetUpdateEks.js index 60c66da82..ba3b907b4 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateEks.js +++ b/node_modules/akeyless/dist/model/TargetUpdateEks.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateEks model module. * @module model/TargetUpdateEks - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateEks = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGcp.js b/node_modules/akeyless/dist/model/TargetUpdateGcp.js index d594f8714..8ea4da1f6 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGcp.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGcp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGcp model module. * @module model/TargetUpdateGcp - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGcp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGithub.js b/node_modules/akeyless/dist/model/TargetUpdateGithub.js index 10711a389..bba3c80a7 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGithub.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGithub.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGithub model module. * @module model/TargetUpdateGithub - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGithub = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGitlab.js b/node_modules/akeyless/dist/model/TargetUpdateGitlab.js index 5bb80a027..44d7c79ec 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGitlab.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGitlab.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGitlab model module. * @module model/TargetUpdateGitlab - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGitlab = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGke.js b/node_modules/akeyless/dist/model/TargetUpdateGke.js index 9e14e405a..de27aaf06 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGke.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGke.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGke model module. * @module model/TargetUpdateGke - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGke = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGlobalSign.js b/node_modules/akeyless/dist/model/TargetUpdateGlobalSign.js index e6a84c1be..45b214ebd 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGlobalSign.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGlobalSign.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGlobalSign model module. * @module model/TargetUpdateGlobalSign - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGlobalSign = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGlobalSignAtlas.js b/node_modules/akeyless/dist/model/TargetUpdateGlobalSignAtlas.js index 5c9608a4d..9c47f1918 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGlobalSignAtlas.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGlobalSignAtlas.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGlobalSignAtlas model module. * @module model/TargetUpdateGlobalSignAtlas - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGlobalSignAtlas = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateGodaddy.js b/node_modules/akeyless/dist/model/TargetUpdateGodaddy.js index 8ecc29655..e9c85ced9 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateGodaddy.js +++ b/node_modules/akeyless/dist/model/TargetUpdateGodaddy.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateGodaddy model module. * @module model/TargetUpdateGodaddy - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateGodaddy = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateHashiVault.js b/node_modules/akeyless/dist/model/TargetUpdateHashiVault.js index 8cf4e6df7..2de3bbcf9 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateHashiVault.js +++ b/node_modules/akeyless/dist/model/TargetUpdateHashiVault.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateHashiVault model module. * @module model/TargetUpdateHashiVault - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateHashiVault = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateK8s.js b/node_modules/akeyless/dist/model/TargetUpdateK8s.js index 74b188ad3..784bca8cc 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateK8s.js +++ b/node_modules/akeyless/dist/model/TargetUpdateK8s.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateK8s model module. * @module model/TargetUpdateK8s - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateK8s = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateLdap.js b/node_modules/akeyless/dist/model/TargetUpdateLdap.js index 10c45ffd8..a2032deb4 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateLdap.js +++ b/node_modules/akeyless/dist/model/TargetUpdateLdap.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateLdap model module. * @module model/TargetUpdateLdap - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateLdap = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateLinked.js b/node_modules/akeyless/dist/model/TargetUpdateLinked.js index b3a930bcb..edf6da600 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateLinked.js +++ b/node_modules/akeyless/dist/model/TargetUpdateLinked.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateLinked model module. * @module model/TargetUpdateLinked - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateLinked = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateOutput.js b/node_modules/akeyless/dist/model/TargetUpdateOutput.js index e54dc1e8b..e87f09665 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateOutput.js +++ b/node_modules/akeyless/dist/model/TargetUpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateOutput model module. * @module model/TargetUpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdatePing.js b/node_modules/akeyless/dist/model/TargetUpdatePing.js index 0486b0e41..685479824 100644 --- a/node_modules/akeyless/dist/model/TargetUpdatePing.js +++ b/node_modules/akeyless/dist/model/TargetUpdatePing.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdatePing model module. * @module model/TargetUpdatePing - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdatePing = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateRabbitMq.js b/node_modules/akeyless/dist/model/TargetUpdateRabbitMq.js index f2f4cd5d0..ceddb75b1 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateRabbitMq.js +++ b/node_modules/akeyless/dist/model/TargetUpdateRabbitMq.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateRabbitMq model module. * @module model/TargetUpdateRabbitMq - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateRabbitMq = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateSalesforce.js b/node_modules/akeyless/dist/model/TargetUpdateSalesforce.js index 6897f0106..61e82d839 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateSalesforce.js +++ b/node_modules/akeyless/dist/model/TargetUpdateSalesforce.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateSalesforce model module. * @module model/TargetUpdateSalesforce - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateSalesforce = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateSsh.js b/node_modules/akeyless/dist/model/TargetUpdateSsh.js index 1a39887c7..4c84c20dd 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateSsh.js +++ b/node_modules/akeyless/dist/model/TargetUpdateSsh.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateSsh model module. * @module model/TargetUpdateSsh - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateSsh = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateWeb.js b/node_modules/akeyless/dist/model/TargetUpdateWeb.js index 61bc5aede..81958bb31 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateWeb.js +++ b/node_modules/akeyless/dist/model/TargetUpdateWeb.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateWeb model module. * @module model/TargetUpdateWeb - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateWeb = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateWindows.js b/node_modules/akeyless/dist/model/TargetUpdateWindows.js index 932d26b14..7192295b4 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateWindows.js +++ b/node_modules/akeyless/dist/model/TargetUpdateWindows.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateWindows model module. * @module model/TargetUpdateWindows - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateWindows = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TargetUpdateZeroSSL.js b/node_modules/akeyless/dist/model/TargetUpdateZeroSSL.js index 03e189c8e..32c3f1c4f 100644 --- a/node_modules/akeyless/dist/model/TargetUpdateZeroSSL.js +++ b/node_modules/akeyless/dist/model/TargetUpdateZeroSSL.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TargetUpdateZeroSSL model module. * @module model/TargetUpdateZeroSSL - * @version 4.2.1 + * @version 4.2.2 */ var TargetUpdateZeroSSL = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TmpUserData.js b/node_modules/akeyless/dist/model/TmpUserData.js index 9c755327b..0a7a3649f 100644 --- a/node_modules/akeyless/dist/model/TmpUserData.js +++ b/node_modules/akeyless/dist/model/TmpUserData.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TmpUserData model module. * @module model/TmpUserData - * @version 4.2.1 + * @version 4.2.2 */ var TmpUserData = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Tokenize.js b/node_modules/akeyless/dist/model/Tokenize.js index 83cb69203..fe4baf23f 100644 --- a/node_modules/akeyless/dist/model/Tokenize.js +++ b/node_modules/akeyless/dist/model/Tokenize.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Tokenize model module. * @module model/Tokenize - * @version 4.2.1 + * @version 4.2.2 */ var Tokenize = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TokenizeOutput.js b/node_modules/akeyless/dist/model/TokenizeOutput.js index 2d83137e1..01a619c22 100644 --- a/node_modules/akeyless/dist/model/TokenizeOutput.js +++ b/node_modules/akeyless/dist/model/TokenizeOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TokenizeOutput model module. * @module model/TokenizeOutput - * @version 4.2.1 + * @version 4.2.2 */ var TokenizeOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/TokenizerInfo.js b/node_modules/akeyless/dist/model/TokenizerInfo.js index 484a27704..c4f291521 100644 --- a/node_modules/akeyless/dist/model/TokenizerInfo.js +++ b/node_modules/akeyless/dist/model/TokenizerInfo.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The TokenizerInfo model module. * @module model/TokenizerInfo - * @version 4.2.1 + * @version 4.2.2 */ var TokenizerInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UIDTokenDetails.js b/node_modules/akeyless/dist/model/UIDTokenDetails.js index 9d113442c..30be9f568 100644 --- a/node_modules/akeyless/dist/model/UIDTokenDetails.js +++ b/node_modules/akeyless/dist/model/UIDTokenDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UIDTokenDetails model module. * @module model/UIDTokenDetails - * @version 4.2.1 + * @version 4.2.2 */ var UIDTokenDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidCreateChildToken.js b/node_modules/akeyless/dist/model/UidCreateChildToken.js index 2d2c81b34..56f8f7058 100644 --- a/node_modules/akeyless/dist/model/UidCreateChildToken.js +++ b/node_modules/akeyless/dist/model/UidCreateChildToken.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidCreateChildToken model module. * @module model/UidCreateChildToken - * @version 4.2.1 + * @version 4.2.2 */ var UidCreateChildToken = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidCreateChildTokenOutput.js b/node_modules/akeyless/dist/model/UidCreateChildTokenOutput.js index 13ea35664..e6dbe0f8a 100644 --- a/node_modules/akeyless/dist/model/UidCreateChildTokenOutput.js +++ b/node_modules/akeyless/dist/model/UidCreateChildTokenOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidCreateChildTokenOutput model module. * @module model/UidCreateChildTokenOutput - * @version 4.2.1 + * @version 4.2.2 */ var UidCreateChildTokenOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidGenerateToken.js b/node_modules/akeyless/dist/model/UidGenerateToken.js index 8f85c3679..45ff2ddd9 100644 --- a/node_modules/akeyless/dist/model/UidGenerateToken.js +++ b/node_modules/akeyless/dist/model/UidGenerateToken.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidGenerateToken model module. * @module model/UidGenerateToken - * @version 4.2.1 + * @version 4.2.2 */ var UidGenerateToken = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidGenerateTokenOutput.js b/node_modules/akeyless/dist/model/UidGenerateTokenOutput.js index 295cf1809..bf6973d24 100644 --- a/node_modules/akeyless/dist/model/UidGenerateTokenOutput.js +++ b/node_modules/akeyless/dist/model/UidGenerateTokenOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidGenerateTokenOutput model module. * @module model/UidGenerateTokenOutput - * @version 4.2.1 + * @version 4.2.2 */ var UidGenerateTokenOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidListChildren.js b/node_modules/akeyless/dist/model/UidListChildren.js index 65dd5037c..0ede6fc42 100644 --- a/node_modules/akeyless/dist/model/UidListChildren.js +++ b/node_modules/akeyless/dist/model/UidListChildren.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidListChildren model module. * @module model/UidListChildren - * @version 4.2.1 + * @version 4.2.2 */ var UidListChildren = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidRevokeToken.js b/node_modules/akeyless/dist/model/UidRevokeToken.js index 0fa8b93b3..4c1f6ac5b 100644 --- a/node_modules/akeyless/dist/model/UidRevokeToken.js +++ b/node_modules/akeyless/dist/model/UidRevokeToken.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidRevokeToken model module. * @module model/UidRevokeToken - * @version 4.2.1 + * @version 4.2.2 */ var UidRevokeToken = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidRotateToken.js b/node_modules/akeyless/dist/model/UidRotateToken.js index cf56ccf0f..945d03c38 100644 --- a/node_modules/akeyless/dist/model/UidRotateToken.js +++ b/node_modules/akeyless/dist/model/UidRotateToken.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidRotateToken model module. * @module model/UidRotateToken - * @version 4.2.1 + * @version 4.2.2 */ var UidRotateToken = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UidRotateTokenOutput.js b/node_modules/akeyless/dist/model/UidRotateTokenOutput.js index 027f58580..b2f6ad091 100644 --- a/node_modules/akeyless/dist/model/UidRotateTokenOutput.js +++ b/node_modules/akeyless/dist/model/UidRotateTokenOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UidRotateTokenOutput model module. * @module model/UidRotateTokenOutput - * @version 4.2.1 + * @version 4.2.2 */ var UidRotateTokenOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Unconfigure.js b/node_modules/akeyless/dist/model/Unconfigure.js index a1ae805b3..b8f5c31f4 100644 --- a/node_modules/akeyless/dist/model/Unconfigure.js +++ b/node_modules/akeyless/dist/model/Unconfigure.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Unconfigure model module. * @module model/Unconfigure - * @version 4.2.1 + * @version 4.2.2 */ var Unconfigure = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UniversalIdentityAccessRules.js b/node_modules/akeyless/dist/model/UniversalIdentityAccessRules.js index de857c72f..2fe7e92f7 100644 --- a/node_modules/akeyless/dist/model/UniversalIdentityAccessRules.js +++ b/node_modules/akeyless/dist/model/UniversalIdentityAccessRules.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UniversalIdentityAccessRules model module. * @module model/UniversalIdentityAccessRules - * @version 4.2.1 + * @version 4.2.2 */ var UniversalIdentityAccessRules = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UniversalIdentityDetails.js b/node_modules/akeyless/dist/model/UniversalIdentityDetails.js index e1decb51a..0fca2ac6b 100644 --- a/node_modules/akeyless/dist/model/UniversalIdentityDetails.js +++ b/node_modules/akeyless/dist/model/UniversalIdentityDetails.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UniversalIdentityDetails model module. * @module model/UniversalIdentityDetails - * @version 4.2.1 + * @version 4.2.2 */ var UniversalIdentityDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/Update.js b/node_modules/akeyless/dist/model/Update.js index b6026306f..bef6bd06b 100644 --- a/node_modules/akeyless/dist/model/Update.js +++ b/node_modules/akeyless/dist/model/Update.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The Update model module. * @module model/Update - * @version 4.2.1 + * @version 4.2.2 */ var Update = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAWSTarget.js b/node_modules/akeyless/dist/model/UpdateAWSTarget.js index 4e788f61e..806916a99 100644 --- a/node_modules/akeyless/dist/model/UpdateAWSTarget.js +++ b/node_modules/akeyless/dist/model/UpdateAWSTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAWSTarget model module. * @module model/UpdateAWSTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAWSTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAWSTargetDetails.js b/node_modules/akeyless/dist/model/UpdateAWSTargetDetails.js index 188c2104c..eb9da4e05 100644 --- a/node_modules/akeyless/dist/model/UpdateAWSTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateAWSTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAWSTargetDetails model module. * @module model/UpdateAWSTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAWSTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAccountSettings.js b/node_modules/akeyless/dist/model/UpdateAccountSettings.js index 864ea79e6..1a00435a2 100644 --- a/node_modules/akeyless/dist/model/UpdateAccountSettings.js +++ b/node_modules/akeyless/dist/model/UpdateAccountSettings.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAccountSettings model module. * @module model/UpdateAccountSettings - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAccountSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAccountSettingsOutput.js b/node_modules/akeyless/dist/model/UpdateAccountSettingsOutput.js index f05497556..35bc72bdb 100644 --- a/node_modules/akeyless/dist/model/UpdateAccountSettingsOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAccountSettingsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAccountSettingsOutput model module. * @module model/UpdateAccountSettingsOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAccountSettingsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateArtifactoryTarget.js b/node_modules/akeyless/dist/model/UpdateArtifactoryTarget.js index 9c66ad529..1f76e987b 100644 --- a/node_modules/akeyless/dist/model/UpdateArtifactoryTarget.js +++ b/node_modules/akeyless/dist/model/UpdateArtifactoryTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateArtifactoryTarget model module. * @module model/UpdateArtifactoryTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateArtifactoryTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateArtifactoryTargetOutput.js b/node_modules/akeyless/dist/model/UpdateArtifactoryTargetOutput.js index d7a621544..45bde54b0 100644 --- a/node_modules/akeyless/dist/model/UpdateArtifactoryTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateArtifactoryTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateArtifactoryTargetOutput model module. * @module model/UpdateArtifactoryTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateArtifactoryTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAssoc.js b/node_modules/akeyless/dist/model/UpdateAssoc.js index fef83b2e0..d7e7b6155 100644 --- a/node_modules/akeyless/dist/model/UpdateAssoc.js +++ b/node_modules/akeyless/dist/model/UpdateAssoc.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAssoc model module. * @module model/UpdateAssoc - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAssoc = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethod.js b/node_modules/akeyless/dist/model/UpdateAuthMethod.js index da7538ab4..466300b25 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethod.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethod.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethod model module. * @module model/UpdateAuthMethod - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethod = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodAWSIAM.js b/node_modules/akeyless/dist/model/UpdateAuthMethodAWSIAM.js index e0dc0471d..9a6cc0b2b 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodAWSIAM.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodAWSIAM.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodAWSIAM model module. * @module model/UpdateAuthMethodAWSIAM - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodAWSIAM = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodAzureAD.js b/node_modules/akeyless/dist/model/UpdateAuthMethodAzureAD.js index 4c97c9da7..fa5534adb 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodAzureAD.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodAzureAD.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodAzureAD model module. * @module model/UpdateAuthMethodAzureAD - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodAzureAD = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodCert.js b/node_modules/akeyless/dist/model/UpdateAuthMethodCert.js index 2d1e14da3..60cc31413 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodCert.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodCert.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodCert model module. * @module model/UpdateAuthMethodCert - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodCert = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodCertOutput.js b/node_modules/akeyless/dist/model/UpdateAuthMethodCertOutput.js index 8113a2ed1..20aff3e13 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodCertOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodCertOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodCertOutput model module. * @module model/UpdateAuthMethodCertOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodCertOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodGCP.js b/node_modules/akeyless/dist/model/UpdateAuthMethodGCP.js index ddddf710c..4726444b2 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodGCP.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodGCP.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodGCP model module. * @module model/UpdateAuthMethodGCP - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodGCP = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodK8S.js b/node_modules/akeyless/dist/model/UpdateAuthMethodK8S.js index ed9b283da..e949d290a 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodK8S.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodK8S.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodK8S model module. * @module model/UpdateAuthMethodK8S - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodK8S = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodK8SOutput.js b/node_modules/akeyless/dist/model/UpdateAuthMethodK8SOutput.js index 3199e6cfd..d8b2db5d3 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodK8SOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodK8SOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodK8SOutput model module. * @module model/UpdateAuthMethodK8SOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodK8SOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodLDAP.js b/node_modules/akeyless/dist/model/UpdateAuthMethodLDAP.js index c1cd87c09..6327d8882 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodLDAP.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodLDAP.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodLDAP model module. * @module model/UpdateAuthMethodLDAP - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodLDAP = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodLDAPOutput.js b/node_modules/akeyless/dist/model/UpdateAuthMethodLDAPOutput.js index ffe93cb42..9acb8d5dc 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodLDAPOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodLDAPOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodLDAPOutput model module. * @module model/UpdateAuthMethodLDAPOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodLDAPOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodOAuth2.js b/node_modules/akeyless/dist/model/UpdateAuthMethodOAuth2.js index 66b3e580c..2f6ea0ea5 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodOAuth2.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodOAuth2.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodOAuth2 model module. * @module model/UpdateAuthMethodOAuth2 - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodOAuth2 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodOCI.js b/node_modules/akeyless/dist/model/UpdateAuthMethodOCI.js index c1d828d34..4577d5e82 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodOCI.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodOCI.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodOCI model module. * @module model/UpdateAuthMethodOCI - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodOCI = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodOCIOutput.js b/node_modules/akeyless/dist/model/UpdateAuthMethodOCIOutput.js index c9d888189..ca3af4e60 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodOCIOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodOCIOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodOCIOutput model module. * @module model/UpdateAuthMethodOCIOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodOCIOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodOIDC.js b/node_modules/akeyless/dist/model/UpdateAuthMethodOIDC.js index 0603ef7b2..adbce3182 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodOIDC.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodOIDC.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodOIDC model module. * @module model/UpdateAuthMethodOIDC - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodOIDC = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodOutput.js b/node_modules/akeyless/dist/model/UpdateAuthMethodOutput.js index ea9a69705..8f95af61a 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodOutput model module. * @module model/UpdateAuthMethodOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodSAML.js b/node_modules/akeyless/dist/model/UpdateAuthMethodSAML.js index 2e11230cf..35f538175 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodSAML.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodSAML.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodSAML model module. * @module model/UpdateAuthMethodSAML - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodSAML = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAuthMethodUniversalIdentity.js b/node_modules/akeyless/dist/model/UpdateAuthMethodUniversalIdentity.js index 0b08f1062..8bfde4581 100644 --- a/node_modules/akeyless/dist/model/UpdateAuthMethodUniversalIdentity.js +++ b/node_modules/akeyless/dist/model/UpdateAuthMethodUniversalIdentity.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAuthMethodUniversalIdentity model module. * @module model/UpdateAuthMethodUniversalIdentity - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAuthMethodUniversalIdentity = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAzureTarget.js b/node_modules/akeyless/dist/model/UpdateAzureTarget.js index 81b099dfb..d2fe4d0c5 100644 --- a/node_modules/akeyless/dist/model/UpdateAzureTarget.js +++ b/node_modules/akeyless/dist/model/UpdateAzureTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAzureTarget model module. * @module model/UpdateAzureTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAzureTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateAzureTargetOutput.js b/node_modules/akeyless/dist/model/UpdateAzureTargetOutput.js index 393b94f11..0726ec453 100644 --- a/node_modules/akeyless/dist/model/UpdateAzureTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateAzureTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateAzureTargetOutput model module. * @module model/UpdateAzureTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateAzureTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateCertificateOutput.js b/node_modules/akeyless/dist/model/UpdateCertificateOutput.js index ddf55955d..5466f0cbf 100644 --- a/node_modules/akeyless/dist/model/UpdateCertificateOutput.js +++ b/node_modules/akeyless/dist/model/UpdateCertificateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateCertificateOutput model module. * @module model/UpdateCertificateOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateCertificateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateCertificateValue.js b/node_modules/akeyless/dist/model/UpdateCertificateValue.js index 4e6d09ced..068785f54 100644 --- a/node_modules/akeyless/dist/model/UpdateCertificateValue.js +++ b/node_modules/akeyless/dist/model/UpdateCertificateValue.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateCertificateValue model module. * @module model/UpdateCertificateValue - * @version 4.2.1 + * @version 4.2.2 */ var UpdateCertificateValue = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateClassicKeyCertificate.js b/node_modules/akeyless/dist/model/UpdateClassicKeyCertificate.js index ddb5cac9f..8aec535ce 100644 --- a/node_modules/akeyless/dist/model/UpdateClassicKeyCertificate.js +++ b/node_modules/akeyless/dist/model/UpdateClassicKeyCertificate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateClassicKeyCertificate model module. * @module model/UpdateClassicKeyCertificate - * @version 4.2.1 + * @version 4.2.2 */ var UpdateClassicKeyCertificate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateDBTarget.js b/node_modules/akeyless/dist/model/UpdateDBTarget.js index 2ee68efaf..e7e8aca28 100644 --- a/node_modules/akeyless/dist/model/UpdateDBTarget.js +++ b/node_modules/akeyless/dist/model/UpdateDBTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateDBTarget model module. * @module model/UpdateDBTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateDBTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateDBTargetDetails.js b/node_modules/akeyless/dist/model/UpdateDBTargetDetails.js index 54ff9c29a..2f8648e9f 100644 --- a/node_modules/akeyless/dist/model/UpdateDBTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateDBTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateDBTargetDetails model module. * @module model/UpdateDBTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateDBTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateDBTargetOutput.js b/node_modules/akeyless/dist/model/UpdateDBTargetOutput.js index 3bf007f12..22147e5e9 100644 --- a/node_modules/akeyless/dist/model/UpdateDBTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateDBTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateDBTargetOutput model module. * @module model/UpdateDBTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateDBTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateDockerhubTarget.js b/node_modules/akeyless/dist/model/UpdateDockerhubTarget.js index 4bbd5550e..7f95c9a92 100644 --- a/node_modules/akeyless/dist/model/UpdateDockerhubTarget.js +++ b/node_modules/akeyless/dist/model/UpdateDockerhubTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateDockerhubTarget model module. * @module model/UpdateDockerhubTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateDockerhubTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateDockerhubTargetOutput.js b/node_modules/akeyless/dist/model/UpdateDockerhubTargetOutput.js index 0f83daf13..a068cca40 100644 --- a/node_modules/akeyless/dist/model/UpdateDockerhubTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateDockerhubTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateDockerhubTargetOutput model module. * @module model/UpdateDockerhubTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateDockerhubTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateEKSTarget.js b/node_modules/akeyless/dist/model/UpdateEKSTarget.js index b612c370b..f8f66c8a8 100644 --- a/node_modules/akeyless/dist/model/UpdateEKSTarget.js +++ b/node_modules/akeyless/dist/model/UpdateEKSTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateEKSTarget model module. * @module model/UpdateEKSTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateEKSTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateEKSTargetOutput.js b/node_modules/akeyless/dist/model/UpdateEKSTargetOutput.js index e6517eaf4..16b502025 100644 --- a/node_modules/akeyless/dist/model/UpdateEKSTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateEKSTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateEKSTargetOutput model module. * @module model/UpdateEKSTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateEKSTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateEventForwarder.js b/node_modules/akeyless/dist/model/UpdateEventForwarder.js index 5b7d98156..893d15f09 100644 --- a/node_modules/akeyless/dist/model/UpdateEventForwarder.js +++ b/node_modules/akeyless/dist/model/UpdateEventForwarder.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateEventForwarder model module. * @module model/UpdateEventForwarder - * @version 4.2.1 + * @version 4.2.2 */ var UpdateEventForwarder = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGKETarget.js b/node_modules/akeyless/dist/model/UpdateGKETarget.js index 74f36fc93..228d5bcee 100644 --- a/node_modules/akeyless/dist/model/UpdateGKETarget.js +++ b/node_modules/akeyless/dist/model/UpdateGKETarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGKETarget model module. * @module model/UpdateGKETarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGKETarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGKETargetOutput.js b/node_modules/akeyless/dist/model/UpdateGKETargetOutput.js index a5288c799..b9adaf79f 100644 --- a/node_modules/akeyless/dist/model/UpdateGKETargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGKETargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGKETargetOutput model module. * @module model/UpdateGKETargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGKETargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGcpTarget.js b/node_modules/akeyless/dist/model/UpdateGcpTarget.js index 7374199e2..7096a01dd 100644 --- a/node_modules/akeyless/dist/model/UpdateGcpTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGcpTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGcpTarget model module. * @module model/UpdateGcpTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGcpTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGcpTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGcpTargetOutput.js index 647b2de0d..e5d947cea 100644 --- a/node_modules/akeyless/dist/model/UpdateGcpTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGcpTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGcpTargetOutput model module. * @module model/UpdateGcpTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGcpTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGithubTarget.js b/node_modules/akeyless/dist/model/UpdateGithubTarget.js index 0a71de514..cf805d6f1 100644 --- a/node_modules/akeyless/dist/model/UpdateGithubTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGithubTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGithubTarget model module. * @module model/UpdateGithubTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGithubTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGithubTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGithubTargetOutput.js index 7a8b8e24a..b2af76bc1 100644 --- a/node_modules/akeyless/dist/model/UpdateGithubTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGithubTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGithubTargetOutput model module. * @module model/UpdateGithubTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGithubTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGitlabTarget.js b/node_modules/akeyless/dist/model/UpdateGitlabTarget.js index 16b0547d8..824a9798a 100644 --- a/node_modules/akeyless/dist/model/UpdateGitlabTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGitlabTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGitlabTarget model module. * @module model/UpdateGitlabTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGitlabTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGitlabTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGitlabTargetOutput.js index 2bdb8bd30..f14719e50 100644 --- a/node_modules/akeyless/dist/model/UpdateGitlabTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGitlabTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGitlabTargetOutput model module. * @module model/UpdateGitlabTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGitlabTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTarget.js b/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTarget.js index 6d6b2ff17..fc6194822 100644 --- a/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGlobalSignAtlasTarget model module. * @module model/UpdateGlobalSignAtlasTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGlobalSignAtlasTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTargetOutput.js index 11c1e42e8..0ed8dc81f 100644 --- a/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGlobalSignAtlasTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGlobalSignAtlasTargetOutput model module. * @module model/UpdateGlobalSignAtlasTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGlobalSignAtlasTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGlobalSignTarget.js b/node_modules/akeyless/dist/model/UpdateGlobalSignTarget.js index b01ae9478..0d3a78a78 100644 --- a/node_modules/akeyless/dist/model/UpdateGlobalSignTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGlobalSignTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGlobalSignTarget model module. * @module model/UpdateGlobalSignTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGlobalSignTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGlobalSignTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGlobalSignTargetOutput.js index 740607d1c..0fb3241a9 100644 --- a/node_modules/akeyless/dist/model/UpdateGlobalSignTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGlobalSignTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGlobalSignTargetOutput model module. * @module model/UpdateGlobalSignTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGlobalSignTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGodaddyTarget.js b/node_modules/akeyless/dist/model/UpdateGodaddyTarget.js index 30eb987e0..0f5a7fb8f 100644 --- a/node_modules/akeyless/dist/model/UpdateGodaddyTarget.js +++ b/node_modules/akeyless/dist/model/UpdateGodaddyTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGodaddyTarget model module. * @module model/UpdateGodaddyTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGodaddyTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGodaddyTargetOutput.js b/node_modules/akeyless/dist/model/UpdateGodaddyTargetOutput.js index 3138223b3..08ac93b9f 100644 --- a/node_modules/akeyless/dist/model/UpdateGodaddyTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGodaddyTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGodaddyTargetOutput model module. * @module model/UpdateGodaddyTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGodaddyTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGroup.js b/node_modules/akeyless/dist/model/UpdateGroup.js index 426c3796e..a1014f9a5 100644 --- a/node_modules/akeyless/dist/model/UpdateGroup.js +++ b/node_modules/akeyless/dist/model/UpdateGroup.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGroup model module. * @module model/UpdateGroup - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGroup = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateGroupOutput.js b/node_modules/akeyless/dist/model/UpdateGroupOutput.js index c0f697b57..5ec9b8d35 100644 --- a/node_modules/akeyless/dist/model/UpdateGroupOutput.js +++ b/node_modules/akeyless/dist/model/UpdateGroupOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateGroupOutput model module. * @module model/UpdateGroupOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateGroupOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateHashiVaultTarget.js b/node_modules/akeyless/dist/model/UpdateHashiVaultTarget.js index 083a62eba..1c212b36f 100644 --- a/node_modules/akeyless/dist/model/UpdateHashiVaultTarget.js +++ b/node_modules/akeyless/dist/model/UpdateHashiVaultTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateHashiVaultTarget model module. * @module model/UpdateHashiVaultTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateHashiVaultTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateHashiVaultTargetOutput.js b/node_modules/akeyless/dist/model/UpdateHashiVaultTargetOutput.js index 4b7ea4c4c..51b2ce79e 100644 --- a/node_modules/akeyless/dist/model/UpdateHashiVaultTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateHashiVaultTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateHashiVaultTargetOutput model module. * @module model/UpdateHashiVaultTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateHashiVaultTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateItem.js b/node_modules/akeyless/dist/model/UpdateItem.js index fbe50d239..edc42d5d2 100644 --- a/node_modules/akeyless/dist/model/UpdateItem.js +++ b/node_modules/akeyless/dist/model/UpdateItem.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateItem model module. * @module model/UpdateItem - * @version 4.2.1 + * @version 4.2.2 */ var UpdateItem = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateItemOutput.js b/node_modules/akeyless/dist/model/UpdateItemOutput.js index 3f1fd7ad4..13fc65779 100644 --- a/node_modules/akeyless/dist/model/UpdateItemOutput.js +++ b/node_modules/akeyless/dist/model/UpdateItemOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateItemOutput model module. * @module model/UpdateItemOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateItemOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateLdapTarget.js b/node_modules/akeyless/dist/model/UpdateLdapTarget.js index f55b7375e..4b35072d8 100644 --- a/node_modules/akeyless/dist/model/UpdateLdapTarget.js +++ b/node_modules/akeyless/dist/model/UpdateLdapTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateLdapTarget model module. * @module model/UpdateLdapTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateLdapTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateLdapTargetDetails.js b/node_modules/akeyless/dist/model/UpdateLdapTargetDetails.js index 06bfb7286..f1ad58161 100644 --- a/node_modules/akeyless/dist/model/UpdateLdapTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateLdapTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateLdapTargetDetails model module. * @module model/UpdateLdapTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateLdapTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateLdapTargetOutput.js b/node_modules/akeyless/dist/model/UpdateLdapTargetOutput.js index 4fd03c6c6..751a2dad0 100644 --- a/node_modules/akeyless/dist/model/UpdateLdapTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateLdapTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateLdapTargetOutput model module. * @module model/UpdateLdapTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateLdapTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateLinkedTarget.js b/node_modules/akeyless/dist/model/UpdateLinkedTarget.js index 6e33d4c4d..aa09f31c8 100644 --- a/node_modules/akeyless/dist/model/UpdateLinkedTarget.js +++ b/node_modules/akeyless/dist/model/UpdateLinkedTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateLinkedTarget model module. * @module model/UpdateLinkedTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateLinkedTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateNativeK8STarget.js b/node_modules/akeyless/dist/model/UpdateNativeK8STarget.js index d82866395..af9a7de81 100644 --- a/node_modules/akeyless/dist/model/UpdateNativeK8STarget.js +++ b/node_modules/akeyless/dist/model/UpdateNativeK8STarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateNativeK8STarget model module. * @module model/UpdateNativeK8STarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateNativeK8STarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateNativeK8STargetOutput.js b/node_modules/akeyless/dist/model/UpdateNativeK8STargetOutput.js index 3cea38b53..40382f6c0 100644 --- a/node_modules/akeyless/dist/model/UpdateNativeK8STargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateNativeK8STargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateNativeK8STargetOutput model module. * @module model/UpdateNativeK8STargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateNativeK8STargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateOidcApp.js b/node_modules/akeyless/dist/model/UpdateOidcApp.js index 9b9a0190a..85545381d 100644 --- a/node_modules/akeyless/dist/model/UpdateOidcApp.js +++ b/node_modules/akeyless/dist/model/UpdateOidcApp.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateOidcApp model module. * @module model/UpdateOidcApp - * @version 4.2.1 + * @version 4.2.2 */ var UpdateOidcApp = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateOutput.js b/node_modules/akeyless/dist/model/UpdateOutput.js index 52f90e308..481c41183 100644 --- a/node_modules/akeyless/dist/model/UpdateOutput.js +++ b/node_modules/akeyless/dist/model/UpdateOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateOutput model module. * @module model/UpdateOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdatePKICertIssuer.js b/node_modules/akeyless/dist/model/UpdatePKICertIssuer.js index 92e1ee134..b8e54c57b 100644 --- a/node_modules/akeyless/dist/model/UpdatePKICertIssuer.js +++ b/node_modules/akeyless/dist/model/UpdatePKICertIssuer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdatePKICertIssuer model module. * @module model/UpdatePKICertIssuer - * @version 4.2.1 + * @version 4.2.2 */ var UpdatePKICertIssuer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdatePKICertIssuerOutput.js b/node_modules/akeyless/dist/model/UpdatePKICertIssuerOutput.js index 296869169..63401735f 100644 --- a/node_modules/akeyless/dist/model/UpdatePKICertIssuerOutput.js +++ b/node_modules/akeyless/dist/model/UpdatePKICertIssuerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdatePKICertIssuerOutput model module. * @module model/UpdatePKICertIssuerOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdatePKICertIssuerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdatePingTarget.js b/node_modules/akeyless/dist/model/UpdatePingTarget.js index 450eb4656..654ddfab5 100644 --- a/node_modules/akeyless/dist/model/UpdatePingTarget.js +++ b/node_modules/akeyless/dist/model/UpdatePingTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdatePingTarget model module. * @module model/UpdatePingTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdatePingTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRDPTargetDetails.js b/node_modules/akeyless/dist/model/UpdateRDPTargetDetails.js index 57bd67964..e4ae3e7fa 100644 --- a/node_modules/akeyless/dist/model/UpdateRDPTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateRDPTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRDPTargetDetails model module. * @module model/UpdateRDPTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRDPTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRabbitMQTarget.js b/node_modules/akeyless/dist/model/UpdateRabbitMQTarget.js index 658f67995..fc0c925b5 100644 --- a/node_modules/akeyless/dist/model/UpdateRabbitMQTarget.js +++ b/node_modules/akeyless/dist/model/UpdateRabbitMQTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRabbitMQTarget model module. * @module model/UpdateRabbitMQTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRabbitMQTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRabbitMQTargetDetails.js b/node_modules/akeyless/dist/model/UpdateRabbitMQTargetDetails.js index b4988558a..cd1bc1c5c 100644 --- a/node_modules/akeyless/dist/model/UpdateRabbitMQTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateRabbitMQTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRabbitMQTargetDetails model module. * @module model/UpdateRabbitMQTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRabbitMQTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRabbitMQTargetOutput.js b/node_modules/akeyless/dist/model/UpdateRabbitMQTargetOutput.js index 93a774be9..e0493b4c4 100644 --- a/node_modules/akeyless/dist/model/UpdateRabbitMQTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateRabbitMQTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRabbitMQTargetOutput model module. * @module model/UpdateRabbitMQTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRabbitMQTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRole.js b/node_modules/akeyless/dist/model/UpdateRole.js index 8f6e080ff..5b6dad19e 100644 --- a/node_modules/akeyless/dist/model/UpdateRole.js +++ b/node_modules/akeyless/dist/model/UpdateRole.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRole model module. * @module model/UpdateRole - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRole = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRoleOutput.js b/node_modules/akeyless/dist/model/UpdateRoleOutput.js index 3ec1d9896..78c444422 100644 --- a/node_modules/akeyless/dist/model/UpdateRoleOutput.js +++ b/node_modules/akeyless/dist/model/UpdateRoleOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRoleOutput model module. * @module model/UpdateRoleOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRoleOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRotatedSecret.js b/node_modules/akeyless/dist/model/UpdateRotatedSecret.js index 86e140bdd..fbdd11dc8 100644 --- a/node_modules/akeyless/dist/model/UpdateRotatedSecret.js +++ b/node_modules/akeyless/dist/model/UpdateRotatedSecret.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRotatedSecret model module. * @module model/UpdateRotatedSecret - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRotatedSecret = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRotatedSecretOutput.js b/node_modules/akeyless/dist/model/UpdateRotatedSecretOutput.js index e55876736..84e17aa59 100644 --- a/node_modules/akeyless/dist/model/UpdateRotatedSecretOutput.js +++ b/node_modules/akeyless/dist/model/UpdateRotatedSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRotatedSecretOutput model module. * @module model/UpdateRotatedSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRotatedSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateRotationSettings.js b/node_modules/akeyless/dist/model/UpdateRotationSettings.js index c8c73e694..bcd5c49ee 100644 --- a/node_modules/akeyless/dist/model/UpdateRotationSettings.js +++ b/node_modules/akeyless/dist/model/UpdateRotationSettings.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateRotationSettings model module. * @module model/UpdateRotationSettings - * @version 4.2.1 + * @version 4.2.2 */ var UpdateRotationSettings = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSSHCertIssuer.js b/node_modules/akeyless/dist/model/UpdateSSHCertIssuer.js index 6e90726ca..6400e4ff0 100644 --- a/node_modules/akeyless/dist/model/UpdateSSHCertIssuer.js +++ b/node_modules/akeyless/dist/model/UpdateSSHCertIssuer.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSSHCertIssuer model module. * @module model/UpdateSSHCertIssuer - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSSHCertIssuer = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSSHCertIssuerOutput.js b/node_modules/akeyless/dist/model/UpdateSSHCertIssuerOutput.js index b2f425649..d4cfa7099 100644 --- a/node_modules/akeyless/dist/model/UpdateSSHCertIssuerOutput.js +++ b/node_modules/akeyless/dist/model/UpdateSSHCertIssuerOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSSHCertIssuerOutput model module. * @module model/UpdateSSHCertIssuerOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSSHCertIssuerOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSSHTarget.js b/node_modules/akeyless/dist/model/UpdateSSHTarget.js index a0f45e05f..8f3723c50 100644 --- a/node_modules/akeyless/dist/model/UpdateSSHTarget.js +++ b/node_modules/akeyless/dist/model/UpdateSSHTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSSHTarget model module. * @module model/UpdateSSHTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSSHTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSSHTargetDetails.js b/node_modules/akeyless/dist/model/UpdateSSHTargetDetails.js index d5619842b..615836e62 100644 --- a/node_modules/akeyless/dist/model/UpdateSSHTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateSSHTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSSHTargetDetails model module. * @module model/UpdateSSHTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSSHTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSSHTargetOutput.js b/node_modules/akeyless/dist/model/UpdateSSHTargetOutput.js index 9d8791607..d7c1b0fcc 100644 --- a/node_modules/akeyless/dist/model/UpdateSSHTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateSSHTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSSHTargetOutput model module. * @module model/UpdateSSHTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSSHTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSalesforceTarget.js b/node_modules/akeyless/dist/model/UpdateSalesforceTarget.js index f8675afd2..a9df64296 100644 --- a/node_modules/akeyless/dist/model/UpdateSalesforceTarget.js +++ b/node_modules/akeyless/dist/model/UpdateSalesforceTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSalesforceTarget model module. * @module model/UpdateSalesforceTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSalesforceTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSalesforceTargetOutput.js b/node_modules/akeyless/dist/model/UpdateSalesforceTargetOutput.js index 7663231c5..b12ba9148 100644 --- a/node_modules/akeyless/dist/model/UpdateSalesforceTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateSalesforceTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSalesforceTargetOutput model module. * @module model/UpdateSalesforceTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSalesforceTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSecretVal.js b/node_modules/akeyless/dist/model/UpdateSecretVal.js index 3a933f4dc..8e9a3b71d 100644 --- a/node_modules/akeyless/dist/model/UpdateSecretVal.js +++ b/node_modules/akeyless/dist/model/UpdateSecretVal.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSecretVal model module. * @module model/UpdateSecretVal - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSecretVal = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateSecretValOutput.js b/node_modules/akeyless/dist/model/UpdateSecretValOutput.js index 61a248b8e..dab2d9aa4 100644 --- a/node_modules/akeyless/dist/model/UpdateSecretValOutput.js +++ b/node_modules/akeyless/dist/model/UpdateSecretValOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateSecretValOutput model module. * @module model/UpdateSecretValOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateSecretValOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateTarget.js b/node_modules/akeyless/dist/model/UpdateTarget.js index e4fb46cb8..c398f3ee3 100644 --- a/node_modules/akeyless/dist/model/UpdateTarget.js +++ b/node_modules/akeyless/dist/model/UpdateTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateTarget model module. * @module model/UpdateTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateTargetDetails.js b/node_modules/akeyless/dist/model/UpdateTargetDetails.js index 49814c7d4..6e16e7b59 100644 --- a/node_modules/akeyless/dist/model/UpdateTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateTargetDetails model module. * @module model/UpdateTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateTargetDetailsOutput.js b/node_modules/akeyless/dist/model/UpdateTargetDetailsOutput.js index da1c8ad44..c4452fe7a 100644 --- a/node_modules/akeyless/dist/model/UpdateTargetDetailsOutput.js +++ b/node_modules/akeyless/dist/model/UpdateTargetDetailsOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateTargetDetailsOutput model module. * @module model/UpdateTargetDetailsOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateTargetDetailsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateTargetOutput.js b/node_modules/akeyless/dist/model/UpdateTargetOutput.js index c7e098382..9bfcb9ccd 100644 --- a/node_modules/akeyless/dist/model/UpdateTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateTargetOutput model module. * @module model/UpdateTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateWebTarget.js b/node_modules/akeyless/dist/model/UpdateWebTarget.js index 87192e8ea..debe90420 100644 --- a/node_modules/akeyless/dist/model/UpdateWebTarget.js +++ b/node_modules/akeyless/dist/model/UpdateWebTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateWebTarget model module. * @module model/UpdateWebTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateWebTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateWebTargetDetails.js b/node_modules/akeyless/dist/model/UpdateWebTargetDetails.js index 7c831b47e..27d49782a 100644 --- a/node_modules/akeyless/dist/model/UpdateWebTargetDetails.js +++ b/node_modules/akeyless/dist/model/UpdateWebTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateWebTargetDetails model module. * @module model/UpdateWebTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var UpdateWebTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateWebTargetOutput.js b/node_modules/akeyless/dist/model/UpdateWebTargetOutput.js index aca5efeee..63d484295 100644 --- a/node_modules/akeyless/dist/model/UpdateWebTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateWebTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateWebTargetOutput model module. * @module model/UpdateWebTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateWebTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateWindowsTarget.js b/node_modules/akeyless/dist/model/UpdateWindowsTarget.js index a4de05c7a..67ab53c23 100644 --- a/node_modules/akeyless/dist/model/UpdateWindowsTarget.js +++ b/node_modules/akeyless/dist/model/UpdateWindowsTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateWindowsTarget model module. * @module model/UpdateWindowsTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateWindowsTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateZeroSSLTarget.js b/node_modules/akeyless/dist/model/UpdateZeroSSLTarget.js index e0ba76e40..987338d22 100644 --- a/node_modules/akeyless/dist/model/UpdateZeroSSLTarget.js +++ b/node_modules/akeyless/dist/model/UpdateZeroSSLTarget.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateZeroSSLTarget model module. * @module model/UpdateZeroSSLTarget - * @version 4.2.1 + * @version 4.2.2 */ var UpdateZeroSSLTarget = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UpdateZeroSSLTargetOutput.js b/node_modules/akeyless/dist/model/UpdateZeroSSLTargetOutput.js index e8647bf79..446cc554c 100644 --- a/node_modules/akeyless/dist/model/UpdateZeroSSLTargetOutput.js +++ b/node_modules/akeyless/dist/model/UpdateZeroSSLTargetOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UpdateZeroSSLTargetOutput model module. * @module model/UpdateZeroSSLTargetOutput - * @version 4.2.1 + * @version 4.2.2 */ var UpdateZeroSSLTargetOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UploadPKCS12.js b/node_modules/akeyless/dist/model/UploadPKCS12.js index 325d93277..7bb594f7e 100644 --- a/node_modules/akeyless/dist/model/UploadPKCS12.js +++ b/node_modules/akeyless/dist/model/UploadPKCS12.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UploadPKCS12 model module. * @module model/UploadPKCS12 - * @version 4.2.1 + * @version 4.2.2 */ var UploadPKCS12 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UploadRSA.js b/node_modules/akeyless/dist/model/UploadRSA.js index c60a08bc8..44220d45c 100644 --- a/node_modules/akeyless/dist/model/UploadRSA.js +++ b/node_modules/akeyless/dist/model/UploadRSA.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UploadRSA model module. * @module model/UploadRSA - * @version 4.2.1 + * @version 4.2.2 */ var UploadRSA = /*#__PURE__*/function () { /** @@ -67,6 +67,10 @@ var UploadRSA = /*#__PURE__*/function () { obj['cert-file-data'] = _ApiClient["default"].convertToType(data['cert-file-data'], 'String'); } + if (data.hasOwnProperty('certificate-format')) { + obj['certificate-format'] = _ApiClient["default"].convertToType(data['certificate-format'], 'String'); + } + if (data.hasOwnProperty('customer-frg-id')) { obj['customer-frg-id'] = _ApiClient["default"].convertToType(data['customer-frg-id'], 'String'); } @@ -135,6 +139,11 @@ UploadRSA.prototype['alg'] = undefined; */ UploadRSA.prototype['cert-file-data'] = undefined; +/** + * @member {String} certificate-format + */ + +UploadRSA.prototype['certificate-format'] = undefined; /** * The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) * @member {String} customer-frg-id diff --git a/node_modules/akeyless/dist/model/UsageEventSetting.js b/node_modules/akeyless/dist/model/UsageEventSetting.js index 06ee329ab..dc3eeb01c 100644 --- a/node_modules/akeyless/dist/model/UsageEventSetting.js +++ b/node_modules/akeyless/dist/model/UsageEventSetting.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UsageEventSetting model module. * @module model/UsageEventSetting - * @version 4.2.1 + * @version 4.2.2 */ var UsageEventSetting = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UsageReportSummary.js b/node_modules/akeyless/dist/model/UsageReportSummary.js index 774cf12e8..2c01b5d38 100644 --- a/node_modules/akeyless/dist/model/UsageReportSummary.js +++ b/node_modules/akeyless/dist/model/UsageReportSummary.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UsageReportSummary model module. * @module model/UsageReportSummary - * @version 4.2.1 + * @version 4.2.2 */ var UsageReportSummary = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscCreate.js b/node_modules/akeyless/dist/model/UscCreate.js index 398668c87..24e09227a 100644 --- a/node_modules/akeyless/dist/model/UscCreate.js +++ b/node_modules/akeyless/dist/model/UscCreate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscCreate model module. * @module model/UscCreate - * @version 4.2.1 + * @version 4.2.2 */ var UscCreate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscCreateSecretOutput.js b/node_modules/akeyless/dist/model/UscCreateSecretOutput.js index 34acadca6..5284a4448 100644 --- a/node_modules/akeyless/dist/model/UscCreateSecretOutput.js +++ b/node_modules/akeyless/dist/model/UscCreateSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscCreateSecretOutput model module. * @module model/UscCreateSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var UscCreateSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscDelete.js b/node_modules/akeyless/dist/model/UscDelete.js index ed3ef2260..578050399 100644 --- a/node_modules/akeyless/dist/model/UscDelete.js +++ b/node_modules/akeyless/dist/model/UscDelete.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscDelete model module. * @module model/UscDelete - * @version 4.2.1 + * @version 4.2.2 */ var UscDelete = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscDeleteSecretOutput.js b/node_modules/akeyless/dist/model/UscDeleteSecretOutput.js index 1339493fe..7575ebffa 100644 --- a/node_modules/akeyless/dist/model/UscDeleteSecretOutput.js +++ b/node_modules/akeyless/dist/model/UscDeleteSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscDeleteSecretOutput model module. * @module model/UscDeleteSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var UscDeleteSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscGet.js b/node_modules/akeyless/dist/model/UscGet.js index 10ae852ab..cf2f22649 100644 --- a/node_modules/akeyless/dist/model/UscGet.js +++ b/node_modules/akeyless/dist/model/UscGet.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscGet model module. * @module model/UscGet - * @version 4.2.1 + * @version 4.2.2 */ var UscGet = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscGetSecretOutput.js b/node_modules/akeyless/dist/model/UscGetSecretOutput.js index 3b89d8ec0..3d8036385 100644 --- a/node_modules/akeyless/dist/model/UscGetSecretOutput.js +++ b/node_modules/akeyless/dist/model/UscGetSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscGetSecretOutput model module. * @module model/UscGetSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var UscGetSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscList.js b/node_modules/akeyless/dist/model/UscList.js index 0820bd434..c75ed5a28 100644 --- a/node_modules/akeyless/dist/model/UscList.js +++ b/node_modules/akeyless/dist/model/UscList.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscList model module. * @module model/UscList - * @version 4.2.1 + * @version 4.2.2 */ var UscList = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscListSecretsOutput.js b/node_modules/akeyless/dist/model/UscListSecretsOutput.js index e7d938951..19ed2f58b 100644 --- a/node_modules/akeyless/dist/model/UscListSecretsOutput.js +++ b/node_modules/akeyless/dist/model/UscListSecretsOutput.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscListSecretsOutput model module. * @module model/UscListSecretsOutput - * @version 4.2.1 + * @version 4.2.2 */ var UscListSecretsOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscUpdate.js b/node_modules/akeyless/dist/model/UscUpdate.js index fdf95f6e0..486c119c7 100644 --- a/node_modules/akeyless/dist/model/UscUpdate.js +++ b/node_modules/akeyless/dist/model/UscUpdate.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscUpdate model module. * @module model/UscUpdate - * @version 4.2.1 + * @version 4.2.2 */ var UscUpdate = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/UscUpdateSecretOutput.js b/node_modules/akeyless/dist/model/UscUpdateSecretOutput.js index 0d7f2cff0..80b9f89db 100644 --- a/node_modules/akeyless/dist/model/UscUpdateSecretOutput.js +++ b/node_modules/akeyless/dist/model/UscUpdateSecretOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The UscUpdateSecretOutput model module. * @module model/UscUpdateSecretOutput - * @version 4.2.1 + * @version 4.2.2 */ var UscUpdateSecretOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ValidateToken.js b/node_modules/akeyless/dist/model/ValidateToken.js index f07055ca5..8c252f251 100644 --- a/node_modules/akeyless/dist/model/ValidateToken.js +++ b/node_modules/akeyless/dist/model/ValidateToken.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ValidateToken model module. * @module model/ValidateToken - * @version 4.2.1 + * @version 4.2.2 */ var ValidateToken = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ValidateTokenOutput.js b/node_modules/akeyless/dist/model/ValidateTokenOutput.js index 7d01f0dce..4cff64137 100644 --- a/node_modules/akeyless/dist/model/ValidateTokenOutput.js +++ b/node_modules/akeyless/dist/model/ValidateTokenOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ValidateTokenOutput model module. * @module model/ValidateTokenOutput - * @version 4.2.1 + * @version 4.2.2 */ var ValidateTokenOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VaultlessTokenizerInfo.js b/node_modules/akeyless/dist/model/VaultlessTokenizerInfo.js index 12d995875..73139cf5f 100644 --- a/node_modules/akeyless/dist/model/VaultlessTokenizerInfo.js +++ b/node_modules/akeyless/dist/model/VaultlessTokenizerInfo.js @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VaultlessTokenizerInfo model module. * @module model/VaultlessTokenizerInfo - * @version 4.2.1 + * @version 4.2.2 */ var VaultlessTokenizerInfo = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VenafiTargetDetails.js b/node_modules/akeyless/dist/model/VenafiTargetDetails.js index 3835e08f8..ca96e9a21 100644 --- a/node_modules/akeyless/dist/model/VenafiTargetDetails.js +++ b/node_modules/akeyless/dist/model/VenafiTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VenafiTargetDetails model module. * @module model/VenafiTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var VenafiTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyDataWithClassicKey.js b/node_modules/akeyless/dist/model/VerifyDataWithClassicKey.js index 7d4a82a47..f67da1078 100644 --- a/node_modules/akeyless/dist/model/VerifyDataWithClassicKey.js +++ b/node_modules/akeyless/dist/model/VerifyDataWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyDataWithClassicKey model module. * @module model/VerifyDataWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var VerifyDataWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyEcDsa.js b/node_modules/akeyless/dist/model/VerifyEcDsa.js index 87f6286a3..956c4da48 100644 --- a/node_modules/akeyless/dist/model/VerifyEcDsa.js +++ b/node_modules/akeyless/dist/model/VerifyEcDsa.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyEcDsa model module. * @module model/VerifyEcDsa - * @version 4.2.1 + * @version 4.2.2 */ var VerifyEcDsa = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyGPG.js b/node_modules/akeyless/dist/model/VerifyGPG.js index 6271309c1..2d4895dab 100644 --- a/node_modules/akeyless/dist/model/VerifyGPG.js +++ b/node_modules/akeyless/dist/model/VerifyGPG.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyGPG model module. * @module model/VerifyGPG - * @version 4.2.1 + * @version 4.2.2 */ var VerifyGPG = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyJWTOutput.js b/node_modules/akeyless/dist/model/VerifyJWTOutput.js index 9dbe4db05..333481921 100644 --- a/node_modules/akeyless/dist/model/VerifyJWTOutput.js +++ b/node_modules/akeyless/dist/model/VerifyJWTOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyJWTOutput model module. * @module model/VerifyJWTOutput - * @version 4.2.1 + * @version 4.2.2 */ var VerifyJWTOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyJWTWithClassicKey.js b/node_modules/akeyless/dist/model/VerifyJWTWithClassicKey.js index d6d5e241a..86df1a441 100644 --- a/node_modules/akeyless/dist/model/VerifyJWTWithClassicKey.js +++ b/node_modules/akeyless/dist/model/VerifyJWTWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyJWTWithClassicKey model module. * @module model/VerifyJWTWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var VerifyJWTWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyPKCS1.js b/node_modules/akeyless/dist/model/VerifyPKCS1.js index e92a2fa2e..7093e0d0e 100644 --- a/node_modules/akeyless/dist/model/VerifyPKCS1.js +++ b/node_modules/akeyless/dist/model/VerifyPKCS1.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyPKCS1 model module. * @module model/VerifyPKCS1 - * @version 4.2.1 + * @version 4.2.2 */ var VerifyPKCS1 = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyPKICertOutput.js b/node_modules/akeyless/dist/model/VerifyPKICertOutput.js index 8e696d9fe..06386f695 100644 --- a/node_modules/akeyless/dist/model/VerifyPKICertOutput.js +++ b/node_modules/akeyless/dist/model/VerifyPKICertOutput.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyPKICertOutput model module. * @module model/VerifyPKICertOutput - * @version 4.2.1 + * @version 4.2.2 */ var VerifyPKICertOutput = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyPKICertWithClassicKey.js b/node_modules/akeyless/dist/model/VerifyPKICertWithClassicKey.js index 54ce20088..604e9d66b 100644 --- a/node_modules/akeyless/dist/model/VerifyPKICertWithClassicKey.js +++ b/node_modules/akeyless/dist/model/VerifyPKICertWithClassicKey.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyPKICertWithClassicKey model module. * @module model/VerifyPKICertWithClassicKey - * @version 4.2.1 + * @version 4.2.2 */ var VerifyPKICertWithClassicKey = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/VerifyRsaSsaPss.js b/node_modules/akeyless/dist/model/VerifyRsaSsaPss.js index 24dac2c59..0734ef3c1 100644 --- a/node_modules/akeyless/dist/model/VerifyRsaSsaPss.js +++ b/node_modules/akeyless/dist/model/VerifyRsaSsaPss.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The VerifyRsaSsaPss model module. * @module model/VerifyRsaSsaPss - * @version 4.2.1 + * @version 4.2.2 */ var VerifyRsaSsaPss = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/WebHookNotiForwarderPublicDetails.js b/node_modules/akeyless/dist/model/WebHookNotiForwarderPublicDetails.js index a9e5fc854..1ad2500b4 100644 --- a/node_modules/akeyless/dist/model/WebHookNotiForwarderPublicDetails.js +++ b/node_modules/akeyless/dist/model/WebHookNotiForwarderPublicDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The WebHookNotiForwarderPublicDetails model module. * @module model/WebHookNotiForwarderPublicDetails - * @version 4.2.1 + * @version 4.2.2 */ var WebHookNotiForwarderPublicDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/WebTargetDetails.js b/node_modules/akeyless/dist/model/WebTargetDetails.js index fc69d2f5b..1aa04a9b8 100644 --- a/node_modules/akeyless/dist/model/WebTargetDetails.js +++ b/node_modules/akeyless/dist/model/WebTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The WebTargetDetails model module. * @module model/WebTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var WebTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/WindowsService.js b/node_modules/akeyless/dist/model/WindowsService.js index 570cd29f3..cfe198cca 100644 --- a/node_modules/akeyless/dist/model/WindowsService.js +++ b/node_modules/akeyless/dist/model/WindowsService.js @@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The WindowsService model module. * @module model/WindowsService - * @version 4.2.1 + * @version 4.2.2 */ var WindowsService = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/WindowsServiceAttributes.js b/node_modules/akeyless/dist/model/WindowsServiceAttributes.js index f3bcbbe3c..ba6dc14ec 100644 --- a/node_modules/akeyless/dist/model/WindowsServiceAttributes.js +++ b/node_modules/akeyless/dist/model/WindowsServiceAttributes.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The WindowsServiceAttributes model module. * @module model/WindowsServiceAttributes - * @version 4.2.1 + * @version 4.2.2 */ var WindowsServiceAttributes = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/WindowsTargetDetails.js b/node_modules/akeyless/dist/model/WindowsTargetDetails.js index fbac21d49..a01ee921c 100644 --- a/node_modules/akeyless/dist/model/WindowsTargetDetails.js +++ b/node_modules/akeyless/dist/model/WindowsTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The WindowsTargetDetails model module. * @module model/WindowsTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var WindowsTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/dist/model/ZeroSSLTargetDetails.js b/node_modules/akeyless/dist/model/ZeroSSLTargetDetails.js index 383c0a044..02b9b7943 100644 --- a/node_modules/akeyless/dist/model/ZeroSSLTargetDetails.js +++ b/node_modules/akeyless/dist/model/ZeroSSLTargetDetails.js @@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * The ZeroSSLTargetDetails model module. * @module model/ZeroSSLTargetDetails - * @version 4.2.1 + * @version 4.2.2 */ var ZeroSSLTargetDetails = /*#__PURE__*/function () { /** diff --git a/node_modules/akeyless/package.json b/node_modules/akeyless/package.json index cc0afd81c..f5f070eac 100644 --- a/node_modules/akeyless/package.json +++ b/node_modules/akeyless/package.json @@ -1,6 +1,6 @@ { "name": "akeyless", - "version": "4.2.1", + "version": "4.2.2", "description": "The_purpose_of_this_application_is_to_provide_access_to_Akeyless_API_", "license": "Unlicense", "main": "dist/index.js", diff --git a/node_modules/uuid/CHANGELOG.md b/node_modules/uuid/CHANGELOG.md deleted file mode 100644 index 7519d19d8..000000000 --- a/node_modules/uuid/CHANGELOG.md +++ /dev/null @@ -1,229 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### [8.3.2](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) (2020-12-08) - -### Bug Fixes - -- lazy load getRandomValues ([#537](https://github.com/uuidjs/uuid/issues/537)) ([16c8f6d](https://github.com/uuidjs/uuid/commit/16c8f6df2f6b09b4d6235602d6a591188320a82e)), closes [#536](https://github.com/uuidjs/uuid/issues/536) - -### [8.3.1](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1) (2020-10-04) - -### Bug Fixes - -- support expo>=39.0.0 ([#515](https://github.com/uuidjs/uuid/issues/515)) ([c65a0f3](https://github.com/uuidjs/uuid/commit/c65a0f3fa73b901959d638d1e3591dfacdbed867)), closes [#375](https://github.com/uuidjs/uuid/issues/375) - -## [8.3.0](https://github.com/uuidjs/uuid/compare/v8.2.0...v8.3.0) (2020-07-27) - -### Features - -- add parse/stringify/validate/version/NIL APIs ([#479](https://github.com/uuidjs/uuid/issues/479)) ([0e6c10b](https://github.com/uuidjs/uuid/commit/0e6c10ba1bf9517796ff23c052fc0468eedfd5f4)), closes [#475](https://github.com/uuidjs/uuid/issues/475) [#478](https://github.com/uuidjs/uuid/issues/478) [#480](https://github.com/uuidjs/uuid/issues/480) [#481](https://github.com/uuidjs/uuid/issues/481) [#180](https://github.com/uuidjs/uuid/issues/180) - -## [8.2.0](https://github.com/uuidjs/uuid/compare/v8.1.0...v8.2.0) (2020-06-23) - -### Features - -- improve performance of v1 string representation ([#453](https://github.com/uuidjs/uuid/issues/453)) ([0ee0b67](https://github.com/uuidjs/uuid/commit/0ee0b67c37846529c66089880414d29f3ae132d5)) -- remove deprecated v4 string parameter ([#454](https://github.com/uuidjs/uuid/issues/454)) ([88ce3ca](https://github.com/uuidjs/uuid/commit/88ce3ca0ba046f60856de62c7ce03f7ba98ba46c)), closes [#437](https://github.com/uuidjs/uuid/issues/437) -- support jspm ([#473](https://github.com/uuidjs/uuid/issues/473)) ([e9f2587](https://github.com/uuidjs/uuid/commit/e9f2587a92575cac31bc1d4ae944e17c09756659)) - -### Bug Fixes - -- prepare package exports for webpack 5 ([#468](https://github.com/uuidjs/uuid/issues/468)) ([8d6e6a5](https://github.com/uuidjs/uuid/commit/8d6e6a5f8965ca9575eb4d92e99a43435f4a58a8)) - -## [8.1.0](https://github.com/uuidjs/uuid/compare/v8.0.0...v8.1.0) (2020-05-20) - -### Features - -- improve v4 performance by reusing random number array ([#435](https://github.com/uuidjs/uuid/issues/435)) ([bf4af0d](https://github.com/uuidjs/uuid/commit/bf4af0d711b4d2ed03d1f74fd12ad0baa87dc79d)) -- optimize V8 performance of bytesToUuid ([#434](https://github.com/uuidjs/uuid/issues/434)) ([e156415](https://github.com/uuidjs/uuid/commit/e156415448ec1af2351fa0b6660cfb22581971f2)) - -### Bug Fixes - -- export package.json required by react-native and bundlers ([#449](https://github.com/uuidjs/uuid/issues/449)) ([be1c8fe](https://github.com/uuidjs/uuid/commit/be1c8fe9a3206c358e0059b52fafd7213aa48a52)), closes [ai/nanoevents#44](https://github.com/ai/nanoevents/issues/44#issuecomment-602010343) [#444](https://github.com/uuidjs/uuid/issues/444) - -## [8.0.0](https://github.com/uuidjs/uuid/compare/v7.0.3...v8.0.0) (2020-04-29) - -### âš  BREAKING CHANGES - -- For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export. - - ```diff - -import uuid from 'uuid'; - -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869' - +import { v4 as uuidv4 } from 'uuid'; - +uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d' - ``` - -- Deep requiring specific algorithms of this library like `require('uuid/v4')`, which has been deprecated in `uuid@7`, is no longer supported. - - Instead use the named exports that this module exports. - - For ECMAScript Modules (ESM): - - ```diff - -import uuidv4 from 'uuid/v4'; - +import { v4 as uuidv4 } from 'uuid'; - uuidv4(); - ``` - - For CommonJS: - - ```diff - -const uuidv4 = require('uuid/v4'); - +const { v4: uuidv4 } = require('uuid'); - uuidv4(); - ``` - -### Features - -- native Node.js ES Modules (wrapper approach) ([#423](https://github.com/uuidjs/uuid/issues/423)) ([2d9f590](https://github.com/uuidjs/uuid/commit/2d9f590ad9701d692625c07ed62f0a0f91227991)), closes [#245](https://github.com/uuidjs/uuid/issues/245) [#419](https://github.com/uuidjs/uuid/issues/419) [#342](https://github.com/uuidjs/uuid/issues/342) -- remove deep requires ([#426](https://github.com/uuidjs/uuid/issues/426)) ([daf72b8](https://github.com/uuidjs/uuid/commit/daf72b84ceb20272a81bb5fbddb05dd95922cbba)) - -### Bug Fixes - -- add CommonJS syntax example to README quickstart section ([#417](https://github.com/uuidjs/uuid/issues/417)) ([e0ec840](https://github.com/uuidjs/uuid/commit/e0ec8402c7ad44b7ef0453036c612f5db513fda0)) - -### [7.0.3](https://github.com/uuidjs/uuid/compare/v7.0.2...v7.0.3) (2020-03-31) - -### Bug Fixes - -- make deep require deprecation warning work in browsers ([#409](https://github.com/uuidjs/uuid/issues/409)) ([4b71107](https://github.com/uuidjs/uuid/commit/4b71107d8c0d2ef56861ede6403fc9dc35a1e6bf)), closes [#408](https://github.com/uuidjs/uuid/issues/408) - -### [7.0.2](https://github.com/uuidjs/uuid/compare/v7.0.1...v7.0.2) (2020-03-04) - -### Bug Fixes - -- make access to msCrypto consistent ([#393](https://github.com/uuidjs/uuid/issues/393)) ([8bf2a20](https://github.com/uuidjs/uuid/commit/8bf2a20f3565df743da7215eebdbada9d2df118c)) -- simplify link in deprecation warning ([#391](https://github.com/uuidjs/uuid/issues/391)) ([bb2c8e4](https://github.com/uuidjs/uuid/commit/bb2c8e4e9f4c5f9c1eaaf3ea59710c633cd90cb7)) -- update links to match content in readme ([#386](https://github.com/uuidjs/uuid/issues/386)) ([44f2f86](https://github.com/uuidjs/uuid/commit/44f2f86e9d2bbf14ee5f0f00f72a3db1292666d4)) - -### [7.0.1](https://github.com/uuidjs/uuid/compare/v7.0.0...v7.0.1) (2020-02-25) - -### Bug Fixes - -- clean up esm builds for node and browser ([#383](https://github.com/uuidjs/uuid/issues/383)) ([59e6a49](https://github.com/uuidjs/uuid/commit/59e6a49e7ce7b3e8fb0f3ee52b9daae72af467dc)) -- provide browser versions independent from module system ([#380](https://github.com/uuidjs/uuid/issues/380)) ([4344a22](https://github.com/uuidjs/uuid/commit/4344a22e7aed33be8627eeaaf05360f256a21753)), closes [#378](https://github.com/uuidjs/uuid/issues/378) - -## [7.0.0](https://github.com/uuidjs/uuid/compare/v3.4.0...v7.0.0) (2020-02-24) - -### âš  BREAKING CHANGES - -- The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed. -- Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants. -- Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function. -- Remove support for generating v3 and v5 UUIDs in Node.js<4.x -- Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers. - -### Features - -- add UMD build to npm package ([#357](https://github.com/uuidjs/uuid/issues/357)) ([4e75adf](https://github.com/uuidjs/uuid/commit/4e75adf435196f28e3fbbe0185d654b5ded7ca2c)), closes [#345](https://github.com/uuidjs/uuid/issues/345) -- add various es module and CommonJS examples ([b238510](https://github.com/uuidjs/uuid/commit/b238510bf352463521f74bab175a3af9b7a42555)) -- ensure that docs are up-to-date in CI ([ee5e77d](https://github.com/uuidjs/uuid/commit/ee5e77db547474f5a8f23d6c857a6d399209986b)) -- hybrid CommonJS & ECMAScript modules build ([a3f078f](https://github.com/uuidjs/uuid/commit/a3f078faa0baff69ab41aed08e041f8f9c8993d0)) -- remove insecure fallback random number generator ([3a5842b](https://github.com/uuidjs/uuid/commit/3a5842b141a6e5de0ae338f391661e6b84b167c9)), closes [#173](https://github.com/uuidjs/uuid/issues/173) -- remove support for pre Node.js v4 Buffer API ([#356](https://github.com/uuidjs/uuid/issues/356)) ([b59b5c5](https://github.com/uuidjs/uuid/commit/b59b5c5ecad271c5453f1a156f011671f6d35627)) -- rename repository to github:uuidjs/uuid ([#351](https://github.com/uuidjs/uuid/issues/351)) ([c37a518](https://github.com/uuidjs/uuid/commit/c37a518e367ac4b6d0aa62dba1bc6ce9e85020f7)), closes [#338](https://github.com/uuidjs/uuid/issues/338) - -### Bug Fixes - -- add deep-require proxies for local testing and adjust tests ([#365](https://github.com/uuidjs/uuid/issues/365)) ([7fedc79](https://github.com/uuidjs/uuid/commit/7fedc79ac8fda4bfd1c566c7f05ef4ac13b2db48)) -- add note about removal of default export ([#372](https://github.com/uuidjs/uuid/issues/372)) ([12749b7](https://github.com/uuidjs/uuid/commit/12749b700eb49db8a9759fd306d8be05dbfbd58c)), closes [#370](https://github.com/uuidjs/uuid/issues/370) -- deprecated deep requiring of the different algorithm versions ([#361](https://github.com/uuidjs/uuid/issues/361)) ([c0bdf15](https://github.com/uuidjs/uuid/commit/c0bdf15e417639b1aeb0b247b2fb11f7a0a26b23)) - -## [3.4.0](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0) (2020-01-16) - -### Features - -- rename repository to github:uuidjs/uuid ([#351](https://github.com/uuidjs/uuid/issues/351)) ([e2d7314](https://github.com/uuidjs/uuid/commit/e2d7314)), closes [#338](https://github.com/uuidjs/uuid/issues/338) - -## [3.3.3](https://github.com/uuidjs/uuid/compare/v3.3.2...v3.3.3) (2019-08-19) - -### Bug Fixes - -- no longer run ci tests on node v4 -- upgrade dependencies - -## [3.3.2](https://github.com/uuidjs/uuid/compare/v3.3.1...v3.3.2) (2018-06-28) - -### Bug Fixes - -- typo ([305d877](https://github.com/uuidjs/uuid/commit/305d877)) - -## [3.3.1](https://github.com/uuidjs/uuid/compare/v3.3.0...v3.3.1) (2018-06-28) - -### Bug Fixes - -- fix [#284](https://github.com/uuidjs/uuid/issues/284) by setting function name in try-catch ([f2a60f2](https://github.com/uuidjs/uuid/commit/f2a60f2)) - -# [3.3.0](https://github.com/uuidjs/uuid/compare/v3.2.1...v3.3.0) (2018-06-22) - -### Bug Fixes - -- assignment to readonly property to allow running in strict mode ([#270](https://github.com/uuidjs/uuid/issues/270)) ([d062fdc](https://github.com/uuidjs/uuid/commit/d062fdc)) -- fix [#229](https://github.com/uuidjs/uuid/issues/229) ([c9684d4](https://github.com/uuidjs/uuid/commit/c9684d4)) -- Get correct version of IE11 crypto ([#274](https://github.com/uuidjs/uuid/issues/274)) ([153d331](https://github.com/uuidjs/uuid/commit/153d331)) -- mem issue when generating uuid ([#267](https://github.com/uuidjs/uuid/issues/267)) ([c47702c](https://github.com/uuidjs/uuid/commit/c47702c)) - -### Features - -- enforce Conventional Commit style commit messages ([#282](https://github.com/uuidjs/uuid/issues/282)) ([cc9a182](https://github.com/uuidjs/uuid/commit/cc9a182)) - -## [3.2.1](https://github.com/uuidjs/uuid/compare/v3.2.0...v3.2.1) (2018-01-16) - -### Bug Fixes - -- use msCrypto if available. Fixes [#241](https://github.com/uuidjs/uuid/issues/241) ([#247](https://github.com/uuidjs/uuid/issues/247)) ([1fef18b](https://github.com/uuidjs/uuid/commit/1fef18b)) - -# [3.2.0](https://github.com/uuidjs/uuid/compare/v3.1.0...v3.2.0) (2018-01-16) - -### Bug Fixes - -- remove mistakenly added typescript dependency, rollback version (standard-version will auto-increment) ([09fa824](https://github.com/uuidjs/uuid/commit/09fa824)) -- use msCrypto if available. Fixes [#241](https://github.com/uuidjs/uuid/issues/241) ([#247](https://github.com/uuidjs/uuid/issues/247)) ([1fef18b](https://github.com/uuidjs/uuid/commit/1fef18b)) - -### Features - -- Add v3 Support ([#217](https://github.com/uuidjs/uuid/issues/217)) ([d94f726](https://github.com/uuidjs/uuid/commit/d94f726)) - -# [3.1.0](https://github.com/uuidjs/uuid/compare/v3.1.0...v3.0.1) (2017-06-17) - -### Bug Fixes - -- (fix) Add .npmignore file to exclude test/ and other non-essential files from packing. (#183) -- Fix typo (#178) -- Simple typo fix (#165) - -### Features - -- v5 support in CLI (#197) -- V5 support (#188) - -# 3.0.1 (2016-11-28) - -- split uuid versions into separate files - -# 3.0.0 (2016-11-17) - -- remove .parse and .unparse - -# 2.0.0 - -- Removed uuid.BufferClass - -# 1.4.0 - -- Improved module context detection -- Removed public RNG functions - -# 1.3.2 - -- Improve tests and handling of v1() options (Issue #24) -- Expose RNG option to allow for perf testing with different generators - -# 1.3.0 - -- Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)! -- Support for node.js crypto API -- De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code diff --git a/node_modules/uuid/CONTRIBUTING.md b/node_modules/uuid/CONTRIBUTING.md deleted file mode 100644 index 4a4503d02..000000000 --- a/node_modules/uuid/CONTRIBUTING.md +++ /dev/null @@ -1,18 +0,0 @@ -# Contributing - -Please feel free to file GitHub Issues or propose Pull Requests. We're always happy to discuss improvements to this library! - -## Testing - -```shell -npm test -``` - -## Releasing - -Releases are supposed to be done from master, version bumping is automated through [`standard-version`](https://github.com/conventional-changelog/standard-version): - -```shell -npm run release -- --dry-run # verify output manually -npm run release # follow the instructions from the output of this command -``` diff --git a/node_modules/uuid/README.md b/node_modules/uuid/README.md deleted file mode 100644 index ed27e5760..000000000 --- a/node_modules/uuid/README.md +++ /dev/null @@ -1,505 +0,0 @@ - - -# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser) - -For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs - -- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs -- **Cross-platform** - Support for ... - - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds) - - Node 8, 10, 12, 14 - - Chrome, Safari, Firefox, Edge, IE 11 browsers - - Webpack and rollup.js module bundlers - - [React Native / Expo](#react-native--expo) -- **Secure** - Cryptographically-strong random values -- **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers -- **CLI** - Includes the [`uuid` command line](#command-line) utility - -**Upgrading from `uuid@3.x`?** Your code is probably okay, but check out [Upgrading From `uuid@3.x`](#upgrading-from-uuid3x) for details. - -## Quickstart - -To create a random UUID... - -**1. Install** - -```shell -npm install uuid -``` - -**2. Create a UUID** (ES6 module syntax) - -```javascript -import { v4 as uuidv4 } from 'uuid'; -uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d' -``` - -... or using CommonJS syntax: - -```javascript -const { v4: uuidv4 } = require('uuid'); -uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed' -``` - -For timestamp UUIDs, namespace UUIDs, and other options read on ... - -## API Summary - -| | | | -| --- | --- | --- | -| [`uuid.NIL`](#uuidnil) | The nil UUID string (all zeros) | New in `uuid@8.3` | -| [`uuid.parse()`](#uuidparsestr) | Convert UUID string to array of bytes | New in `uuid@8.3` | -| [`uuid.stringify()`](#uuidstringifyarr-offset) | Convert array of bytes to UUID string | New in `uuid@8.3` | -| [`uuid.v1()`](#uuidv1options-buffer-offset) | Create a version 1 (timestamp) UUID | | -| [`uuid.v3()`](#uuidv3name-namespace-buffer-offset) | Create a version 3 (namespace w/ MD5) UUID | | -| [`uuid.v4()`](#uuidv4options-buffer-offset) | Create a version 4 (random) UUID | | -| [`uuid.v5()`](#uuidv5name-namespace-buffer-offset) | Create a version 5 (namespace w/ SHA-1) UUID | | -| [`uuid.validate()`](#uuidvalidatestr) | Test a string to see if it is a valid UUID | New in `uuid@8.3` | -| [`uuid.version()`](#uuidversionstr) | Detect RFC version of a UUID | New in `uuid@8.3` | - -## API - -### uuid.NIL - -The nil UUID string (all zeros). - -Example: - -```javascript -import { NIL as NIL_UUID } from 'uuid'; - -NIL_UUID; // ⇨ '00000000-0000-0000-0000-000000000000' -``` - -### uuid.parse(str) - -Convert UUID string to array of bytes - -| | | -| --------- | ---------------------------------------- | -| `str` | A valid UUID `String` | -| _returns_ | `Uint8Array[16]` | -| _throws_ | `TypeError` if `str` is not a valid UUID | - -Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left ↠ right order of hex-pairs in UUID strings. As shown in the example below. - -Example: - -```javascript -import { parse as uuidParse } from 'uuid'; - -// Parse a UUID -const bytes = uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); - -// Convert to hex strings to show byte order (for documentation purposes) -[...bytes].map((v) => v.toString(16).padStart(2, '0')); // ⇨ - // [ - // '6e', 'c0', 'bd', '7f', - // '11', 'c0', '43', 'da', - // '97', '5e', '2a', '8a', - // 'd9', 'eb', 'ae', '0b' - // ] -``` - -### uuid.stringify(arr[, offset]) - -Convert array of bytes to UUID string - -| | | -| -------------- | ---------------------------------------------------------------------------- | -| `arr` | `Array`-like collection of 16 values (starting from `offset`) between 0-255. | -| [`offset` = 0] | `Number` Starting index in the Array | -| _returns_ | `String` | -| _throws_ | `TypeError` if a valid UUID string cannot be generated | - -Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left ↠ right order of hex-pairs in UUID strings. As shown in the example below. - -Example: - -```javascript -import { stringify as uuidStringify } from 'uuid'; - -const uuidBytes = [ - 0x6e, - 0xc0, - 0xbd, - 0x7f, - 0x11, - 0xc0, - 0x43, - 0xda, - 0x97, - 0x5e, - 0x2a, - 0x8a, - 0xd9, - 0xeb, - 0xae, - 0x0b, -]; - -uuidStringify(uuidBytes); // ⇨ '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b' -``` - -### uuid.v1([options[, buffer[, offset]]]) - -Create an RFC version 1 (timestamp) UUID - -| | | -| --- | --- | -| [`options`] | `Object` with one or more of the following properties: | -| [`options.node` ] | RFC "node" field as an `Array[6]` of byte values (per 4.1.6) | -| [`options.clockseq`] | RFC "clock sequence" as a `Number` between 0 - 0x3fff | -| [`options.msecs`] | RFC "timestamp" field (`Number` of milliseconds, unix epoch) | -| [`options.nsecs`] | RFC "timestamp" field (`Number` of nanseconds to add to `msecs`, should be 0-10,000) | -| [`options.random`] | `Array` of 16 random bytes (0-255) | -| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) | -| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` | -| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` | -| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` | -| _throws_ | `Error` if more than 10M UUIDs/sec are requested | - -Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process. - -Note: `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields. - -Example: - -```javascript -import { v1 as uuidv1 } from 'uuid'; - -uuidv1(); // ⇨ '2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d' -``` - -Example using `options`: - -```javascript -import { v1 as uuidv1 } from 'uuid'; - -const v1options = { - node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab], - clockseq: 0x1234, - msecs: new Date('2011-11-01').getTime(), - nsecs: 5678, -}; -uuidv1(v1options); // ⇨ '710b962e-041c-11e1-9234-0123456789ab' -``` - -### uuid.v3(name, namespace[, buffer[, offset]]) - -Create an RFC version 3 (namespace w/ MD5) UUID - -API is identical to `v5()`, but uses "v3" instead. - -⚠️ Note: Per the RFC, "_If backward compatibility is not an issue, SHA-1 [Version 5] is preferred_." - -### uuid.v4([options[, buffer[, offset]]]) - -Create an RFC version 4 (random) UUID - -| | | -| --- | --- | -| [`options`] | `Object` with one or more of the following properties: | -| [`options.random`] | `Array` of 16 random bytes (0-255) | -| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) | -| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` | -| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` | -| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` | - -Example: - -```javascript -import { v4 as uuidv4 } from 'uuid'; - -uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed' -``` - -Example using predefined `random` values: - -```javascript -import { v4 as uuidv4 } from 'uuid'; - -const v4options = { - random: [ - 0x10, - 0x91, - 0x56, - 0xbe, - 0xc4, - 0xfb, - 0xc1, - 0xea, - 0x71, - 0xb4, - 0xef, - 0xe1, - 0x67, - 0x1c, - 0x58, - 0x36, - ], -}; -uuidv4(v4options); // ⇨ '109156be-c4fb-41ea-b1b4-efe1671c5836' -``` - -### uuid.v5(name, namespace[, buffer[, offset]]) - -Create an RFC version 5 (namespace w/ SHA-1) UUID - -| | | -| --- | --- | -| `name` | `String \| Array` | -| `namespace` | `String \| Array[16]` Namespace UUID | -| [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` | -| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` | -| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` | - -Note: The RFC `DNS` and `URL` namespaces are available as `v5.DNS` and `v5.URL`. - -Example with custom namespace: - -```javascript -import { v5 as uuidv5 } from 'uuid'; - -// Define a custom namespace. Readers, create your own using something like -// https://www.uuidgenerator.net/ -const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341'; - -uuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614681' -``` - -Example with RFC `URL` namespace: - -```javascript -import { v5 as uuidv5 } from 'uuid'; - -uuidv5('https://www.w3.org/', uuidv5.URL); // ⇨ 'c106a26a-21bb-5538-8bf2-57095d1976c1' -``` - -### uuid.validate(str) - -Test a string to see if it is a valid UUID - -| | | -| --------- | --------------------------------------------------- | -| `str` | `String` to validate | -| _returns_ | `true` if string is a valid UUID, `false` otherwise | - -Example: - -```javascript -import { validate as uuidValidate } from 'uuid'; - -uuidValidate('not a UUID'); // ⇨ false -uuidValidate('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ true -``` - -Using `validate` and `version` together it is possible to do per-version validation, e.g. validate for only v4 UUIds. - -```javascript -import { version as uuidVersion } from 'uuid'; -import { validate as uuidValidate } from 'uuid'; - -function uuidValidateV4(uuid) { - return uuidValidate(uuid) && uuidVersion(uuid) === 4; -} - -const v1Uuid = 'd9428888-122b-11e1-b85c-61cd3cbb3210'; -const v4Uuid = '109156be-c4fb-41ea-b1b4-efe1671c5836'; - -uuidValidateV4(v4Uuid); // ⇨ true -uuidValidateV4(v1Uuid); // ⇨ false -``` - -### uuid.version(str) - -Detect RFC version of a UUID - -| | | -| --------- | ---------------------------------------- | -| `str` | A valid UUID `String` | -| _returns_ | `Number` The RFC version of the UUID | -| _throws_ | `TypeError` if `str` is not a valid UUID | - -Example: - -```javascript -import { version as uuidVersion } from 'uuid'; - -uuidVersion('45637ec4-c85f-11ea-87d0-0242ac130003'); // ⇨ 1 -uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4 -``` - -## Command Line - -UUIDs can be generated from the command line using `uuid`. - -```shell -$ uuid -ddeb27fb-d9a0-4624-be4d-4615062daed4 -``` - -The default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details: - -```shell -$ uuid --help - -Usage: - uuid - uuid v1 - uuid v3 - uuid v4 - uuid v5 - uuid --help - -Note: may be "URL" or "DNS" to use the corresponding UUIDs -defined by RFC4122 -``` - -## ECMAScript Modules - -This library comes with [ECMAScript Modules](https://www.ecma-international.org/ecma-262/6.0/#sec-modules) (ESM) support for Node.js versions that support it ([example](./examples/node-esmodules/)) as well as bundlers like [rollup.js](https://rollupjs.org/guide/en/#tree-shaking) ([example](./examples/browser-rollup/)) and [webpack](https://webpack.js.org/guides/tree-shaking/) ([example](./examples/browser-webpack/)) (targeting both, Node.js and browser environments). - -```javascript -import { v4 as uuidv4 } from 'uuid'; -uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed' -``` - -To run the examples you must first create a dist build of this library in the module root: - -```shell -npm run build -``` - -## CDN Builds - -### ECMAScript Modules - -To load this module directly into modern browsers that [support loading ECMAScript Modules](https://caniuse.com/#feat=es6-module) you can make use of [jspm](https://jspm.org/): - -```html - -``` - -### UMD - -To load this module directly into older browsers you can use the [UMD (Universal Module Definition)](https://github.com/umdjs/umd) builds from any of the following CDNs: - -**Using [UNPKG](https://unpkg.com/uuid@latest/dist/umd/)**: - -```html - -``` - -**Using [jsDelivr](https://cdn.jsdelivr.net/npm/uuid@latest/dist/umd/)**: - -```html - -``` - -**Using [cdnjs](https://cdnjs.com/libraries/uuid)**: - -```html - -``` - -These CDNs all provide the same [`uuidv4()`](#uuidv4options-buffer-offset) method: - -```html - -``` - -Methods for the other algorithms ([`uuidv1()`](#uuidv1options-buffer-offset), [`uuidv3()`](#uuidv3name-namespace-buffer-offset) and [`uuidv5()`](#uuidv5name-namespace-buffer-offset)) are available from the files `uuidv1.min.js`, `uuidv3.min.js` and `uuidv5.min.js` respectively. - -## "getRandomValues() not supported" - -This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill: - -### React Native / Expo - -1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme) -1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point: - -```javascript -import 'react-native-get-random-values'; -import { v4 as uuidv4 } from 'uuid'; -``` - -Note: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`. - -### Web Workers / Service Workers (Edge <= 18) - -[In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please). - -## Upgrading From `uuid@7.x` - -### Only Named Exports Supported When Using with Node.js ESM - -`uuid@7.x` did not come with native ECMAScript Module (ESM) support for Node.js. Importing it in Node.js ESM consequently imported the CommonJS source with a default export. This library now comes with true Node.js ESM support and only provides named exports. - -Instead of doing: - -```javascript -import uuid from 'uuid'; -uuid.v4(); -``` - -you will now have to use the named exports: - -```javascript -import { v4 as uuidv4 } from 'uuid'; -uuidv4(); -``` - -### Deep Requires No Longer Supported - -Deep requires like `require('uuid/v4')` [which have been deprecated in `uuid@7.x`](#deep-requires-now-deprecated) are no longer supported. - -## Upgrading From `uuid@3.x` - -"_Wait... what happened to `uuid@4.x` - `uuid@6.x`?!?_" - -In order to avoid confusion with RFC [version 4](#uuidv4options-buffer-offset) and [version 5](#uuidv5name-namespace-buffer-offset) UUIDs, and a possible [version 6](http://gh.peabody.io/uuidv6/), releases 4 thru 6 of this module have been skipped. - -### Deep Requires Now Deprecated - -`uuid@3.x` encouraged the use of deep requires to minimize the bundle size of browser builds: - -```javascript -const uuidv4 = require('uuid/v4'); // <== NOW DEPRECATED! -uuidv4(); -``` - -As of `uuid@7.x` this library now provides ECMAScript modules builds, which allow packagers like Webpack and Rollup to do "tree-shaking" to remove dead code. Instead, use the `import` syntax: - -```javascript -import { v4 as uuidv4 } from 'uuid'; -uuidv4(); -``` - -... or for CommonJS: - -```javascript -const { v4: uuidv4 } = require('uuid'); -uuidv4(); -``` - -### Default Export Removed - -`uuid@3.x` was exporting the Version 4 UUID method as a default export: - -```javascript -const uuid = require('uuid'); // <== REMOVED! -``` - -This usage pattern was already discouraged in `uuid@3.x` and has been removed in `uuid@7.x`. - ----- -Markdown generated from [README_js.md](README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd) \ No newline at end of file diff --git a/node_modules/uuid/dist/bin/uuid b/node_modules/uuid/dist/bin/uuid deleted file mode 100644 index f38d2ee19..000000000 --- a/node_modules/uuid/dist/bin/uuid +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('../uuid-bin'); diff --git a/node_modules/uuid/dist/esm-browser/index.js b/node_modules/uuid/dist/esm-browser/index.js deleted file mode 100644 index 1db6f6d25..000000000 --- a/node_modules/uuid/dist/esm-browser/index.js +++ /dev/null @@ -1,9 +0,0 @@ -export { default as v1 } from './v1.js'; -export { default as v3 } from './v3.js'; -export { default as v4 } from './v4.js'; -export { default as v5 } from './v5.js'; -export { default as NIL } from './nil.js'; -export { default as version } from './version.js'; -export { default as validate } from './validate.js'; -export { default as stringify } from './stringify.js'; -export { default as parse } from './parse.js'; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/md5.js b/node_modules/uuid/dist/esm-browser/md5.js deleted file mode 100644 index 8b5d46a7e..000000000 --- a/node_modules/uuid/dist/esm-browser/md5.js +++ /dev/null @@ -1,215 +0,0 @@ -/* - * Browser-compatible JavaScript MD5 - * - * Modification of JavaScript MD5 - * https://github.com/blueimp/JavaScript-MD5 - * - * Copyright 2011, Sebastian Tschan - * https://blueimp.net - * - * Licensed under the MIT license: - * https://opensource.org/licenses/MIT - * - * Based on - * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message - * Digest Algorithm, as defined in RFC 1321. - * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009 - * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet - * Distributed under the BSD License - * See http://pajhome.org.uk/crypt/md5 for more info. - */ -function md5(bytes) { - if (typeof bytes === 'string') { - var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape - - bytes = new Uint8Array(msg.length); - - for (var i = 0; i < msg.length; ++i) { - bytes[i] = msg.charCodeAt(i); - } - } - - return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8)); -} -/* - * Convert an array of little-endian words to an array of bytes - */ - - -function md5ToHexEncodedArray(input) { - var output = []; - var length32 = input.length * 32; - var hexTab = '0123456789abcdef'; - - for (var i = 0; i < length32; i += 8) { - var x = input[i >> 5] >>> i % 32 & 0xff; - var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16); - output.push(hex); - } - - return output; -} -/** - * Calculate output length with padding and bit length - */ - - -function getOutputLength(inputLength8) { - return (inputLength8 + 64 >>> 9 << 4) + 14 + 1; -} -/* - * Calculate the MD5 of an array of little-endian words, and a bit length. - */ - - -function wordsToMd5(x, len) { - /* append padding */ - x[len >> 5] |= 0x80 << len % 32; - x[getOutputLength(len) - 1] = len; - var a = 1732584193; - var b = -271733879; - var c = -1732584194; - var d = 271733878; - - for (var i = 0; i < x.length; i += 16) { - var olda = a; - var oldb = b; - var oldc = c; - var oldd = d; - a = md5ff(a, b, c, d, x[i], 7, -680876936); - d = md5ff(d, a, b, c, x[i + 1], 12, -389564586); - c = md5ff(c, d, a, b, x[i + 2], 17, 606105819); - b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330); - a = md5ff(a, b, c, d, x[i + 4], 7, -176418897); - d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426); - c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341); - b = md5ff(b, c, d, a, x[i + 7], 22, -45705983); - a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416); - d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417); - c = md5ff(c, d, a, b, x[i + 10], 17, -42063); - b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162); - a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682); - d = md5ff(d, a, b, c, x[i + 13], 12, -40341101); - c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290); - b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329); - a = md5gg(a, b, c, d, x[i + 1], 5, -165796510); - d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632); - c = md5gg(c, d, a, b, x[i + 11], 14, 643717713); - b = md5gg(b, c, d, a, x[i], 20, -373897302); - a = md5gg(a, b, c, d, x[i + 5], 5, -701558691); - d = md5gg(d, a, b, c, x[i + 10], 9, 38016083); - c = md5gg(c, d, a, b, x[i + 15], 14, -660478335); - b = md5gg(b, c, d, a, x[i + 4], 20, -405537848); - a = md5gg(a, b, c, d, x[i + 9], 5, 568446438); - d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690); - c = md5gg(c, d, a, b, x[i + 3], 14, -187363961); - b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501); - a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467); - d = md5gg(d, a, b, c, x[i + 2], 9, -51403784); - c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473); - b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734); - a = md5hh(a, b, c, d, x[i + 5], 4, -378558); - d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463); - c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562); - b = md5hh(b, c, d, a, x[i + 14], 23, -35309556); - a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060); - d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353); - c = md5hh(c, d, a, b, x[i + 7], 16, -155497632); - b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640); - a = md5hh(a, b, c, d, x[i + 13], 4, 681279174); - d = md5hh(d, a, b, c, x[i], 11, -358537222); - c = md5hh(c, d, a, b, x[i + 3], 16, -722521979); - b = md5hh(b, c, d, a, x[i + 6], 23, 76029189); - a = md5hh(a, b, c, d, x[i + 9], 4, -640364487); - d = md5hh(d, a, b, c, x[i + 12], 11, -421815835); - c = md5hh(c, d, a, b, x[i + 15], 16, 530742520); - b = md5hh(b, c, d, a, x[i + 2], 23, -995338651); - a = md5ii(a, b, c, d, x[i], 6, -198630844); - d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415); - c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905); - b = md5ii(b, c, d, a, x[i + 5], 21, -57434055); - a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571); - d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606); - c = md5ii(c, d, a, b, x[i + 10], 15, -1051523); - b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799); - a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359); - d = md5ii(d, a, b, c, x[i + 15], 10, -30611744); - c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380); - b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649); - a = md5ii(a, b, c, d, x[i + 4], 6, -145523070); - d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379); - c = md5ii(c, d, a, b, x[i + 2], 15, 718787259); - b = md5ii(b, c, d, a, x[i + 9], 21, -343485551); - a = safeAdd(a, olda); - b = safeAdd(b, oldb); - c = safeAdd(c, oldc); - d = safeAdd(d, oldd); - } - - return [a, b, c, d]; -} -/* - * Convert an array bytes to an array of little-endian words - * Characters >255 have their high-byte silently ignored. - */ - - -function bytesToWords(input) { - if (input.length === 0) { - return []; - } - - var length8 = input.length * 8; - var output = new Uint32Array(getOutputLength(length8)); - - for (var i = 0; i < length8; i += 8) { - output[i >> 5] |= (input[i / 8] & 0xff) << i % 32; - } - - return output; -} -/* - * Add integers, wrapping at 2^32. This uses 16-bit operations internally - * to work around bugs in some JS interpreters. - */ - - -function safeAdd(x, y) { - var lsw = (x & 0xffff) + (y & 0xffff); - var msw = (x >> 16) + (y >> 16) + (lsw >> 16); - return msw << 16 | lsw & 0xffff; -} -/* - * Bitwise rotate a 32-bit number to the left. - */ - - -function bitRotateLeft(num, cnt) { - return num << cnt | num >>> 32 - cnt; -} -/* - * These functions implement the four basic operations the algorithm uses. - */ - - -function md5cmn(q, a, b, x, s, t) { - return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b); -} - -function md5ff(a, b, c, d, x, s, t) { - return md5cmn(b & c | ~b & d, a, b, x, s, t); -} - -function md5gg(a, b, c, d, x, s, t) { - return md5cmn(b & d | c & ~d, a, b, x, s, t); -} - -function md5hh(a, b, c, d, x, s, t) { - return md5cmn(b ^ c ^ d, a, b, x, s, t); -} - -function md5ii(a, b, c, d, x, s, t) { - return md5cmn(c ^ (b | ~d), a, b, x, s, t); -} - -export default md5; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/nil.js b/node_modules/uuid/dist/esm-browser/nil.js deleted file mode 100644 index b36324c2a..000000000 --- a/node_modules/uuid/dist/esm-browser/nil.js +++ /dev/null @@ -1 +0,0 @@ -export default '00000000-0000-0000-0000-000000000000'; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/parse.js b/node_modules/uuid/dist/esm-browser/parse.js deleted file mode 100644 index 7c5b1d5a6..000000000 --- a/node_modules/uuid/dist/esm-browser/parse.js +++ /dev/null @@ -1,35 +0,0 @@ -import validate from './validate.js'; - -function parse(uuid) { - if (!validate(uuid)) { - throw TypeError('Invalid UUID'); - } - - var v; - var arr = new Uint8Array(16); // Parse ########-....-....-....-............ - - arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24; - arr[1] = v >>> 16 & 0xff; - arr[2] = v >>> 8 & 0xff; - arr[3] = v & 0xff; // Parse ........-####-....-....-............ - - arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8; - arr[5] = v & 0xff; // Parse ........-....-####-....-............ - - arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8; - arr[7] = v & 0xff; // Parse ........-....-....-####-............ - - arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8; - arr[9] = v & 0xff; // Parse ........-....-....-....-############ - // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes) - - arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff; - arr[11] = v / 0x100000000 & 0xff; - arr[12] = v >>> 24 & 0xff; - arr[13] = v >>> 16 & 0xff; - arr[14] = v >>> 8 & 0xff; - arr[15] = v & 0xff; - return arr; -} - -export default parse; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/regex.js b/node_modules/uuid/dist/esm-browser/regex.js deleted file mode 100644 index 3da8673a5..000000000 --- a/node_modules/uuid/dist/esm-browser/regex.js +++ /dev/null @@ -1 +0,0 @@ -export default /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/rng.js b/node_modules/uuid/dist/esm-browser/rng.js deleted file mode 100644 index 8abbf2ea5..000000000 --- a/node_modules/uuid/dist/esm-browser/rng.js +++ /dev/null @@ -1,19 +0,0 @@ -// Unique ID creation requires a high quality random # generator. In the browser we therefore -// require the crypto API and do not support built-in fallback to lower quality random number -// generators (like Math.random()). -var getRandomValues; -var rnds8 = new Uint8Array(16); -export default function rng() { - // lazy load so that environments that need to polyfill have a chance to do so - if (!getRandomValues) { - // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also, - // find the complete implementation of crypto (msCrypto) on IE11. - getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto); - - if (!getRandomValues) { - throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported'); - } - } - - return getRandomValues(rnds8); -} \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/sha1.js b/node_modules/uuid/dist/esm-browser/sha1.js deleted file mode 100644 index 940548baa..000000000 --- a/node_modules/uuid/dist/esm-browser/sha1.js +++ /dev/null @@ -1,96 +0,0 @@ -// Adapted from Chris Veness' SHA1 code at -// http://www.movable-type.co.uk/scripts/sha1.html -function f(s, x, y, z) { - switch (s) { - case 0: - return x & y ^ ~x & z; - - case 1: - return x ^ y ^ z; - - case 2: - return x & y ^ x & z ^ y & z; - - case 3: - return x ^ y ^ z; - } -} - -function ROTL(x, n) { - return x << n | x >>> 32 - n; -} - -function sha1(bytes) { - var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6]; - var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0]; - - if (typeof bytes === 'string') { - var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape - - bytes = []; - - for (var i = 0; i < msg.length; ++i) { - bytes.push(msg.charCodeAt(i)); - } - } else if (!Array.isArray(bytes)) { - // Convert Array-like to Array - bytes = Array.prototype.slice.call(bytes); - } - - bytes.push(0x80); - var l = bytes.length / 4 + 2; - var N = Math.ceil(l / 16); - var M = new Array(N); - - for (var _i = 0; _i < N; ++_i) { - var arr = new Uint32Array(16); - - for (var j = 0; j < 16; ++j) { - arr[j] = bytes[_i * 64 + j * 4] << 24 | bytes[_i * 64 + j * 4 + 1] << 16 | bytes[_i * 64 + j * 4 + 2] << 8 | bytes[_i * 64 + j * 4 + 3]; - } - - M[_i] = arr; - } - - M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32); - M[N - 1][14] = Math.floor(M[N - 1][14]); - M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff; - - for (var _i2 = 0; _i2 < N; ++_i2) { - var W = new Uint32Array(80); - - for (var t = 0; t < 16; ++t) { - W[t] = M[_i2][t]; - } - - for (var _t = 16; _t < 80; ++_t) { - W[_t] = ROTL(W[_t - 3] ^ W[_t - 8] ^ W[_t - 14] ^ W[_t - 16], 1); - } - - var a = H[0]; - var b = H[1]; - var c = H[2]; - var d = H[3]; - var e = H[4]; - - for (var _t2 = 0; _t2 < 80; ++_t2) { - var s = Math.floor(_t2 / 20); - var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[_t2] >>> 0; - e = d; - d = c; - c = ROTL(b, 30) >>> 0; - b = a; - a = T; - } - - H[0] = H[0] + a >>> 0; - H[1] = H[1] + b >>> 0; - H[2] = H[2] + c >>> 0; - H[3] = H[3] + d >>> 0; - H[4] = H[4] + e >>> 0; - } - - return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff]; -} - -export default sha1; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/stringify.js b/node_modules/uuid/dist/esm-browser/stringify.js deleted file mode 100644 index 310211158..000000000 --- a/node_modules/uuid/dist/esm-browser/stringify.js +++ /dev/null @@ -1,30 +0,0 @@ -import validate from './validate.js'; -/** - * Convert array of 16 byte values to UUID string format of the form: - * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX - */ - -var byteToHex = []; - -for (var i = 0; i < 256; ++i) { - byteToHex.push((i + 0x100).toString(16).substr(1)); -} - -function stringify(arr) { - var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; - // Note: Be careful editing this code! It's been tuned for performance - // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434 - var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one - // of the following: - // - One or more input array values don't map to a hex octet (leading to - // "undefined" in the uuid) - // - Invalid input values for the RFC `version` or `variant` fields - - if (!validate(uuid)) { - throw TypeError('Stringified UUID is invalid'); - } - - return uuid; -} - -export default stringify; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/v1.js b/node_modules/uuid/dist/esm-browser/v1.js deleted file mode 100644 index 1a22591ef..000000000 --- a/node_modules/uuid/dist/esm-browser/v1.js +++ /dev/null @@ -1,95 +0,0 @@ -import rng from './rng.js'; -import stringify from './stringify.js'; // **`v1()` - Generate time-based UUID** -// -// Inspired by https://github.com/LiosK/UUID.js -// and http://docs.python.org/library/uuid.html - -var _nodeId; - -var _clockseq; // Previous uuid creation time - - -var _lastMSecs = 0; -var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details - -function v1(options, buf, offset) { - var i = buf && offset || 0; - var b = buf || new Array(16); - options = options || {}; - var node = options.node || _nodeId; - var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not - // specified. We do this lazily to minimize issues related to insufficient - // system entropy. See #189 - - if (node == null || clockseq == null) { - var seedBytes = options.random || (options.rng || rng)(); - - if (node == null) { - // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) - node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]]; - } - - if (clockseq == null) { - // Per 4.2.2, randomize (14 bit) clockseq - clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff; - } - } // UUID timestamps are 100 nano-second units since the Gregorian epoch, - // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so - // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' - // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. - - - var msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock - // cycle to simulate higher resolution clock - - var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs) - - var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression - - if (dt < 0 && options.clockseq === undefined) { - clockseq = clockseq + 1 & 0x3fff; - } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new - // time interval - - - if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) { - nsecs = 0; - } // Per 4.2.1.2 Throw error if too many uuids are requested - - - if (nsecs >= 10000) { - throw new Error("uuid.v1(): Can't create more than 10M uuids/sec"); - } - - _lastMSecs = msecs; - _lastNSecs = nsecs; - _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch - - msecs += 12219292800000; // `time_low` - - var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000; - b[i++] = tl >>> 24 & 0xff; - b[i++] = tl >>> 16 & 0xff; - b[i++] = tl >>> 8 & 0xff; - b[i++] = tl & 0xff; // `time_mid` - - var tmh = msecs / 0x100000000 * 10000 & 0xfffffff; - b[i++] = tmh >>> 8 & 0xff; - b[i++] = tmh & 0xff; // `time_high_and_version` - - b[i++] = tmh >>> 24 & 0xf | 0x10; // include version - - b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) - - b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low` - - b[i++] = clockseq & 0xff; // `node` - - for (var n = 0; n < 6; ++n) { - b[i + n] = node[n]; - } - - return buf || stringify(b); -} - -export default v1; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/v3.js b/node_modules/uuid/dist/esm-browser/v3.js deleted file mode 100644 index c9ab9a4cd..000000000 --- a/node_modules/uuid/dist/esm-browser/v3.js +++ /dev/null @@ -1,4 +0,0 @@ -import v35 from './v35.js'; -import md5 from './md5.js'; -var v3 = v35('v3', 0x30, md5); -export default v3; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/v35.js b/node_modules/uuid/dist/esm-browser/v35.js deleted file mode 100644 index 31dd8a1c8..000000000 --- a/node_modules/uuid/dist/esm-browser/v35.js +++ /dev/null @@ -1,64 +0,0 @@ -import stringify from './stringify.js'; -import parse from './parse.js'; - -function stringToBytes(str) { - str = unescape(encodeURIComponent(str)); // UTF8 escape - - var bytes = []; - - for (var i = 0; i < str.length; ++i) { - bytes.push(str.charCodeAt(i)); - } - - return bytes; -} - -export var DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8'; -export var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'; -export default function (name, version, hashfunc) { - function generateUUID(value, namespace, buf, offset) { - if (typeof value === 'string') { - value = stringToBytes(value); - } - - if (typeof namespace === 'string') { - namespace = parse(namespace); - } - - if (namespace.length !== 16) { - throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)'); - } // Compute hash of namespace and value, Per 4.3 - // Future: Use spread syntax when supported on all platforms, e.g. `bytes = - // hashfunc([...namespace, ... value])` - - - var bytes = new Uint8Array(16 + value.length); - bytes.set(namespace); - bytes.set(value, namespace.length); - bytes = hashfunc(bytes); - bytes[6] = bytes[6] & 0x0f | version; - bytes[8] = bytes[8] & 0x3f | 0x80; - - if (buf) { - offset = offset || 0; - - for (var i = 0; i < 16; ++i) { - buf[offset + i] = bytes[i]; - } - - return buf; - } - - return stringify(bytes); - } // Function#name is not settable on some platforms (#270) - - - try { - generateUUID.name = name; // eslint-disable-next-line no-empty - } catch (err) {} // For CommonJS default export support - - - generateUUID.DNS = DNS; - generateUUID.URL = URL; - return generateUUID; -} \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/v4.js b/node_modules/uuid/dist/esm-browser/v4.js deleted file mode 100644 index 404810a48..000000000 --- a/node_modules/uuid/dist/esm-browser/v4.js +++ /dev/null @@ -1,24 +0,0 @@ -import rng from './rng.js'; -import stringify from './stringify.js'; - -function v4(options, buf, offset) { - options = options || {}; - var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` - - rnds[6] = rnds[6] & 0x0f | 0x40; - rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided - - if (buf) { - offset = offset || 0; - - for (var i = 0; i < 16; ++i) { - buf[offset + i] = rnds[i]; - } - - return buf; - } - - return stringify(rnds); -} - -export default v4; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/v5.js b/node_modules/uuid/dist/esm-browser/v5.js deleted file mode 100644 index c08d96ba0..000000000 --- a/node_modules/uuid/dist/esm-browser/v5.js +++ /dev/null @@ -1,4 +0,0 @@ -import v35 from './v35.js'; -import sha1 from './sha1.js'; -var v5 = v35('v5', 0x50, sha1); -export default v5; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/validate.js b/node_modules/uuid/dist/esm-browser/validate.js deleted file mode 100644 index f1cdc7af4..000000000 --- a/node_modules/uuid/dist/esm-browser/validate.js +++ /dev/null @@ -1,7 +0,0 @@ -import REGEX from './regex.js'; - -function validate(uuid) { - return typeof uuid === 'string' && REGEX.test(uuid); -} - -export default validate; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-browser/version.js b/node_modules/uuid/dist/esm-browser/version.js deleted file mode 100644 index 77530e9cb..000000000 --- a/node_modules/uuid/dist/esm-browser/version.js +++ /dev/null @@ -1,11 +0,0 @@ -import validate from './validate.js'; - -function version(uuid) { - if (!validate(uuid)) { - throw TypeError('Invalid UUID'); - } - - return parseInt(uuid.substr(14, 1), 16); -} - -export default version; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/index.js b/node_modules/uuid/dist/esm-node/index.js deleted file mode 100644 index 1db6f6d25..000000000 --- a/node_modules/uuid/dist/esm-node/index.js +++ /dev/null @@ -1,9 +0,0 @@ -export { default as v1 } from './v1.js'; -export { default as v3 } from './v3.js'; -export { default as v4 } from './v4.js'; -export { default as v5 } from './v5.js'; -export { default as NIL } from './nil.js'; -export { default as version } from './version.js'; -export { default as validate } from './validate.js'; -export { default as stringify } from './stringify.js'; -export { default as parse } from './parse.js'; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/md5.js b/node_modules/uuid/dist/esm-node/md5.js deleted file mode 100644 index 4d68b040f..000000000 --- a/node_modules/uuid/dist/esm-node/md5.js +++ /dev/null @@ -1,13 +0,0 @@ -import crypto from 'crypto'; - -function md5(bytes) { - if (Array.isArray(bytes)) { - bytes = Buffer.from(bytes); - } else if (typeof bytes === 'string') { - bytes = Buffer.from(bytes, 'utf8'); - } - - return crypto.createHash('md5').update(bytes).digest(); -} - -export default md5; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/nil.js b/node_modules/uuid/dist/esm-node/nil.js deleted file mode 100644 index b36324c2a..000000000 --- a/node_modules/uuid/dist/esm-node/nil.js +++ /dev/null @@ -1 +0,0 @@ -export default '00000000-0000-0000-0000-000000000000'; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/parse.js b/node_modules/uuid/dist/esm-node/parse.js deleted file mode 100644 index 6421c5d5a..000000000 --- a/node_modules/uuid/dist/esm-node/parse.js +++ /dev/null @@ -1,35 +0,0 @@ -import validate from './validate.js'; - -function parse(uuid) { - if (!validate(uuid)) { - throw TypeError('Invalid UUID'); - } - - let v; - const arr = new Uint8Array(16); // Parse ########-....-....-....-............ - - arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24; - arr[1] = v >>> 16 & 0xff; - arr[2] = v >>> 8 & 0xff; - arr[3] = v & 0xff; // Parse ........-####-....-....-............ - - arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8; - arr[5] = v & 0xff; // Parse ........-....-####-....-............ - - arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8; - arr[7] = v & 0xff; // Parse ........-....-....-####-............ - - arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8; - arr[9] = v & 0xff; // Parse ........-....-....-....-############ - // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes) - - arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff; - arr[11] = v / 0x100000000 & 0xff; - arr[12] = v >>> 24 & 0xff; - arr[13] = v >>> 16 & 0xff; - arr[14] = v >>> 8 & 0xff; - arr[15] = v & 0xff; - return arr; -} - -export default parse; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/regex.js b/node_modules/uuid/dist/esm-node/regex.js deleted file mode 100644 index 3da8673a5..000000000 --- a/node_modules/uuid/dist/esm-node/regex.js +++ /dev/null @@ -1 +0,0 @@ -export default /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/rng.js b/node_modules/uuid/dist/esm-node/rng.js deleted file mode 100644 index 80062449a..000000000 --- a/node_modules/uuid/dist/esm-node/rng.js +++ /dev/null @@ -1,12 +0,0 @@ -import crypto from 'crypto'; -const rnds8Pool = new Uint8Array(256); // # of random values to pre-allocate - -let poolPtr = rnds8Pool.length; -export default function rng() { - if (poolPtr > rnds8Pool.length - 16) { - crypto.randomFillSync(rnds8Pool); - poolPtr = 0; - } - - return rnds8Pool.slice(poolPtr, poolPtr += 16); -} \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/sha1.js b/node_modules/uuid/dist/esm-node/sha1.js deleted file mode 100644 index e23850b44..000000000 --- a/node_modules/uuid/dist/esm-node/sha1.js +++ /dev/null @@ -1,13 +0,0 @@ -import crypto from 'crypto'; - -function sha1(bytes) { - if (Array.isArray(bytes)) { - bytes = Buffer.from(bytes); - } else if (typeof bytes === 'string') { - bytes = Buffer.from(bytes, 'utf8'); - } - - return crypto.createHash('sha1').update(bytes).digest(); -} - -export default sha1; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/stringify.js b/node_modules/uuid/dist/esm-node/stringify.js deleted file mode 100644 index f9bca1202..000000000 --- a/node_modules/uuid/dist/esm-node/stringify.js +++ /dev/null @@ -1,29 +0,0 @@ -import validate from './validate.js'; -/** - * Convert array of 16 byte values to UUID string format of the form: - * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX - */ - -const byteToHex = []; - -for (let i = 0; i < 256; ++i) { - byteToHex.push((i + 0x100).toString(16).substr(1)); -} - -function stringify(arr, offset = 0) { - // Note: Be careful editing this code! It's been tuned for performance - // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434 - const uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one - // of the following: - // - One or more input array values don't map to a hex octet (leading to - // "undefined" in the uuid) - // - Invalid input values for the RFC `version` or `variant` fields - - if (!validate(uuid)) { - throw TypeError('Stringified UUID is invalid'); - } - - return uuid; -} - -export default stringify; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/v1.js b/node_modules/uuid/dist/esm-node/v1.js deleted file mode 100644 index ebf81acb7..000000000 --- a/node_modules/uuid/dist/esm-node/v1.js +++ /dev/null @@ -1,95 +0,0 @@ -import rng from './rng.js'; -import stringify from './stringify.js'; // **`v1()` - Generate time-based UUID** -// -// Inspired by https://github.com/LiosK/UUID.js -// and http://docs.python.org/library/uuid.html - -let _nodeId; - -let _clockseq; // Previous uuid creation time - - -let _lastMSecs = 0; -let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details - -function v1(options, buf, offset) { - let i = buf && offset || 0; - const b = buf || new Array(16); - options = options || {}; - let node = options.node || _nodeId; - let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not - // specified. We do this lazily to minimize issues related to insufficient - // system entropy. See #189 - - if (node == null || clockseq == null) { - const seedBytes = options.random || (options.rng || rng)(); - - if (node == null) { - // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) - node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]]; - } - - if (clockseq == null) { - // Per 4.2.2, randomize (14 bit) clockseq - clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff; - } - } // UUID timestamps are 100 nano-second units since the Gregorian epoch, - // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so - // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' - // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. - - - let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock - // cycle to simulate higher resolution clock - - let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs) - - const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression - - if (dt < 0 && options.clockseq === undefined) { - clockseq = clockseq + 1 & 0x3fff; - } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new - // time interval - - - if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) { - nsecs = 0; - } // Per 4.2.1.2 Throw error if too many uuids are requested - - - if (nsecs >= 10000) { - throw new Error("uuid.v1(): Can't create more than 10M uuids/sec"); - } - - _lastMSecs = msecs; - _lastNSecs = nsecs; - _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch - - msecs += 12219292800000; // `time_low` - - const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000; - b[i++] = tl >>> 24 & 0xff; - b[i++] = tl >>> 16 & 0xff; - b[i++] = tl >>> 8 & 0xff; - b[i++] = tl & 0xff; // `time_mid` - - const tmh = msecs / 0x100000000 * 10000 & 0xfffffff; - b[i++] = tmh >>> 8 & 0xff; - b[i++] = tmh & 0xff; // `time_high_and_version` - - b[i++] = tmh >>> 24 & 0xf | 0x10; // include version - - b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) - - b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low` - - b[i++] = clockseq & 0xff; // `node` - - for (let n = 0; n < 6; ++n) { - b[i + n] = node[n]; - } - - return buf || stringify(b); -} - -export default v1; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/v3.js b/node_modules/uuid/dist/esm-node/v3.js deleted file mode 100644 index 09063b860..000000000 --- a/node_modules/uuid/dist/esm-node/v3.js +++ /dev/null @@ -1,4 +0,0 @@ -import v35 from './v35.js'; -import md5 from './md5.js'; -const v3 = v35('v3', 0x30, md5); -export default v3; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/v35.js b/node_modules/uuid/dist/esm-node/v35.js deleted file mode 100644 index 22f6a1960..000000000 --- a/node_modules/uuid/dist/esm-node/v35.js +++ /dev/null @@ -1,64 +0,0 @@ -import stringify from './stringify.js'; -import parse from './parse.js'; - -function stringToBytes(str) { - str = unescape(encodeURIComponent(str)); // UTF8 escape - - const bytes = []; - - for (let i = 0; i < str.length; ++i) { - bytes.push(str.charCodeAt(i)); - } - - return bytes; -} - -export const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8'; -export const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'; -export default function (name, version, hashfunc) { - function generateUUID(value, namespace, buf, offset) { - if (typeof value === 'string') { - value = stringToBytes(value); - } - - if (typeof namespace === 'string') { - namespace = parse(namespace); - } - - if (namespace.length !== 16) { - throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)'); - } // Compute hash of namespace and value, Per 4.3 - // Future: Use spread syntax when supported on all platforms, e.g. `bytes = - // hashfunc([...namespace, ... value])` - - - let bytes = new Uint8Array(16 + value.length); - bytes.set(namespace); - bytes.set(value, namespace.length); - bytes = hashfunc(bytes); - bytes[6] = bytes[6] & 0x0f | version; - bytes[8] = bytes[8] & 0x3f | 0x80; - - if (buf) { - offset = offset || 0; - - for (let i = 0; i < 16; ++i) { - buf[offset + i] = bytes[i]; - } - - return buf; - } - - return stringify(bytes); - } // Function#name is not settable on some platforms (#270) - - - try { - generateUUID.name = name; // eslint-disable-next-line no-empty - } catch (err) {} // For CommonJS default export support - - - generateUUID.DNS = DNS; - generateUUID.URL = URL; - return generateUUID; -} \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/v4.js b/node_modules/uuid/dist/esm-node/v4.js deleted file mode 100644 index efad926f6..000000000 --- a/node_modules/uuid/dist/esm-node/v4.js +++ /dev/null @@ -1,24 +0,0 @@ -import rng from './rng.js'; -import stringify from './stringify.js'; - -function v4(options, buf, offset) { - options = options || {}; - const rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` - - rnds[6] = rnds[6] & 0x0f | 0x40; - rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided - - if (buf) { - offset = offset || 0; - - for (let i = 0; i < 16; ++i) { - buf[offset + i] = rnds[i]; - } - - return buf; - } - - return stringify(rnds); -} - -export default v4; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/v5.js b/node_modules/uuid/dist/esm-node/v5.js deleted file mode 100644 index e87fe317d..000000000 --- a/node_modules/uuid/dist/esm-node/v5.js +++ /dev/null @@ -1,4 +0,0 @@ -import v35 from './v35.js'; -import sha1 from './sha1.js'; -const v5 = v35('v5', 0x50, sha1); -export default v5; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/validate.js b/node_modules/uuid/dist/esm-node/validate.js deleted file mode 100644 index f1cdc7af4..000000000 --- a/node_modules/uuid/dist/esm-node/validate.js +++ /dev/null @@ -1,7 +0,0 @@ -import REGEX from './regex.js'; - -function validate(uuid) { - return typeof uuid === 'string' && REGEX.test(uuid); -} - -export default validate; \ No newline at end of file diff --git a/node_modules/uuid/dist/esm-node/version.js b/node_modules/uuid/dist/esm-node/version.js deleted file mode 100644 index 77530e9cb..000000000 --- a/node_modules/uuid/dist/esm-node/version.js +++ /dev/null @@ -1,11 +0,0 @@ -import validate from './validate.js'; - -function version(uuid) { - if (!validate(uuid)) { - throw TypeError('Invalid UUID'); - } - - return parseInt(uuid.substr(14, 1), 16); -} - -export default version; \ No newline at end of file diff --git a/node_modules/uuid/dist/index.js b/node_modules/uuid/dist/index.js deleted file mode 100644 index bf13b103c..000000000 --- a/node_modules/uuid/dist/index.js +++ /dev/null @@ -1,79 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -Object.defineProperty(exports, "v1", { - enumerable: true, - get: function () { - return _v.default; - } -}); -Object.defineProperty(exports, "v3", { - enumerable: true, - get: function () { - return _v2.default; - } -}); -Object.defineProperty(exports, "v4", { - enumerable: true, - get: function () { - return _v3.default; - } -}); -Object.defineProperty(exports, "v5", { - enumerable: true, - get: function () { - return _v4.default; - } -}); -Object.defineProperty(exports, "NIL", { - enumerable: true, - get: function () { - return _nil.default; - } -}); -Object.defineProperty(exports, "version", { - enumerable: true, - get: function () { - return _version.default; - } -}); -Object.defineProperty(exports, "validate", { - enumerable: true, - get: function () { - return _validate.default; - } -}); -Object.defineProperty(exports, "stringify", { - enumerable: true, - get: function () { - return _stringify.default; - } -}); -Object.defineProperty(exports, "parse", { - enumerable: true, - get: function () { - return _parse.default; - } -}); - -var _v = _interopRequireDefault(require("./v1.js")); - -var _v2 = _interopRequireDefault(require("./v3.js")); - -var _v3 = _interopRequireDefault(require("./v4.js")); - -var _v4 = _interopRequireDefault(require("./v5.js")); - -var _nil = _interopRequireDefault(require("./nil.js")); - -var _version = _interopRequireDefault(require("./version.js")); - -var _validate = _interopRequireDefault(require("./validate.js")); - -var _stringify = _interopRequireDefault(require("./stringify.js")); - -var _parse = _interopRequireDefault(require("./parse.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } \ No newline at end of file diff --git a/node_modules/uuid/dist/md5-browser.js b/node_modules/uuid/dist/md5-browser.js deleted file mode 100644 index 7a4582ace..000000000 --- a/node_modules/uuid/dist/md5-browser.js +++ /dev/null @@ -1,223 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -/* - * Browser-compatible JavaScript MD5 - * - * Modification of JavaScript MD5 - * https://github.com/blueimp/JavaScript-MD5 - * - * Copyright 2011, Sebastian Tschan - * https://blueimp.net - * - * Licensed under the MIT license: - * https://opensource.org/licenses/MIT - * - * Based on - * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message - * Digest Algorithm, as defined in RFC 1321. - * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009 - * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet - * Distributed under the BSD License - * See http://pajhome.org.uk/crypt/md5 for more info. - */ -function md5(bytes) { - if (typeof bytes === 'string') { - const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape - - bytes = new Uint8Array(msg.length); - - for (let i = 0; i < msg.length; ++i) { - bytes[i] = msg.charCodeAt(i); - } - } - - return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8)); -} -/* - * Convert an array of little-endian words to an array of bytes - */ - - -function md5ToHexEncodedArray(input) { - const output = []; - const length32 = input.length * 32; - const hexTab = '0123456789abcdef'; - - for (let i = 0; i < length32; i += 8) { - const x = input[i >> 5] >>> i % 32 & 0xff; - const hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16); - output.push(hex); - } - - return output; -} -/** - * Calculate output length with padding and bit length - */ - - -function getOutputLength(inputLength8) { - return (inputLength8 + 64 >>> 9 << 4) + 14 + 1; -} -/* - * Calculate the MD5 of an array of little-endian words, and a bit length. - */ - - -function wordsToMd5(x, len) { - /* append padding */ - x[len >> 5] |= 0x80 << len % 32; - x[getOutputLength(len) - 1] = len; - let a = 1732584193; - let b = -271733879; - let c = -1732584194; - let d = 271733878; - - for (let i = 0; i < x.length; i += 16) { - const olda = a; - const oldb = b; - const oldc = c; - const oldd = d; - a = md5ff(a, b, c, d, x[i], 7, -680876936); - d = md5ff(d, a, b, c, x[i + 1], 12, -389564586); - c = md5ff(c, d, a, b, x[i + 2], 17, 606105819); - b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330); - a = md5ff(a, b, c, d, x[i + 4], 7, -176418897); - d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426); - c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341); - b = md5ff(b, c, d, a, x[i + 7], 22, -45705983); - a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416); - d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417); - c = md5ff(c, d, a, b, x[i + 10], 17, -42063); - b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162); - a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682); - d = md5ff(d, a, b, c, x[i + 13], 12, -40341101); - c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290); - b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329); - a = md5gg(a, b, c, d, x[i + 1], 5, -165796510); - d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632); - c = md5gg(c, d, a, b, x[i + 11], 14, 643717713); - b = md5gg(b, c, d, a, x[i], 20, -373897302); - a = md5gg(a, b, c, d, x[i + 5], 5, -701558691); - d = md5gg(d, a, b, c, x[i + 10], 9, 38016083); - c = md5gg(c, d, a, b, x[i + 15], 14, -660478335); - b = md5gg(b, c, d, a, x[i + 4], 20, -405537848); - a = md5gg(a, b, c, d, x[i + 9], 5, 568446438); - d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690); - c = md5gg(c, d, a, b, x[i + 3], 14, -187363961); - b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501); - a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467); - d = md5gg(d, a, b, c, x[i + 2], 9, -51403784); - c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473); - b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734); - a = md5hh(a, b, c, d, x[i + 5], 4, -378558); - d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463); - c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562); - b = md5hh(b, c, d, a, x[i + 14], 23, -35309556); - a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060); - d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353); - c = md5hh(c, d, a, b, x[i + 7], 16, -155497632); - b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640); - a = md5hh(a, b, c, d, x[i + 13], 4, 681279174); - d = md5hh(d, a, b, c, x[i], 11, -358537222); - c = md5hh(c, d, a, b, x[i + 3], 16, -722521979); - b = md5hh(b, c, d, a, x[i + 6], 23, 76029189); - a = md5hh(a, b, c, d, x[i + 9], 4, -640364487); - d = md5hh(d, a, b, c, x[i + 12], 11, -421815835); - c = md5hh(c, d, a, b, x[i + 15], 16, 530742520); - b = md5hh(b, c, d, a, x[i + 2], 23, -995338651); - a = md5ii(a, b, c, d, x[i], 6, -198630844); - d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415); - c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905); - b = md5ii(b, c, d, a, x[i + 5], 21, -57434055); - a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571); - d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606); - c = md5ii(c, d, a, b, x[i + 10], 15, -1051523); - b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799); - a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359); - d = md5ii(d, a, b, c, x[i + 15], 10, -30611744); - c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380); - b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649); - a = md5ii(a, b, c, d, x[i + 4], 6, -145523070); - d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379); - c = md5ii(c, d, a, b, x[i + 2], 15, 718787259); - b = md5ii(b, c, d, a, x[i + 9], 21, -343485551); - a = safeAdd(a, olda); - b = safeAdd(b, oldb); - c = safeAdd(c, oldc); - d = safeAdd(d, oldd); - } - - return [a, b, c, d]; -} -/* - * Convert an array bytes to an array of little-endian words - * Characters >255 have their high-byte silently ignored. - */ - - -function bytesToWords(input) { - if (input.length === 0) { - return []; - } - - const length8 = input.length * 8; - const output = new Uint32Array(getOutputLength(length8)); - - for (let i = 0; i < length8; i += 8) { - output[i >> 5] |= (input[i / 8] & 0xff) << i % 32; - } - - return output; -} -/* - * Add integers, wrapping at 2^32. This uses 16-bit operations internally - * to work around bugs in some JS interpreters. - */ - - -function safeAdd(x, y) { - const lsw = (x & 0xffff) + (y & 0xffff); - const msw = (x >> 16) + (y >> 16) + (lsw >> 16); - return msw << 16 | lsw & 0xffff; -} -/* - * Bitwise rotate a 32-bit number to the left. - */ - - -function bitRotateLeft(num, cnt) { - return num << cnt | num >>> 32 - cnt; -} -/* - * These functions implement the four basic operations the algorithm uses. - */ - - -function md5cmn(q, a, b, x, s, t) { - return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b); -} - -function md5ff(a, b, c, d, x, s, t) { - return md5cmn(b & c | ~b & d, a, b, x, s, t); -} - -function md5gg(a, b, c, d, x, s, t) { - return md5cmn(b & d | c & ~d, a, b, x, s, t); -} - -function md5hh(a, b, c, d, x, s, t) { - return md5cmn(b ^ c ^ d, a, b, x, s, t); -} - -function md5ii(a, b, c, d, x, s, t) { - return md5cmn(c ^ (b | ~d), a, b, x, s, t); -} - -var _default = md5; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/md5.js b/node_modules/uuid/dist/md5.js deleted file mode 100644 index 824d48167..000000000 --- a/node_modules/uuid/dist/md5.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _crypto = _interopRequireDefault(require("crypto")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function md5(bytes) { - if (Array.isArray(bytes)) { - bytes = Buffer.from(bytes); - } else if (typeof bytes === 'string') { - bytes = Buffer.from(bytes, 'utf8'); - } - - return _crypto.default.createHash('md5').update(bytes).digest(); -} - -var _default = md5; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/nil.js b/node_modules/uuid/dist/nil.js deleted file mode 100644 index 7ade577b2..000000000 --- a/node_modules/uuid/dist/nil.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var _default = '00000000-0000-0000-0000-000000000000'; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/parse.js b/node_modules/uuid/dist/parse.js deleted file mode 100644 index 4c69fc39e..000000000 --- a/node_modules/uuid/dist/parse.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _validate = _interopRequireDefault(require("./validate.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function parse(uuid) { - if (!(0, _validate.default)(uuid)) { - throw TypeError('Invalid UUID'); - } - - let v; - const arr = new Uint8Array(16); // Parse ########-....-....-....-............ - - arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24; - arr[1] = v >>> 16 & 0xff; - arr[2] = v >>> 8 & 0xff; - arr[3] = v & 0xff; // Parse ........-####-....-....-............ - - arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8; - arr[5] = v & 0xff; // Parse ........-....-####-....-............ - - arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8; - arr[7] = v & 0xff; // Parse ........-....-....-####-............ - - arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8; - arr[9] = v & 0xff; // Parse ........-....-....-....-############ - // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes) - - arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff; - arr[11] = v / 0x100000000 & 0xff; - arr[12] = v >>> 24 & 0xff; - arr[13] = v >>> 16 & 0xff; - arr[14] = v >>> 8 & 0xff; - arr[15] = v & 0xff; - return arr; -} - -var _default = parse; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/regex.js b/node_modules/uuid/dist/regex.js deleted file mode 100644 index 1ef91d64c..000000000 --- a/node_modules/uuid/dist/regex.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var _default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/rng-browser.js b/node_modules/uuid/dist/rng-browser.js deleted file mode 100644 index 91faeae6d..000000000 --- a/node_modules/uuid/dist/rng-browser.js +++ /dev/null @@ -1,26 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = rng; -// Unique ID creation requires a high quality random # generator. In the browser we therefore -// require the crypto API and do not support built-in fallback to lower quality random number -// generators (like Math.random()). -let getRandomValues; -const rnds8 = new Uint8Array(16); - -function rng() { - // lazy load so that environments that need to polyfill have a chance to do so - if (!getRandomValues) { - // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also, - // find the complete implementation of crypto (msCrypto) on IE11. - getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto); - - if (!getRandomValues) { - throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported'); - } - } - - return getRandomValues(rnds8); -} \ No newline at end of file diff --git a/node_modules/uuid/dist/rng.js b/node_modules/uuid/dist/rng.js deleted file mode 100644 index 3507f9377..000000000 --- a/node_modules/uuid/dist/rng.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = rng; - -var _crypto = _interopRequireDefault(require("crypto")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -const rnds8Pool = new Uint8Array(256); // # of random values to pre-allocate - -let poolPtr = rnds8Pool.length; - -function rng() { - if (poolPtr > rnds8Pool.length - 16) { - _crypto.default.randomFillSync(rnds8Pool); - - poolPtr = 0; - } - - return rnds8Pool.slice(poolPtr, poolPtr += 16); -} \ No newline at end of file diff --git a/node_modules/uuid/dist/sha1-browser.js b/node_modules/uuid/dist/sha1-browser.js deleted file mode 100644 index 24cbcedca..000000000 --- a/node_modules/uuid/dist/sha1-browser.js +++ /dev/null @@ -1,104 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -// Adapted from Chris Veness' SHA1 code at -// http://www.movable-type.co.uk/scripts/sha1.html -function f(s, x, y, z) { - switch (s) { - case 0: - return x & y ^ ~x & z; - - case 1: - return x ^ y ^ z; - - case 2: - return x & y ^ x & z ^ y & z; - - case 3: - return x ^ y ^ z; - } -} - -function ROTL(x, n) { - return x << n | x >>> 32 - n; -} - -function sha1(bytes) { - const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6]; - const H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0]; - - if (typeof bytes === 'string') { - const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape - - bytes = []; - - for (let i = 0; i < msg.length; ++i) { - bytes.push(msg.charCodeAt(i)); - } - } else if (!Array.isArray(bytes)) { - // Convert Array-like to Array - bytes = Array.prototype.slice.call(bytes); - } - - bytes.push(0x80); - const l = bytes.length / 4 + 2; - const N = Math.ceil(l / 16); - const M = new Array(N); - - for (let i = 0; i < N; ++i) { - const arr = new Uint32Array(16); - - for (let j = 0; j < 16; ++j) { - arr[j] = bytes[i * 64 + j * 4] << 24 | bytes[i * 64 + j * 4 + 1] << 16 | bytes[i * 64 + j * 4 + 2] << 8 | bytes[i * 64 + j * 4 + 3]; - } - - M[i] = arr; - } - - M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32); - M[N - 1][14] = Math.floor(M[N - 1][14]); - M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff; - - for (let i = 0; i < N; ++i) { - const W = new Uint32Array(80); - - for (let t = 0; t < 16; ++t) { - W[t] = M[i][t]; - } - - for (let t = 16; t < 80; ++t) { - W[t] = ROTL(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16], 1); - } - - let a = H[0]; - let b = H[1]; - let c = H[2]; - let d = H[3]; - let e = H[4]; - - for (let t = 0; t < 80; ++t) { - const s = Math.floor(t / 20); - const T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0; - e = d; - d = c; - c = ROTL(b, 30) >>> 0; - b = a; - a = T; - } - - H[0] = H[0] + a >>> 0; - H[1] = H[1] + b >>> 0; - H[2] = H[2] + c >>> 0; - H[3] = H[3] + d >>> 0; - H[4] = H[4] + e >>> 0; - } - - return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff]; -} - -var _default = sha1; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/sha1.js b/node_modules/uuid/dist/sha1.js deleted file mode 100644 index 03bdd63ce..000000000 --- a/node_modules/uuid/dist/sha1.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _crypto = _interopRequireDefault(require("crypto")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function sha1(bytes) { - if (Array.isArray(bytes)) { - bytes = Buffer.from(bytes); - } else if (typeof bytes === 'string') { - bytes = Buffer.from(bytes, 'utf8'); - } - - return _crypto.default.createHash('sha1').update(bytes).digest(); -} - -var _default = sha1; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/stringify.js b/node_modules/uuid/dist/stringify.js deleted file mode 100644 index b8e751940..000000000 --- a/node_modules/uuid/dist/stringify.js +++ /dev/null @@ -1,39 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _validate = _interopRequireDefault(require("./validate.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -/** - * Convert array of 16 byte values to UUID string format of the form: - * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX - */ -const byteToHex = []; - -for (let i = 0; i < 256; ++i) { - byteToHex.push((i + 0x100).toString(16).substr(1)); -} - -function stringify(arr, offset = 0) { - // Note: Be careful editing this code! It's been tuned for performance - // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434 - const uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one - // of the following: - // - One or more input array values don't map to a hex octet (leading to - // "undefined" in the uuid) - // - Invalid input values for the RFC `version` or `variant` fields - - if (!(0, _validate.default)(uuid)) { - throw TypeError('Stringified UUID is invalid'); - } - - return uuid; -} - -var _default = stringify; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuid.min.js b/node_modules/uuid/dist/umd/uuid.min.js deleted file mode 100644 index 639ca2f2d..000000000 --- a/node_modules/uuid/dist/umd/uuid.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(r,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((r="undefined"!=typeof globalThis?globalThis:r||self).uuid={})}(this,(function(r){"use strict";var e,n=new Uint8Array(16);function t(){if(!e&&!(e="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return e(n)}var o=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function a(r){return"string"==typeof r&&o.test(r)}for(var i,u,f=[],s=0;s<256;++s)f.push((s+256).toString(16).substr(1));function c(r){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(f[r[e+0]]+f[r[e+1]]+f[r[e+2]]+f[r[e+3]]+"-"+f[r[e+4]]+f[r[e+5]]+"-"+f[r[e+6]]+f[r[e+7]]+"-"+f[r[e+8]]+f[r[e+9]]+"-"+f[r[e+10]]+f[r[e+11]]+f[r[e+12]]+f[r[e+13]]+f[r[e+14]]+f[r[e+15]]).toLowerCase();if(!a(n))throw TypeError("Stringified UUID is invalid");return n}var l=0,d=0;function v(r){if(!a(r))throw TypeError("Invalid UUID");var e,n=new Uint8Array(16);return n[0]=(e=parseInt(r.slice(0,8),16))>>>24,n[1]=e>>>16&255,n[2]=e>>>8&255,n[3]=255&e,n[4]=(e=parseInt(r.slice(9,13),16))>>>8,n[5]=255&e,n[6]=(e=parseInt(r.slice(14,18),16))>>>8,n[7]=255&e,n[8]=(e=parseInt(r.slice(19,23),16))>>>8,n[9]=255&e,n[10]=(e=parseInt(r.slice(24,36),16))/1099511627776&255,n[11]=e/4294967296&255,n[12]=e>>>24&255,n[13]=e>>>16&255,n[14]=e>>>8&255,n[15]=255&e,n}function p(r,e,n){function t(r,t,o,a){if("string"==typeof r&&(r=function(r){r=unescape(encodeURIComponent(r));for(var e=[],n=0;n>>9<<4)+1}function y(r,e){var n=(65535&r)+(65535&e);return(r>>16)+(e>>16)+(n>>16)<<16|65535&n}function g(r,e,n,t,o,a){return y((i=y(y(e,r),y(t,a)))<<(u=o)|i>>>32-u,n);var i,u}function m(r,e,n,t,o,a,i){return g(e&n|~e&t,r,e,o,a,i)}function w(r,e,n,t,o,a,i){return g(e&t|n&~t,r,e,o,a,i)}function b(r,e,n,t,o,a,i){return g(e^n^t,r,e,o,a,i)}function A(r,e,n,t,o,a,i){return g(n^(e|~t),r,e,o,a,i)}var U=p("v3",48,(function(r){if("string"==typeof r){var e=unescape(encodeURIComponent(r));r=new Uint8Array(e.length);for(var n=0;n>5]>>>o%32&255,i=parseInt(t.charAt(a>>>4&15)+t.charAt(15&a),16);e.push(i)}return e}(function(r,e){r[e>>5]|=128<>5]|=(255&r[t/8])<>>32-e}var R=p("v5",80,(function(r){var e=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof r){var t=unescape(encodeURIComponent(r));r=[];for(var o=0;o>>0;w=m,m=g,g=C(y,30)>>>0,y=h,h=U}n[0]=n[0]+h>>>0,n[1]=n[1]+y>>>0,n[2]=n[2]+g>>>0,n[3]=n[3]+m>>>0,n[4]=n[4]+w>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}));r.NIL="00000000-0000-0000-0000-000000000000",r.parse=v,r.stringify=c,r.v1=function(r,e,n){var o=e&&n||0,a=e||new Array(16),f=(r=r||{}).node||i,s=void 0!==r.clockseq?r.clockseq:u;if(null==f||null==s){var v=r.random||(r.rng||t)();null==f&&(f=i=[1|v[0],v[1],v[2],v[3],v[4],v[5]]),null==s&&(s=u=16383&(v[6]<<8|v[7]))}var p=void 0!==r.msecs?r.msecs:Date.now(),h=void 0!==r.nsecs?r.nsecs:d+1,y=p-l+(h-d)/1e4;if(y<0&&void 0===r.clockseq&&(s=s+1&16383),(y<0||p>l)&&void 0===r.nsecs&&(h=0),h>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");l=p,d=h,u=s;var g=(1e4*(268435455&(p+=122192928e5))+h)%4294967296;a[o++]=g>>>24&255,a[o++]=g>>>16&255,a[o++]=g>>>8&255,a[o++]=255&g;var m=p/4294967296*1e4&268435455;a[o++]=m>>>8&255,a[o++]=255&m,a[o++]=m>>>24&15|16,a[o++]=m>>>16&255,a[o++]=s>>>8|128,a[o++]=255&s;for(var w=0;w<6;++w)a[o+w]=f[w];return e||c(a)},r.v3=U,r.v4=function(r,e,n){var o=(r=r||{}).random||(r.rng||t)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,e){n=n||0;for(var a=0;a<16;++a)e[n+a]=o[a];return e}return c(o)},r.v5=R,r.validate=a,r.version=function(r){if(!a(r))throw TypeError("Invalid UUID");return parseInt(r.substr(14,1),16)},Object.defineProperty(r,"__esModule",{value:!0})})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidNIL.min.js b/node_modules/uuid/dist/umd/uuidNIL.min.js deleted file mode 100644 index 30b28a7e0..000000000 --- a/node_modules/uuid/dist/umd/uuidNIL.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidNIL=n()}(this,(function(){"use strict";return"00000000-0000-0000-0000-000000000000"})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidParse.min.js b/node_modules/uuid/dist/umd/uuidParse.min.js deleted file mode 100644 index d48ea6af5..000000000 --- a/node_modules/uuid/dist/umd/uuidParse.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidParse=n()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return function(n){if(!function(n){return"string"==typeof n&&e.test(n)}(n))throw TypeError("Invalid UUID");var t,i=new Uint8Array(16);return i[0]=(t=parseInt(n.slice(0,8),16))>>>24,i[1]=t>>>16&255,i[2]=t>>>8&255,i[3]=255&t,i[4]=(t=parseInt(n.slice(9,13),16))>>>8,i[5]=255&t,i[6]=(t=parseInt(n.slice(14,18),16))>>>8,i[7]=255&t,i[8]=(t=parseInt(n.slice(19,23),16))>>>8,i[9]=255&t,i[10]=(t=parseInt(n.slice(24,36),16))/1099511627776&255,i[11]=t/4294967296&255,i[12]=t>>>24&255,i[13]=t>>>16&255,i[14]=t>>>8&255,i[15]=255&t,i}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidStringify.min.js b/node_modules/uuid/dist/umd/uuidStringify.min.js deleted file mode 100644 index fd39adc33..000000000 --- a/node_modules/uuid/dist/umd/uuidStringify.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidStringify=t()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function t(t){return"string"==typeof t&&e.test(t)}for(var i=[],n=0;n<256;++n)i.push((n+256).toString(16).substr(1));return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,f=(i[e[n+0]]+i[e[n+1]]+i[e[n+2]]+i[e[n+3]]+"-"+i[e[n+4]]+i[e[n+5]]+"-"+i[e[n+6]]+i[e[n+7]]+"-"+i[e[n+8]]+i[e[n+9]]+"-"+i[e[n+10]]+i[e[n+11]]+i[e[n+12]]+i[e[n+13]]+i[e[n+14]]+i[e[n+15]]).toLowerCase();if(!t(f))throw TypeError("Stringified UUID is invalid");return f}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidValidate.min.js b/node_modules/uuid/dist/umd/uuidValidate.min.js deleted file mode 100644 index 378e5b902..000000000 --- a/node_modules/uuid/dist/umd/uuidValidate.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidValidate=t()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return function(t){return"string"==typeof t&&e.test(t)}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidVersion.min.js b/node_modules/uuid/dist/umd/uuidVersion.min.js deleted file mode 100644 index 274bb090d..000000000 --- a/node_modules/uuid/dist/umd/uuidVersion.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidVersion=t()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return function(t){if(!function(t){return"string"==typeof t&&e.test(t)}(t))throw TypeError("Invalid UUID");return parseInt(t.substr(14,1),16)}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidv1.min.js b/node_modules/uuid/dist/umd/uuidv1.min.js deleted file mode 100644 index 2622889a2..000000000 --- a/node_modules/uuid/dist/umd/uuidv1.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidv1=o()}(this,(function(){"use strict";var e,o=new Uint8Array(16);function t(){if(!e&&!(e="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return e(o)}var n=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function r(e){return"string"==typeof e&&n.test(e)}for(var i,u,s=[],a=0;a<256;++a)s.push((a+256).toString(16).substr(1));var d=0,f=0;return function(e,o,n){var a=o&&n||0,c=o||new Array(16),l=(e=e||{}).node||i,p=void 0!==e.clockseq?e.clockseq:u;if(null==l||null==p){var v=e.random||(e.rng||t)();null==l&&(l=i=[1|v[0],v[1],v[2],v[3],v[4],v[5]]),null==p&&(p=u=16383&(v[6]<<8|v[7]))}var y=void 0!==e.msecs?e.msecs:Date.now(),m=void 0!==e.nsecs?e.nsecs:f+1,g=y-d+(m-f)/1e4;if(g<0&&void 0===e.clockseq&&(p=p+1&16383),(g<0||y>d)&&void 0===e.nsecs&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");d=y,f=m,u=p;var h=(1e4*(268435455&(y+=122192928e5))+m)%4294967296;c[a++]=h>>>24&255,c[a++]=h>>>16&255,c[a++]=h>>>8&255,c[a++]=255&h;var w=y/4294967296*1e4&268435455;c[a++]=w>>>8&255,c[a++]=255&w,c[a++]=w>>>24&15|16,c[a++]=w>>>16&255,c[a++]=p>>>8|128,c[a++]=255&p;for(var b=0;b<6;++b)c[a+b]=l[b];return o||function(e){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,t=(s[e[o+0]]+s[e[o+1]]+s[e[o+2]]+s[e[o+3]]+"-"+s[e[o+4]]+s[e[o+5]]+"-"+s[e[o+6]]+s[e[o+7]]+"-"+s[e[o+8]]+s[e[o+9]]+"-"+s[e[o+10]]+s[e[o+11]]+s[e[o+12]]+s[e[o+13]]+s[e[o+14]]+s[e[o+15]]).toLowerCase();if(!r(t))throw TypeError("Stringified UUID is invalid");return t}(c)}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidv3.min.js b/node_modules/uuid/dist/umd/uuidv3.min.js deleted file mode 100644 index 8d37b62d7..000000000 --- a/node_modules/uuid/dist/umd/uuidv3.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(n,r){"object"==typeof exports&&"undefined"!=typeof module?module.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).uuidv3=r()}(this,(function(){"use strict";var n=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function r(r){return"string"==typeof r&&n.test(r)}for(var e=[],t=0;t<256;++t)e.push((t+256).toString(16).substr(1));function i(n){return 14+(n+64>>>9<<4)+1}function o(n,r){var e=(65535&n)+(65535&r);return(n>>16)+(r>>16)+(e>>16)<<16|65535&e}function a(n,r,e,t,i,a){return o((f=o(o(r,n),o(t,a)))<<(u=i)|f>>>32-u,e);var f,u}function f(n,r,e,t,i,o,f){return a(r&e|~r&t,n,r,i,o,f)}function u(n,r,e,t,i,o,f){return a(r&t|e&~t,n,r,i,o,f)}function c(n,r,e,t,i,o,f){return a(r^e^t,n,r,i,o,f)}function s(n,r,e,t,i,o,f){return a(e^(r|~t),n,r,i,o,f)}return function(n,t,i){function o(n,o,a,f){if("string"==typeof n&&(n=function(n){n=unescape(encodeURIComponent(n));for(var r=[],e=0;e>>24,t[1]=e>>>16&255,t[2]=e>>>8&255,t[3]=255&e,t[4]=(e=parseInt(n.slice(9,13),16))>>>8,t[5]=255&e,t[6]=(e=parseInt(n.slice(14,18),16))>>>8,t[7]=255&e,t[8]=(e=parseInt(n.slice(19,23),16))>>>8,t[9]=255&e,t[10]=(e=parseInt(n.slice(24,36),16))/1099511627776&255,t[11]=e/4294967296&255,t[12]=e>>>24&255,t[13]=e>>>16&255,t[14]=e>>>8&255,t[15]=255&e,t}(o)),16!==o.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var u=new Uint8Array(16+n.length);if(u.set(o),u.set(n,o.length),(u=i(u))[6]=15&u[6]|t,u[8]=63&u[8]|128,a){f=f||0;for(var c=0;c<16;++c)a[f+c]=u[c];return a}return function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=(e[n[t+0]]+e[n[t+1]]+e[n[t+2]]+e[n[t+3]]+"-"+e[n[t+4]]+e[n[t+5]]+"-"+e[n[t+6]]+e[n[t+7]]+"-"+e[n[t+8]]+e[n[t+9]]+"-"+e[n[t+10]]+e[n[t+11]]+e[n[t+12]]+e[n[t+13]]+e[n[t+14]]+e[n[t+15]]).toLowerCase();if(!r(i))throw TypeError("Stringified UUID is invalid");return i}(u)}try{o.name=n}catch(n){}return o.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",o.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",o}("v3",48,(function(n){if("string"==typeof n){var r=unescape(encodeURIComponent(n));n=new Uint8Array(r.length);for(var e=0;e>5]>>>i%32&255,a=parseInt(t.charAt(o>>>4&15)+t.charAt(15&o),16);r.push(a)}return r}(function(n,r){n[r>>5]|=128<>5]|=(255&n[t/8])<1&&void 0!==arguments[1]?arguments[1]:0,o=(i[t[e+0]]+i[t[e+1]]+i[t[e+2]]+i[t[e+3]]+"-"+i[t[e+4]]+i[t[e+5]]+"-"+i[t[e+6]]+i[t[e+7]]+"-"+i[t[e+8]]+i[t[e+9]]+"-"+i[t[e+10]]+i[t[e+11]]+i[t[e+12]]+i[t[e+13]]+i[t[e+14]]+i[t[e+15]]).toLowerCase();if(!r(o))throw TypeError("Stringified UUID is invalid");return o}(u)}})); \ No newline at end of file diff --git a/node_modules/uuid/dist/umd/uuidv5.min.js b/node_modules/uuid/dist/umd/uuidv5.min.js deleted file mode 100644 index ba6fc63da..000000000 --- a/node_modules/uuid/dist/umd/uuidv5.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(r,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(r="undefined"!=typeof globalThis?globalThis:r||self).uuidv5=e()}(this,(function(){"use strict";var r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function e(e){return"string"==typeof e&&r.test(e)}for(var t=[],n=0;n<256;++n)t.push((n+256).toString(16).substr(1));function a(r,e,t,n){switch(r){case 0:return e&t^~e&n;case 1:return e^t^n;case 2:return e&t^e&n^t&n;case 3:return e^t^n}}function o(r,e){return r<>>32-e}return function(r,n,a){function o(r,o,i,f){if("string"==typeof r&&(r=function(r){r=unescape(encodeURIComponent(r));for(var e=[],t=0;t>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(r.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(r.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(r.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(r.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}(o)),16!==o.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var s=new Uint8Array(16+r.length);if(s.set(o),s.set(r,o.length),(s=a(s))[6]=15&s[6]|n,s[8]=63&s[8]|128,i){f=f||0;for(var u=0;u<16;++u)i[f+u]=s[u];return i}return function(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=(t[r[n+0]]+t[r[n+1]]+t[r[n+2]]+t[r[n+3]]+"-"+t[r[n+4]]+t[r[n+5]]+"-"+t[r[n+6]]+t[r[n+7]]+"-"+t[r[n+8]]+t[r[n+9]]+"-"+t[r[n+10]]+t[r[n+11]]+t[r[n+12]]+t[r[n+13]]+t[r[n+14]]+t[r[n+15]]).toLowerCase();if(!e(a))throw TypeError("Stringified UUID is invalid");return a}(s)}try{o.name=r}catch(r){}return o.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",o.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",o}("v5",80,(function(r){var e=[1518500249,1859775393,2400959708,3395469782],t=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof r){var n=unescape(encodeURIComponent(r));r=[];for(var i=0;i>>0;A=U,U=w,w=o(b,30)>>>0,b=g,g=C}t[0]=t[0]+g>>>0,t[1]=t[1]+b>>>0,t[2]=t[2]+w>>>0,t[3]=t[3]+U>>>0,t[4]=t[4]+A>>>0}return[t[0]>>24&255,t[0]>>16&255,t[0]>>8&255,255&t[0],t[1]>>24&255,t[1]>>16&255,t[1]>>8&255,255&t[1],t[2]>>24&255,t[2]>>16&255,t[2]>>8&255,255&t[2],t[3]>>24&255,t[3]>>16&255,t[3]>>8&255,255&t[3],t[4]>>24&255,t[4]>>16&255,t[4]>>8&255,255&t[4]]}))})); \ No newline at end of file diff --git a/node_modules/uuid/dist/uuid-bin.js b/node_modules/uuid/dist/uuid-bin.js deleted file mode 100644 index 50a7a9f17..000000000 --- a/node_modules/uuid/dist/uuid-bin.js +++ /dev/null @@ -1,85 +0,0 @@ -"use strict"; - -var _assert = _interopRequireDefault(require("assert")); - -var _v = _interopRequireDefault(require("./v1.js")); - -var _v2 = _interopRequireDefault(require("./v3.js")); - -var _v3 = _interopRequireDefault(require("./v4.js")); - -var _v4 = _interopRequireDefault(require("./v5.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function usage() { - console.log('Usage:'); - console.log(' uuid'); - console.log(' uuid v1'); - console.log(' uuid v3 '); - console.log(' uuid v4'); - console.log(' uuid v5 '); - console.log(' uuid --help'); - console.log('\nNote: may be "URL" or "DNS" to use the corresponding UUIDs defined by RFC4122'); -} - -const args = process.argv.slice(2); - -if (args.indexOf('--help') >= 0) { - usage(); - process.exit(0); -} - -const version = args.shift() || 'v4'; - -switch (version) { - case 'v1': - console.log((0, _v.default)()); - break; - - case 'v3': - { - const name = args.shift(); - let namespace = args.shift(); - (0, _assert.default)(name != null, 'v3 name not specified'); - (0, _assert.default)(namespace != null, 'v3 namespace not specified'); - - if (namespace === 'URL') { - namespace = _v2.default.URL; - } - - if (namespace === 'DNS') { - namespace = _v2.default.DNS; - } - - console.log((0, _v2.default)(name, namespace)); - break; - } - - case 'v4': - console.log((0, _v3.default)()); - break; - - case 'v5': - { - const name = args.shift(); - let namespace = args.shift(); - (0, _assert.default)(name != null, 'v5 name not specified'); - (0, _assert.default)(namespace != null, 'v5 namespace not specified'); - - if (namespace === 'URL') { - namespace = _v4.default.URL; - } - - if (namespace === 'DNS') { - namespace = _v4.default.DNS; - } - - console.log((0, _v4.default)(name, namespace)); - break; - } - - default: - usage(); - process.exit(1); -} \ No newline at end of file diff --git a/node_modules/uuid/dist/v1.js b/node_modules/uuid/dist/v1.js deleted file mode 100644 index abb9b3d16..000000000 --- a/node_modules/uuid/dist/v1.js +++ /dev/null @@ -1,107 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _rng = _interopRequireDefault(require("./rng.js")); - -var _stringify = _interopRequireDefault(require("./stringify.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -// **`v1()` - Generate time-based UUID** -// -// Inspired by https://github.com/LiosK/UUID.js -// and http://docs.python.org/library/uuid.html -let _nodeId; - -let _clockseq; // Previous uuid creation time - - -let _lastMSecs = 0; -let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details - -function v1(options, buf, offset) { - let i = buf && offset || 0; - const b = buf || new Array(16); - options = options || {}; - let node = options.node || _nodeId; - let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not - // specified. We do this lazily to minimize issues related to insufficient - // system entropy. See #189 - - if (node == null || clockseq == null) { - const seedBytes = options.random || (options.rng || _rng.default)(); - - if (node == null) { - // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) - node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]]; - } - - if (clockseq == null) { - // Per 4.2.2, randomize (14 bit) clockseq - clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff; - } - } // UUID timestamps are 100 nano-second units since the Gregorian epoch, - // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so - // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' - // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. - - - let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock - // cycle to simulate higher resolution clock - - let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs) - - const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression - - if (dt < 0 && options.clockseq === undefined) { - clockseq = clockseq + 1 & 0x3fff; - } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new - // time interval - - - if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) { - nsecs = 0; - } // Per 4.2.1.2 Throw error if too many uuids are requested - - - if (nsecs >= 10000) { - throw new Error("uuid.v1(): Can't create more than 10M uuids/sec"); - } - - _lastMSecs = msecs; - _lastNSecs = nsecs; - _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch - - msecs += 12219292800000; // `time_low` - - const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000; - b[i++] = tl >>> 24 & 0xff; - b[i++] = tl >>> 16 & 0xff; - b[i++] = tl >>> 8 & 0xff; - b[i++] = tl & 0xff; // `time_mid` - - const tmh = msecs / 0x100000000 * 10000 & 0xfffffff; - b[i++] = tmh >>> 8 & 0xff; - b[i++] = tmh & 0xff; // `time_high_and_version` - - b[i++] = tmh >>> 24 & 0xf | 0x10; // include version - - b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) - - b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low` - - b[i++] = clockseq & 0xff; // `node` - - for (let n = 0; n < 6; ++n) { - b[i + n] = node[n]; - } - - return buf || (0, _stringify.default)(b); -} - -var _default = v1; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/v3.js b/node_modules/uuid/dist/v3.js deleted file mode 100644 index 6b47ff517..000000000 --- a/node_modules/uuid/dist/v3.js +++ /dev/null @@ -1,16 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _v = _interopRequireDefault(require("./v35.js")); - -var _md = _interopRequireDefault(require("./md5.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -const v3 = (0, _v.default)('v3', 0x30, _md.default); -var _default = v3; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/v35.js b/node_modules/uuid/dist/v35.js deleted file mode 100644 index f784c6337..000000000 --- a/node_modules/uuid/dist/v35.js +++ /dev/null @@ -1,78 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = _default; -exports.URL = exports.DNS = void 0; - -var _stringify = _interopRequireDefault(require("./stringify.js")); - -var _parse = _interopRequireDefault(require("./parse.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function stringToBytes(str) { - str = unescape(encodeURIComponent(str)); // UTF8 escape - - const bytes = []; - - for (let i = 0; i < str.length; ++i) { - bytes.push(str.charCodeAt(i)); - } - - return bytes; -} - -const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8'; -exports.DNS = DNS; -const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'; -exports.URL = URL; - -function _default(name, version, hashfunc) { - function generateUUID(value, namespace, buf, offset) { - if (typeof value === 'string') { - value = stringToBytes(value); - } - - if (typeof namespace === 'string') { - namespace = (0, _parse.default)(namespace); - } - - if (namespace.length !== 16) { - throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)'); - } // Compute hash of namespace and value, Per 4.3 - // Future: Use spread syntax when supported on all platforms, e.g. `bytes = - // hashfunc([...namespace, ... value])` - - - let bytes = new Uint8Array(16 + value.length); - bytes.set(namespace); - bytes.set(value, namespace.length); - bytes = hashfunc(bytes); - bytes[6] = bytes[6] & 0x0f | version; - bytes[8] = bytes[8] & 0x3f | 0x80; - - if (buf) { - offset = offset || 0; - - for (let i = 0; i < 16; ++i) { - buf[offset + i] = bytes[i]; - } - - return buf; - } - - return (0, _stringify.default)(bytes); - } // Function#name is not settable on some platforms (#270) - - - try { - generateUUID.name = name; // eslint-disable-next-line no-empty - } catch (err) {} // For CommonJS default export support - - - generateUUID.DNS = DNS; - generateUUID.URL = URL; - return generateUUID; -} \ No newline at end of file diff --git a/node_modules/uuid/dist/v4.js b/node_modules/uuid/dist/v4.js deleted file mode 100644 index 838ce0b28..000000000 --- a/node_modules/uuid/dist/v4.js +++ /dev/null @@ -1,37 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _rng = _interopRequireDefault(require("./rng.js")); - -var _stringify = _interopRequireDefault(require("./stringify.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function v4(options, buf, offset) { - options = options || {}; - - const rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` - - - rnds[6] = rnds[6] & 0x0f | 0x40; - rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided - - if (buf) { - offset = offset || 0; - - for (let i = 0; i < 16; ++i) { - buf[offset + i] = rnds[i]; - } - - return buf; - } - - return (0, _stringify.default)(rnds); -} - -var _default = v4; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/v5.js b/node_modules/uuid/dist/v5.js deleted file mode 100644 index 99d615e09..000000000 --- a/node_modules/uuid/dist/v5.js +++ /dev/null @@ -1,16 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _v = _interopRequireDefault(require("./v35.js")); - -var _sha = _interopRequireDefault(require("./sha1.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -const v5 = (0, _v.default)('v5', 0x50, _sha.default); -var _default = v5; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/validate.js b/node_modules/uuid/dist/validate.js deleted file mode 100644 index fd052157d..000000000 --- a/node_modules/uuid/dist/validate.js +++ /dev/null @@ -1,17 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _regex = _interopRequireDefault(require("./regex.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function validate(uuid) { - return typeof uuid === 'string' && _regex.default.test(uuid); -} - -var _default = validate; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/dist/version.js b/node_modules/uuid/dist/version.js deleted file mode 100644 index b72949cdb..000000000 --- a/node_modules/uuid/dist/version.js +++ /dev/null @@ -1,21 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; - -var _validate = _interopRequireDefault(require("./validate.js")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function version(uuid) { - if (!(0, _validate.default)(uuid)) { - throw TypeError('Invalid UUID'); - } - - return parseInt(uuid.substr(14, 1), 16); -} - -var _default = version; -exports.default = _default; \ No newline at end of file diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json deleted file mode 100644 index f0ab3711e..000000000 --- a/node_modules/uuid/package.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "name": "uuid", - "version": "8.3.2", - "description": "RFC4122 (v1, v4, and v5) UUIDs", - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "keywords": [ - "uuid", - "guid", - "rfc4122" - ], - "license": "MIT", - "bin": { - "uuid": "./dist/bin/uuid" - }, - "sideEffects": false, - "main": "./dist/index.js", - "exports": { - ".": { - "node": { - "module": "./dist/esm-node/index.js", - "require": "./dist/index.js", - "import": "./wrapper.mjs" - }, - "default": "./dist/esm-browser/index.js" - }, - "./package.json": "./package.json" - }, - "module": "./dist/esm-node/index.js", - "browser": { - "./dist/md5.js": "./dist/md5-browser.js", - "./dist/rng.js": "./dist/rng-browser.js", - "./dist/sha1.js": "./dist/sha1-browser.js", - "./dist/esm-node/index.js": "./dist/esm-browser/index.js" - }, - "files": [ - "CHANGELOG.md", - "CONTRIBUTING.md", - "LICENSE.md", - "README.md", - "dist", - "wrapper.mjs" - ], - "devDependencies": { - "@babel/cli": "7.11.6", - "@babel/core": "7.11.6", - "@babel/preset-env": "7.11.5", - "@commitlint/cli": "11.0.0", - "@commitlint/config-conventional": "11.0.0", - "@rollup/plugin-node-resolve": "9.0.0", - "babel-eslint": "10.1.0", - "bundlewatch": "0.3.1", - "eslint": "7.10.0", - "eslint-config-prettier": "6.12.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-prettier": "3.1.4", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", - "husky": "4.3.0", - "jest": "25.5.4", - "lint-staged": "10.4.0", - "npm-run-all": "4.1.5", - "optional-dev-dependency": "2.0.1", - "prettier": "2.1.2", - "random-seed": "0.3.0", - "rollup": "2.28.2", - "rollup-plugin-terser": "7.0.2", - "runmd": "1.3.2", - "standard-version": "9.0.0" - }, - "optionalDevDependencies": { - "@wdio/browserstack-service": "6.4.0", - "@wdio/cli": "6.4.0", - "@wdio/jasmine-framework": "6.4.0", - "@wdio/local-runner": "6.4.0", - "@wdio/spec-reporter": "6.4.0", - "@wdio/static-server-service": "6.4.0", - "@wdio/sync": "6.4.0" - }, - "scripts": { - "examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build", - "examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build", - "examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test", - "examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test", - "lint": "npm run eslint:check && npm run prettier:check", - "eslint:check": "eslint src/ test/ examples/ *.js", - "eslint:fix": "eslint --fix src/ test/ examples/ *.js", - "pretest": "[ -n $CI ] || npm run build", - "test": "BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/", - "pretest:browser": "optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**", - "test:browser": "wdio run ./wdio.conf.js", - "pretest:node": "npm run build", - "test:node": "npm-run-all --parallel examples:node:**", - "test:pack": "./scripts/testpack.sh", - "pretest:benchmark": "npm run build", - "test:benchmark": "cd examples/benchmark && npm install && npm test", - "prettier:check": "prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'", - "prettier:fix": "prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'", - "bundlewatch": "npm run pretest:browser && bundlewatch --config bundlewatch.config.json", - "md": "runmd --watch --output=README.md README_js.md", - "docs": "( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )", - "docs:diff": "npm run docs && git diff --quiet README.md", - "build": "./scripts/build.sh", - "prepack": "npm run build", - "release": "standard-version --no-verify" - }, - "repository": { - "type": "git", - "url": "https://github.com/uuidjs/uuid.git" - }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "*.{js,jsx,json,md}": [ - "prettier --write" - ], - "*.{js,jsx}": [ - "eslint --fix" - ] - }, - "standard-version": { - "scripts": { - "postchangelog": "prettier --write CHANGELOG.md" - } - } -} diff --git a/node_modules/uuid/wrapper.mjs b/node_modules/uuid/wrapper.mjs deleted file mode 100644 index c31e9cef4..000000000 --- a/node_modules/uuid/wrapper.mjs +++ /dev/null @@ -1,10 +0,0 @@ -import uuid from './dist/index.js'; -export const v1 = uuid.v1; -export const v3 = uuid.v3; -export const v4 = uuid.v4; -export const v5 = uuid.v5; -export const NIL = uuid.NIL; -export const version = uuid.version; -export const validate = uuid.validate; -export const stringify = uuid.stringify; -export const parse = uuid.parse; diff --git a/package-lock.json b/package-lock.json index 1bac5b1f8..0c51baabe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "akeyless-action", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "akeyless-action", - "version": "4.2.1", + "version": "4.2.2", "license": "ISC", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index d774e474d..af3324c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "akeyless-action", - "version": "4.2.1", + "version": "4.2.2", "description": "This action will login to AKeyless using JWT or IAM auth and then fetch secrets and/or provision AWS access via a dynamic producer.", "main": "src/index.js", "scripts": {