@shapediver/api.platform-api-dto-v1 2.12.7 → 2.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +14 -14
  2. package/dist/commons/SdPlatformApiTokenScopes.d.ts +47 -47
  3. package/dist/commons/SdPlatformApiTokenScopes.js +51 -51
  4. package/dist/commons/SdPlatformChargebee.d.ts +7 -7
  5. package/dist/commons/SdPlatformChargebee.js +2 -2
  6. package/dist/commons/SdPlatformModelCommons.d.ts +4 -4
  7. package/dist/commons/SdPlatformModelCommons.js +8 -8
  8. package/dist/commons/SdPlatformModelTokenScopes.d.ts +9 -9
  9. package/dist/commons/SdPlatformModelTokenScopes.js +13 -13
  10. package/dist/commons/SdPlatformNotificationCommons.d.ts +74 -62
  11. package/dist/commons/SdPlatformNotificationCommons.d.ts.map +1 -1
  12. package/dist/commons/SdPlatformNotificationCommons.js +84 -72
  13. package/dist/commons/SdPlatformNotificationCommons.js.map +1 -1
  14. package/dist/commons/SdPlatformOrganizationCommons.d.ts +29 -29
  15. package/dist/commons/SdPlatformOrganizationCommons.js +33 -33
  16. package/dist/commons/SdPlatformPolicyCommons.d.ts +301 -301
  17. package/dist/commons/SdPlatformPolicyCommons.js +290 -290
  18. package/dist/commons/SdPlatformUsedCredits.d.ts +6 -6
  19. package/dist/commons/SdPlatformUsedCredits.js +2 -2
  20. package/dist/commons/SdPlatformVisibility.d.ts +36 -36
  21. package/dist/commons/SdPlatformVisibility.js +43 -43
  22. package/dist/index.d.ts +54 -54
  23. package/dist/index.js +70 -70
  24. package/dist/request/SdPlatformAuthRequest.d.ts +53 -53
  25. package/dist/request/SdPlatformAuthRequest.js +20 -20
  26. package/dist/request/SdPlatformBaseRequestTypes.d.ts +45 -45
  27. package/dist/request/SdPlatformBaseRequestTypes.js +8 -8
  28. package/dist/request/SdPlatformRequestApiClients.d.ts +20 -20
  29. package/dist/request/SdPlatformRequestApiClients.js +2 -2
  30. package/dist/request/SdPlatformRequestApiToken.d.ts +23 -23
  31. package/dist/request/SdPlatformRequestApiToken.js +2 -2
  32. package/dist/request/SdPlatformRequestBackendSystem.d.ts +69 -69
  33. package/dist/request/SdPlatformRequestBackendSystem.js +2 -2
  34. package/dist/request/SdPlatformRequestBookmark.d.ts +7 -7
  35. package/dist/request/SdPlatformRequestBookmark.js +2 -2
  36. package/dist/request/SdPlatformRequestChargebee.d.ts +39 -11
  37. package/dist/request/SdPlatformRequestChargebee.d.ts.map +1 -1
  38. package/dist/request/SdPlatformRequestChargebee.js +2 -2
  39. package/dist/request/SdPlatformRequestDocument.d.ts +46 -46
  40. package/dist/request/SdPlatformRequestDocument.js +2 -2
  41. package/dist/request/SdPlatformRequestDomain.d.ts +18 -18
  42. package/dist/request/SdPlatformRequestDomain.js +2 -2
  43. package/dist/request/SdPlatformRequestImage.d.ts +16 -16
  44. package/dist/request/SdPlatformRequestImage.js +2 -2
  45. package/dist/request/SdPlatformRequestModel.d.ts +63 -63
  46. package/dist/request/SdPlatformRequestModel.js +10 -10
  47. package/dist/request/SdPlatformRequestModelSharing.d.ts +34 -34
  48. package/dist/request/SdPlatformRequestModelSharing.js +2 -2
  49. package/dist/request/SdPlatformRequestModelToken.d.ts +11 -11
  50. package/dist/request/SdPlatformRequestModelToken.js +2 -2
  51. package/dist/request/SdPlatformRequestModelTransfer.d.ts +15 -15
  52. package/dist/request/SdPlatformRequestModelTransfer.js +2 -2
  53. package/dist/request/SdPlatformRequestNotification.d.ts +40 -38
  54. package/dist/request/SdPlatformRequestNotification.d.ts.map +1 -1
  55. package/dist/request/SdPlatformRequestNotification.js +2 -2
  56. package/dist/request/SdPlatformRequestOpenIDProvider.d.ts +100 -100
  57. package/dist/request/SdPlatformRequestOpenIDProvider.js +2 -2
  58. package/dist/request/SdPlatformRequestOrganization.d.ts +57 -57
  59. package/dist/request/SdPlatformRequestOrganization.js +2 -2
  60. package/dist/request/SdPlatformRequestPolicy.d.ts +39 -39
  61. package/dist/request/SdPlatformRequestPolicy.js +2 -2
  62. package/dist/request/SdPlatformRequestSavedState.d.ts +35 -35
  63. package/dist/request/SdPlatformRequestSavedState.js +2 -2
  64. package/dist/request/SdPlatformRequestSavedStateSharing.d.ts +34 -34
  65. package/dist/request/SdPlatformRequestSavedStateSharing.js +2 -2
  66. package/dist/request/SdPlatformRequestUser.d.ts +89 -89
  67. package/dist/request/SdPlatformRequestUser.js +2 -2
  68. package/dist/request/SdPlatformRequestWebhook.d.ts +39 -39
  69. package/dist/request/SdPlatformRequestWebhook.js +2 -2
  70. package/dist/response/SdPlatformAuthResponse.d.ts +17 -17
  71. package/dist/response/SdPlatformAuthResponse.js +2 -2
  72. package/dist/response/SdPlatformBaseResponseTypes.d.ts +47 -47
  73. package/dist/response/SdPlatformBaseResponseTypes.js +2 -2
  74. package/dist/response/SdPlatformResponseAnalytics.d.ts +173 -173
  75. package/dist/response/SdPlatformResponseAnalytics.js +11 -11
  76. package/dist/response/SdPlatformResponseApiClient.d.ts +41 -11
  77. package/dist/response/SdPlatformResponseApiClient.d.ts.map +1 -1
  78. package/dist/response/SdPlatformResponseApiClient.js +2 -2
  79. package/dist/response/SdPlatformResponseApiToken.d.ts +24 -24
  80. package/dist/response/SdPlatformResponseApiToken.js +2 -2
  81. package/dist/response/SdPlatformResponseBackendSystem.d.ts +53 -53
  82. package/dist/response/SdPlatformResponseBackendSystem.js +2 -2
  83. package/dist/response/SdPlatformResponseChargebee.d.ts +32 -32
  84. package/dist/response/SdPlatformResponseChargebee.js +10 -10
  85. package/dist/response/SdPlatformResponseDocument.d.ts +112 -112
  86. package/dist/response/SdPlatformResponseDocument.js +2 -2
  87. package/dist/response/SdPlatformResponseDomain.d.ts +25 -25
  88. package/dist/response/SdPlatformResponseDomain.js +2 -2
  89. package/dist/response/SdPlatformResponseFeatures.d.ts +57 -57
  90. package/dist/response/SdPlatformResponseFeatures.js +2 -2
  91. package/dist/response/SdPlatformResponseHttpLog.d.ts +43 -14
  92. package/dist/response/SdPlatformResponseHttpLog.d.ts.map +1 -1
  93. package/dist/response/SdPlatformResponseHttpLog.js +2 -2
  94. package/dist/response/SdPlatformResponseImage.d.ts +34 -34
  95. package/dist/response/SdPlatformResponseImage.js +2 -2
  96. package/dist/response/SdPlatformResponseModel.d.ts +310 -300
  97. package/dist/response/SdPlatformResponseModel.d.ts.map +1 -1
  98. package/dist/response/SdPlatformResponseModel.js +53 -53
  99. package/dist/response/SdPlatformResponseModelSharing.d.ts +62 -62
  100. package/dist/response/SdPlatformResponseModelSharing.js +2 -2
  101. package/dist/response/SdPlatformResponseModelToken.d.ts +23 -23
  102. package/dist/response/SdPlatformResponseModelToken.js +2 -2
  103. package/dist/response/SdPlatformResponseNotification.d.ts +64 -62
  104. package/dist/response/SdPlatformResponseNotification.d.ts.map +1 -1
  105. package/dist/response/SdPlatformResponseNotification.js +2 -2
  106. package/dist/response/SdPlatformResponseOpenIDProvider.d.ts +70 -70
  107. package/dist/response/SdPlatformResponseOpenIDProvider.js +2 -2
  108. package/dist/response/SdPlatformResponseOrganization.d.ts +64 -64
  109. package/dist/response/SdPlatformResponseOrganization.js +2 -2
  110. package/dist/response/SdPlatformResponsePolicy.d.ts +57 -57
  111. package/dist/response/SdPlatformResponsePolicy.js +2 -2
  112. package/dist/response/SdPlatformResponseSavedState.d.ts +56 -56
  113. package/dist/response/SdPlatformResponseSavedState.js +2 -2
  114. package/dist/response/SdPlatformResponseSavedStateSharing.d.ts +62 -62
  115. package/dist/response/SdPlatformResponseSavedStateSharing.js +2 -2
  116. package/dist/response/SdPlatformResponseTag.d.ts +16 -16
  117. package/dist/response/SdPlatformResponseTag.js +2 -2
  118. package/dist/response/SdPlatformResponseUser.d.ts +132 -132
  119. package/dist/response/SdPlatformResponseUser.js +2 -2
  120. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=SdPlatformUsedCredits.js.map
@@ -1,37 +1,37 @@
1
- /**
2
- * Visibility for users
3
- */
4
- export declare enum SdPlatformUserVisibility {
5
- Private = "private",
6
- Organization = "organization",
7
- Public = "public"
8
- }
9
- /**
10
- * Visibility for models
11
- */
12
- export declare enum SdPlatformModelVisibility {
13
- Private = "private",
14
- Organization = "organization",
15
- Public = "public",
16
- /** "shared" can be used for querying models only */
17
- Shared = "shared"
18
- }
19
- /**
20
- * Visibility for organizations
21
- */
22
- export declare enum SdPlatformOrganizationVisibility {
23
- Private = "private",
24
- Organization = "organization",
25
- Public = "public"
26
- }
27
- /**
28
- * Visibility for saved states
29
- */
30
- export declare enum SdPlatformSavedStateVisibility {
31
- Private = "private",
32
- Organization = "organization",
33
- Public = "public",
34
- /** "shared" can be used for querying saved states only */
35
- Shared = "shared"
36
- }
1
+ /**
2
+ * Visibility for users
3
+ */
4
+ export declare enum SdPlatformUserVisibility {
5
+ Private = "private",
6
+ Organization = "organization",
7
+ Public = "public"
8
+ }
9
+ /**
10
+ * Visibility for models
11
+ */
12
+ export declare enum SdPlatformModelVisibility {
13
+ Private = "private",
14
+ Organization = "organization",
15
+ Public = "public",
16
+ /** "shared" can be used for querying models only */
17
+ Shared = "shared"
18
+ }
19
+ /**
20
+ * Visibility for organizations
21
+ */
22
+ export declare enum SdPlatformOrganizationVisibility {
23
+ Private = "private",
24
+ Organization = "organization",
25
+ Public = "public"
26
+ }
27
+ /**
28
+ * Visibility for saved states
29
+ */
30
+ export declare enum SdPlatformSavedStateVisibility {
31
+ Private = "private",
32
+ Organization = "organization",
33
+ Public = "public",
34
+ /** "shared" can be used for querying saved states only */
35
+ Shared = "shared"
36
+ }
37
37
  //# sourceMappingURL=SdPlatformVisibility.d.ts.map
@@ -1,44 +1,44 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
4
- /**
5
- * Visibility for users
6
- */
7
- var SdPlatformUserVisibility;
8
- (function (SdPlatformUserVisibility) {
9
- SdPlatformUserVisibility["Private"] = "private";
10
- SdPlatformUserVisibility["Organization"] = "organization";
11
- SdPlatformUserVisibility["Public"] = "public";
12
- })(SdPlatformUserVisibility = exports.SdPlatformUserVisibility || (exports.SdPlatformUserVisibility = {}));
13
- /**
14
- * Visibility for models
15
- */
16
- var SdPlatformModelVisibility;
17
- (function (SdPlatformModelVisibility) {
18
- SdPlatformModelVisibility["Private"] = "private";
19
- SdPlatformModelVisibility["Organization"] = "organization";
20
- SdPlatformModelVisibility["Public"] = "public";
21
- /** "shared" can be used for querying models only */
22
- SdPlatformModelVisibility["Shared"] = "shared";
23
- })(SdPlatformModelVisibility = exports.SdPlatformModelVisibility || (exports.SdPlatformModelVisibility = {}));
24
- /**
25
- * Visibility for organizations
26
- */
27
- var SdPlatformOrganizationVisibility;
28
- (function (SdPlatformOrganizationVisibility) {
29
- SdPlatformOrganizationVisibility["Private"] = "private";
30
- SdPlatformOrganizationVisibility["Organization"] = "organization";
31
- SdPlatformOrganizationVisibility["Public"] = "public";
32
- })(SdPlatformOrganizationVisibility = exports.SdPlatformOrganizationVisibility || (exports.SdPlatformOrganizationVisibility = {}));
33
- /**
34
- * Visibility for saved states
35
- */
36
- var SdPlatformSavedStateVisibility;
37
- (function (SdPlatformSavedStateVisibility) {
38
- SdPlatformSavedStateVisibility["Private"] = "private";
39
- SdPlatformSavedStateVisibility["Organization"] = "organization";
40
- SdPlatformSavedStateVisibility["Public"] = "public";
41
- /** "shared" can be used for querying saved states only */
42
- SdPlatformSavedStateVisibility["Shared"] = "shared";
43
- })(SdPlatformSavedStateVisibility = exports.SdPlatformSavedStateVisibility || (exports.SdPlatformSavedStateVisibility = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
4
+ /**
5
+ * Visibility for users
6
+ */
7
+ var SdPlatformUserVisibility;
8
+ (function (SdPlatformUserVisibility) {
9
+ SdPlatformUserVisibility["Private"] = "private";
10
+ SdPlatformUserVisibility["Organization"] = "organization";
11
+ SdPlatformUserVisibility["Public"] = "public";
12
+ })(SdPlatformUserVisibility = exports.SdPlatformUserVisibility || (exports.SdPlatformUserVisibility = {}));
13
+ /**
14
+ * Visibility for models
15
+ */
16
+ var SdPlatformModelVisibility;
17
+ (function (SdPlatformModelVisibility) {
18
+ SdPlatformModelVisibility["Private"] = "private";
19
+ SdPlatformModelVisibility["Organization"] = "organization";
20
+ SdPlatformModelVisibility["Public"] = "public";
21
+ /** "shared" can be used for querying models only */
22
+ SdPlatformModelVisibility["Shared"] = "shared";
23
+ })(SdPlatformModelVisibility = exports.SdPlatformModelVisibility || (exports.SdPlatformModelVisibility = {}));
24
+ /**
25
+ * Visibility for organizations
26
+ */
27
+ var SdPlatformOrganizationVisibility;
28
+ (function (SdPlatformOrganizationVisibility) {
29
+ SdPlatformOrganizationVisibility["Private"] = "private";
30
+ SdPlatformOrganizationVisibility["Organization"] = "organization";
31
+ SdPlatformOrganizationVisibility["Public"] = "public";
32
+ })(SdPlatformOrganizationVisibility = exports.SdPlatformOrganizationVisibility || (exports.SdPlatformOrganizationVisibility = {}));
33
+ /**
34
+ * Visibility for saved states
35
+ */
36
+ var SdPlatformSavedStateVisibility;
37
+ (function (SdPlatformSavedStateVisibility) {
38
+ SdPlatformSavedStateVisibility["Private"] = "private";
39
+ SdPlatformSavedStateVisibility["Organization"] = "organization";
40
+ SdPlatformSavedStateVisibility["Public"] = "public";
41
+ /** "shared" can be used for querying saved states only */
42
+ SdPlatformSavedStateVisibility["Shared"] = "shared";
43
+ })(SdPlatformSavedStateVisibility = exports.SdPlatformSavedStateVisibility || (exports.SdPlatformSavedStateVisibility = {}));
44
44
  //# sourceMappingURL=SdPlatformVisibility.js.map
package/dist/index.d.ts CHANGED
@@ -1,55 +1,55 @@
1
- export * from "./commons/SdPlatformApiTokenScopes";
2
- export * from "./commons/SdPlatformNotificationCommons";
3
- export * from "./commons/SdPlatformChargebee";
4
- export * from "./commons/SdPlatformModelCommons";
5
- export * from "./commons/SdPlatformModelTokenScopes";
6
- export * from "./commons/SdPlatformOrganizationCommons";
7
- export * from "./commons/SdPlatformPolicyCommons";
8
- export * from "./commons/SdPlatformUsedCredits";
9
- export * from "./commons/SdPlatformVisibility";
10
- export * from "./request/SdPlatformAuthRequest";
11
- export * from "./request/SdPlatformBaseRequestTypes";
12
- export * from "./request/SdPlatformRequestApiClients";
13
- export * from "./request/SdPlatformRequestApiToken";
14
- export * from "./request/SdPlatformRequestBackendSystem";
15
- export * from "./request/SdPlatformRequestBookmark";
16
- export * from "./request/SdPlatformRequestChargebee";
17
- export * from "./request/SdPlatformRequestDocument";
18
- export * from "./request/SdPlatformRequestDomain";
19
- export * from "./request/SdPlatformRequestImage";
20
- export * from "./request/SdPlatformRequestModel";
21
- export * from "./request/SdPlatformRequestModelSharing";
22
- export * from "./request/SdPlatformRequestNotification";
23
- export * from "./request/SdPlatformRequestModelToken";
24
- export * from "./request/SdPlatformRequestModelTransfer";
25
- export * from "./request/SdPlatformRequestOrganization";
26
- export * from "./request/SdPlatformRequestOpenIDProvider";
27
- export * from "./request/SdPlatformRequestPolicy";
28
- export * from "./request/SdPlatformRequestSavedState";
29
- export * from "./request/SdPlatformRequestSavedStateSharing";
30
- export * from "./request/SdPlatformRequestUser";
31
- export * from "./request/SdPlatformRequestWebhook";
32
- export * from "./response/SdPlatformAuthResponse";
33
- export * from "./response/SdPlatformBaseResponseTypes";
34
- export * from "./response/SdPlatformResponseApiClient";
35
- export * from "./response/SdPlatformResponseAnalytics";
36
- export * from "./response/SdPlatformResponseApiToken";
37
- export * from "./response/SdPlatformResponseBackendSystem";
38
- export * from "./response/SdPlatformResponseChargebee";
39
- export * from "./response/SdPlatformResponseDocument";
40
- export * from "./response/SdPlatformResponseDomain";
41
- export * from "./response/SdPlatformResponseFeatures";
42
- export * from "./response/SdPlatformResponseHttpLog";
43
- export * from "./response/SdPlatformResponseImage";
44
- export * from "./response/SdPlatformResponseModel";
45
- export * from "./response/SdPlatformResponseModelSharing";
46
- export * from "./response/SdPlatformResponseModelToken";
47
- export * from "./response/SdPlatformResponseNotification";
48
- export * from "./response/SdPlatformResponseOpenIDProvider";
49
- export * from "./response/SdPlatformResponseOrganization";
50
- export * from "./response/SdPlatformResponsePolicy";
51
- export * from "./response/SdPlatformResponseSavedState";
52
- export * from "./response/SdPlatformResponseSavedStateSharing";
53
- export * from "./response/SdPlatformResponseTag";
54
- export * from "./response/SdPlatformResponseUser";
1
+ export * from "./commons/SdPlatformApiTokenScopes";
2
+ export * from "./commons/SdPlatformNotificationCommons";
3
+ export * from "./commons/SdPlatformChargebee";
4
+ export * from "./commons/SdPlatformModelCommons";
5
+ export * from "./commons/SdPlatformModelTokenScopes";
6
+ export * from "./commons/SdPlatformOrganizationCommons";
7
+ export * from "./commons/SdPlatformPolicyCommons";
8
+ export * from "./commons/SdPlatformUsedCredits";
9
+ export * from "./commons/SdPlatformVisibility";
10
+ export * from "./request/SdPlatformAuthRequest";
11
+ export * from "./request/SdPlatformBaseRequestTypes";
12
+ export * from "./request/SdPlatformRequestApiClients";
13
+ export * from "./request/SdPlatformRequestApiToken";
14
+ export * from "./request/SdPlatformRequestBackendSystem";
15
+ export * from "./request/SdPlatformRequestBookmark";
16
+ export * from "./request/SdPlatformRequestChargebee";
17
+ export * from "./request/SdPlatformRequestDocument";
18
+ export * from "./request/SdPlatformRequestDomain";
19
+ export * from "./request/SdPlatformRequestImage";
20
+ export * from "./request/SdPlatformRequestModel";
21
+ export * from "./request/SdPlatformRequestModelSharing";
22
+ export * from "./request/SdPlatformRequestNotification";
23
+ export * from "./request/SdPlatformRequestModelToken";
24
+ export * from "./request/SdPlatformRequestModelTransfer";
25
+ export * from "./request/SdPlatformRequestOrganization";
26
+ export * from "./request/SdPlatformRequestOpenIDProvider";
27
+ export * from "./request/SdPlatformRequestPolicy";
28
+ export * from "./request/SdPlatformRequestSavedState";
29
+ export * from "./request/SdPlatformRequestSavedStateSharing";
30
+ export * from "./request/SdPlatformRequestUser";
31
+ export * from "./request/SdPlatformRequestWebhook";
32
+ export * from "./response/SdPlatformAuthResponse";
33
+ export * from "./response/SdPlatformBaseResponseTypes";
34
+ export * from "./response/SdPlatformResponseApiClient";
35
+ export * from "./response/SdPlatformResponseAnalytics";
36
+ export * from "./response/SdPlatformResponseApiToken";
37
+ export * from "./response/SdPlatformResponseBackendSystem";
38
+ export * from "./response/SdPlatformResponseChargebee";
39
+ export * from "./response/SdPlatformResponseDocument";
40
+ export * from "./response/SdPlatformResponseDomain";
41
+ export * from "./response/SdPlatformResponseFeatures";
42
+ export * from "./response/SdPlatformResponseHttpLog";
43
+ export * from "./response/SdPlatformResponseImage";
44
+ export * from "./response/SdPlatformResponseModel";
45
+ export * from "./response/SdPlatformResponseModelSharing";
46
+ export * from "./response/SdPlatformResponseModelToken";
47
+ export * from "./response/SdPlatformResponseNotification";
48
+ export * from "./response/SdPlatformResponseOpenIDProvider";
49
+ export * from "./response/SdPlatformResponseOrganization";
50
+ export * from "./response/SdPlatformResponsePolicy";
51
+ export * from "./response/SdPlatformResponseSavedState";
52
+ export * from "./response/SdPlatformResponseSavedStateSharing";
53
+ export * from "./response/SdPlatformResponseTag";
54
+ export * from "./response/SdPlatformResponseUser";
55
55
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,71 +1,71 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./commons/SdPlatformApiTokenScopes"), exports);
18
- __exportStar(require("./commons/SdPlatformNotificationCommons"), exports);
19
- __exportStar(require("./commons/SdPlatformChargebee"), exports);
20
- __exportStar(require("./commons/SdPlatformModelCommons"), exports);
21
- __exportStar(require("./commons/SdPlatformModelTokenScopes"), exports);
22
- __exportStar(require("./commons/SdPlatformOrganizationCommons"), exports);
23
- __exportStar(require("./commons/SdPlatformPolicyCommons"), exports);
24
- __exportStar(require("./commons/SdPlatformUsedCredits"), exports);
25
- __exportStar(require("./commons/SdPlatformVisibility"), exports);
26
- __exportStar(require("./request/SdPlatformAuthRequest"), exports);
27
- __exportStar(require("./request/SdPlatformBaseRequestTypes"), exports);
28
- __exportStar(require("./request/SdPlatformRequestApiClients"), exports);
29
- __exportStar(require("./request/SdPlatformRequestApiToken"), exports);
30
- __exportStar(require("./request/SdPlatformRequestBackendSystem"), exports);
31
- __exportStar(require("./request/SdPlatformRequestBookmark"), exports);
32
- __exportStar(require("./request/SdPlatformRequestChargebee"), exports);
33
- __exportStar(require("./request/SdPlatformRequestDocument"), exports);
34
- __exportStar(require("./request/SdPlatformRequestDomain"), exports);
35
- __exportStar(require("./request/SdPlatformRequestImage"), exports);
36
- __exportStar(require("./request/SdPlatformRequestModel"), exports);
37
- __exportStar(require("./request/SdPlatformRequestModelSharing"), exports);
38
- __exportStar(require("./request/SdPlatformRequestNotification"), exports);
39
- __exportStar(require("./request/SdPlatformRequestModelToken"), exports);
40
- __exportStar(require("./request/SdPlatformRequestModelTransfer"), exports);
41
- __exportStar(require("./request/SdPlatformRequestOrganization"), exports);
42
- __exportStar(require("./request/SdPlatformRequestOpenIDProvider"), exports);
43
- __exportStar(require("./request/SdPlatformRequestPolicy"), exports);
44
- __exportStar(require("./request/SdPlatformRequestSavedState"), exports);
45
- __exportStar(require("./request/SdPlatformRequestSavedStateSharing"), exports);
46
- __exportStar(require("./request/SdPlatformRequestUser"), exports);
47
- __exportStar(require("./request/SdPlatformRequestWebhook"), exports);
48
- __exportStar(require("./response/SdPlatformAuthResponse"), exports);
49
- __exportStar(require("./response/SdPlatformBaseResponseTypes"), exports);
50
- __exportStar(require("./response/SdPlatformResponseApiClient"), exports);
51
- __exportStar(require("./response/SdPlatformResponseAnalytics"), exports);
52
- __exportStar(require("./response/SdPlatformResponseApiToken"), exports);
53
- __exportStar(require("./response/SdPlatformResponseBackendSystem"), exports);
54
- __exportStar(require("./response/SdPlatformResponseChargebee"), exports);
55
- __exportStar(require("./response/SdPlatformResponseDocument"), exports);
56
- __exportStar(require("./response/SdPlatformResponseDomain"), exports);
57
- __exportStar(require("./response/SdPlatformResponseFeatures"), exports);
58
- __exportStar(require("./response/SdPlatformResponseHttpLog"), exports);
59
- __exportStar(require("./response/SdPlatformResponseImage"), exports);
60
- __exportStar(require("./response/SdPlatformResponseModel"), exports);
61
- __exportStar(require("./response/SdPlatformResponseModelSharing"), exports);
62
- __exportStar(require("./response/SdPlatformResponseModelToken"), exports);
63
- __exportStar(require("./response/SdPlatformResponseNotification"), exports);
64
- __exportStar(require("./response/SdPlatformResponseOpenIDProvider"), exports);
65
- __exportStar(require("./response/SdPlatformResponseOrganization"), exports);
66
- __exportStar(require("./response/SdPlatformResponsePolicy"), exports);
67
- __exportStar(require("./response/SdPlatformResponseSavedState"), exports);
68
- __exportStar(require("./response/SdPlatformResponseSavedStateSharing"), exports);
69
- __exportStar(require("./response/SdPlatformResponseTag"), exports);
70
- __exportStar(require("./response/SdPlatformResponseUser"), exports);
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./commons/SdPlatformApiTokenScopes"), exports);
18
+ __exportStar(require("./commons/SdPlatformNotificationCommons"), exports);
19
+ __exportStar(require("./commons/SdPlatformChargebee"), exports);
20
+ __exportStar(require("./commons/SdPlatformModelCommons"), exports);
21
+ __exportStar(require("./commons/SdPlatformModelTokenScopes"), exports);
22
+ __exportStar(require("./commons/SdPlatformOrganizationCommons"), exports);
23
+ __exportStar(require("./commons/SdPlatformPolicyCommons"), exports);
24
+ __exportStar(require("./commons/SdPlatformUsedCredits"), exports);
25
+ __exportStar(require("./commons/SdPlatformVisibility"), exports);
26
+ __exportStar(require("./request/SdPlatformAuthRequest"), exports);
27
+ __exportStar(require("./request/SdPlatformBaseRequestTypes"), exports);
28
+ __exportStar(require("./request/SdPlatformRequestApiClients"), exports);
29
+ __exportStar(require("./request/SdPlatformRequestApiToken"), exports);
30
+ __exportStar(require("./request/SdPlatformRequestBackendSystem"), exports);
31
+ __exportStar(require("./request/SdPlatformRequestBookmark"), exports);
32
+ __exportStar(require("./request/SdPlatformRequestChargebee"), exports);
33
+ __exportStar(require("./request/SdPlatformRequestDocument"), exports);
34
+ __exportStar(require("./request/SdPlatformRequestDomain"), exports);
35
+ __exportStar(require("./request/SdPlatformRequestImage"), exports);
36
+ __exportStar(require("./request/SdPlatformRequestModel"), exports);
37
+ __exportStar(require("./request/SdPlatformRequestModelSharing"), exports);
38
+ __exportStar(require("./request/SdPlatformRequestNotification"), exports);
39
+ __exportStar(require("./request/SdPlatformRequestModelToken"), exports);
40
+ __exportStar(require("./request/SdPlatformRequestModelTransfer"), exports);
41
+ __exportStar(require("./request/SdPlatformRequestOrganization"), exports);
42
+ __exportStar(require("./request/SdPlatformRequestOpenIDProvider"), exports);
43
+ __exportStar(require("./request/SdPlatformRequestPolicy"), exports);
44
+ __exportStar(require("./request/SdPlatformRequestSavedState"), exports);
45
+ __exportStar(require("./request/SdPlatformRequestSavedStateSharing"), exports);
46
+ __exportStar(require("./request/SdPlatformRequestUser"), exports);
47
+ __exportStar(require("./request/SdPlatformRequestWebhook"), exports);
48
+ __exportStar(require("./response/SdPlatformAuthResponse"), exports);
49
+ __exportStar(require("./response/SdPlatformBaseResponseTypes"), exports);
50
+ __exportStar(require("./response/SdPlatformResponseApiClient"), exports);
51
+ __exportStar(require("./response/SdPlatformResponseAnalytics"), exports);
52
+ __exportStar(require("./response/SdPlatformResponseApiToken"), exports);
53
+ __exportStar(require("./response/SdPlatformResponseBackendSystem"), exports);
54
+ __exportStar(require("./response/SdPlatformResponseChargebee"), exports);
55
+ __exportStar(require("./response/SdPlatformResponseDocument"), exports);
56
+ __exportStar(require("./response/SdPlatformResponseDomain"), exports);
57
+ __exportStar(require("./response/SdPlatformResponseFeatures"), exports);
58
+ __exportStar(require("./response/SdPlatformResponseHttpLog"), exports);
59
+ __exportStar(require("./response/SdPlatformResponseImage"), exports);
60
+ __exportStar(require("./response/SdPlatformResponseModel"), exports);
61
+ __exportStar(require("./response/SdPlatformResponseModelSharing"), exports);
62
+ __exportStar(require("./response/SdPlatformResponseModelToken"), exports);
63
+ __exportStar(require("./response/SdPlatformResponseNotification"), exports);
64
+ __exportStar(require("./response/SdPlatformResponseOpenIDProvider"), exports);
65
+ __exportStar(require("./response/SdPlatformResponseOrganization"), exports);
66
+ __exportStar(require("./response/SdPlatformResponsePolicy"), exports);
67
+ __exportStar(require("./response/SdPlatformResponseSavedState"), exports);
68
+ __exportStar(require("./response/SdPlatformResponseSavedStateSharing"), exports);
69
+ __exportStar(require("./response/SdPlatformResponseTag"), exports);
70
+ __exportStar(require("./response/SdPlatformResponseUser"), exports);
71
71
  //# sourceMappingURL=index.js.map
@@ -1,54 +1,54 @@
1
- /**
2
- * OAuth 2.0 grant type
3
- */
4
- export declare enum SdPlatformAuthGrantType {
5
- Password = "password",
6
- RefreshToken = "refresh_token",
7
- Code = "authorization_code"
8
- }
9
- /**
10
- * DTO for ShapeDiver Platform Authentication API (OAuth 2.0)
11
- */
12
- export interface SdPlatformAuthRequest {
13
- grant_type: SdPlatformAuthGrantType;
14
- client_id?: string | null;
15
- client_secret?: string | null;
16
- refresh_token?: string | null;
17
- username?: string | null;
18
- password?: string | null;
19
- code?: string | null;
20
- state?: string | null;
21
- }
22
- export declare enum SdPlatformRequestAuthorizationCodeResponseType {
23
- Code = "code"
24
- }
25
- export declare enum SdPlatformRequestAuthorizationCodeCodeChallengeMethod {
26
- S256 = "S256"
27
- }
28
- export interface SdPlatformRequestAuthorizationCode {
29
- /**
30
- * The uri to be verified.
31
- */
32
- redirect_uri: string;
33
- /**
34
- * Must be present.
35
- */
36
- state: string;
37
- /**
38
- * Must be present and must be 'code'.
39
- */
40
- response_type: SdPlatformRequestAuthorizationCodeResponseType;
41
- /**
42
- * Must be present.
43
- */
44
- code_challenge: string;
45
- /**
46
- * Must be 'S256'.
47
- */
48
- code_challenge_method: SdPlatformRequestAuthorizationCodeCodeChallengeMethod;
49
- /**
50
- * Must be present.
51
- */
52
- client_id: string;
53
- }
1
+ /**
2
+ * OAuth 2.0 grant type
3
+ */
4
+ export declare enum SdPlatformAuthGrantType {
5
+ Password = "password",
6
+ RefreshToken = "refresh_token",
7
+ Code = "authorization_code"
8
+ }
9
+ /**
10
+ * DTO for ShapeDiver Platform Authentication API (OAuth 2.0)
11
+ */
12
+ export interface SdPlatformAuthRequest {
13
+ grant_type: SdPlatformAuthGrantType;
14
+ client_id?: string | null;
15
+ client_secret?: string | null;
16
+ refresh_token?: string | null;
17
+ username?: string | null;
18
+ password?: string | null;
19
+ code?: string | null;
20
+ state?: string | null;
21
+ }
22
+ export declare enum SdPlatformRequestAuthorizationCodeResponseType {
23
+ Code = "code"
24
+ }
25
+ export declare enum SdPlatformRequestAuthorizationCodeCodeChallengeMethod {
26
+ S256 = "S256"
27
+ }
28
+ export interface SdPlatformRequestAuthorizationCode {
29
+ /**
30
+ * The uri to be verified.
31
+ */
32
+ redirect_uri: string;
33
+ /**
34
+ * Must be present.
35
+ */
36
+ state: string;
37
+ /**
38
+ * Must be present and must be 'code'.
39
+ */
40
+ response_type: SdPlatformRequestAuthorizationCodeResponseType;
41
+ /**
42
+ * Must be present.
43
+ */
44
+ code_challenge: string;
45
+ /**
46
+ * Must be 'S256'.
47
+ */
48
+ code_challenge_method: SdPlatformRequestAuthorizationCodeCodeChallengeMethod;
49
+ /**
50
+ * Must be present.
51
+ */
52
+ client_id: string;
53
+ }
54
54
  //# sourceMappingURL=SdPlatformAuthRequest.d.ts.map
@@ -1,21 +1,21 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod = exports.SdPlatformRequestAuthorizationCodeResponseType = exports.SdPlatformAuthGrantType = void 0;
4
- /**
5
- * OAuth 2.0 grant type
6
- */
7
- var SdPlatformAuthGrantType;
8
- (function (SdPlatformAuthGrantType) {
9
- SdPlatformAuthGrantType["Password"] = "password";
10
- SdPlatformAuthGrantType["RefreshToken"] = "refresh_token";
11
- SdPlatformAuthGrantType["Code"] = "authorization_code";
12
- })(SdPlatformAuthGrantType = exports.SdPlatformAuthGrantType || (exports.SdPlatformAuthGrantType = {}));
13
- var SdPlatformRequestAuthorizationCodeResponseType;
14
- (function (SdPlatformRequestAuthorizationCodeResponseType) {
15
- SdPlatformRequestAuthorizationCodeResponseType["Code"] = "code";
16
- })(SdPlatformRequestAuthorizationCodeResponseType = exports.SdPlatformRequestAuthorizationCodeResponseType || (exports.SdPlatformRequestAuthorizationCodeResponseType = {}));
17
- var SdPlatformRequestAuthorizationCodeCodeChallengeMethod;
18
- (function (SdPlatformRequestAuthorizationCodeCodeChallengeMethod) {
19
- SdPlatformRequestAuthorizationCodeCodeChallengeMethod["S256"] = "S256";
20
- })(SdPlatformRequestAuthorizationCodeCodeChallengeMethod = exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod || (exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod = exports.SdPlatformRequestAuthorizationCodeResponseType = exports.SdPlatformAuthGrantType = void 0;
4
+ /**
5
+ * OAuth 2.0 grant type
6
+ */
7
+ var SdPlatformAuthGrantType;
8
+ (function (SdPlatformAuthGrantType) {
9
+ SdPlatformAuthGrantType["Password"] = "password";
10
+ SdPlatformAuthGrantType["RefreshToken"] = "refresh_token";
11
+ SdPlatformAuthGrantType["Code"] = "authorization_code";
12
+ })(SdPlatformAuthGrantType = exports.SdPlatformAuthGrantType || (exports.SdPlatformAuthGrantType = {}));
13
+ var SdPlatformRequestAuthorizationCodeResponseType;
14
+ (function (SdPlatformRequestAuthorizationCodeResponseType) {
15
+ SdPlatformRequestAuthorizationCodeResponseType["Code"] = "code";
16
+ })(SdPlatformRequestAuthorizationCodeResponseType = exports.SdPlatformRequestAuthorizationCodeResponseType || (exports.SdPlatformRequestAuthorizationCodeResponseType = {}));
17
+ var SdPlatformRequestAuthorizationCodeCodeChallengeMethod;
18
+ (function (SdPlatformRequestAuthorizationCodeCodeChallengeMethod) {
19
+ SdPlatformRequestAuthorizationCodeCodeChallengeMethod["S256"] = "S256";
20
+ })(SdPlatformRequestAuthorizationCodeCodeChallengeMethod = exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod || (exports.SdPlatformRequestAuthorizationCodeCodeChallengeMethod = {}));
21
21
  //# sourceMappingURL=SdPlatformAuthRequest.js.map