edge-impulse-api 1.93.2 → 1.93.4

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 (116) hide show
  1. package/build/library/sdk/api/apis.d.ts +3 -1
  2. package/build/library/sdk/api/apis.js +3 -1
  3. package/build/library/sdk/api/apis.js.map +1 -1
  4. package/build/library/sdk/api/datasetVersionsApi.d.ts +204 -0
  5. package/build/library/sdk/api/datasetVersionsApi.js +873 -0
  6. package/build/library/sdk/api/datasetVersionsApi.js.map +1 -0
  7. package/build/library/sdk/api/projectsApi.d.ts +25 -2
  8. package/build/library/sdk/api/projectsApi.js +160 -2
  9. package/build/library/sdk/api/projectsApi.js.map +1 -1
  10. package/build/library/sdk/model/actorOAuthClient.d.ts +33 -0
  11. package/build/library/sdk/model/actorOAuthClient.js +55 -0
  12. package/build/library/sdk/model/actorOAuthClient.js.map +1 -0
  13. package/build/library/sdk/model/actorProjectApiKey.d.ts +47 -0
  14. package/build/library/sdk/model/actorProjectApiKey.js +81 -0
  15. package/build/library/sdk/model/actorProjectApiKey.js.map +1 -0
  16. package/build/library/sdk/model/actorProjectApiKeyAllOf.d.ts +27 -0
  17. package/build/library/sdk/model/actorProjectApiKeyAllOf.js +30 -0
  18. package/build/library/sdk/model/actorProjectApiKeyAllOf.js.map +1 -0
  19. package/build/library/sdk/model/actorUser.d.ts +31 -0
  20. package/build/library/sdk/model/actorUser.js +50 -0
  21. package/build/library/sdk/model/actorUser.js.map +1 -0
  22. package/build/library/sdk/model/actorUserAllOf.d.ts +27 -0
  23. package/build/library/sdk/model/actorUserAllOf.js +30 -0
  24. package/build/library/sdk/model/actorUserAllOf.js.map +1 -0
  25. package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.d.ts +28 -0
  26. package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.js +29 -0
  27. package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.js.map +1 -0
  28. package/build/library/sdk/model/dBAction.d.ts +13 -0
  29. package/build/library/sdk/model/dBAction.js +16 -0
  30. package/build/library/sdk/model/dBAction.js.map +1 -0
  31. package/build/library/sdk/model/datasetVersion.d.ts +67 -0
  32. package/build/library/sdk/model/datasetVersion.js +79 -0
  33. package/build/library/sdk/model/datasetVersion.js.map +1 -0
  34. package/build/library/sdk/model/datasetVersionChangeItem.d.ts +35 -0
  35. package/build/library/sdk/model/datasetVersionChangeItem.js +44 -0
  36. package/build/library/sdk/model/datasetVersionChangeItem.js.map +1 -0
  37. package/build/library/sdk/model/datasetVersionPendingWindow.d.ts +36 -0
  38. package/build/library/sdk/model/datasetVersionPendingWindow.js +39 -0
  39. package/build/library/sdk/model/datasetVersionPendingWindow.js.map +1 -0
  40. package/build/library/sdk/model/datasetVersionSummary.d.ts +34 -0
  41. package/build/library/sdk/model/datasetVersionSummary.js +39 -0
  42. package/build/library/sdk/model/datasetVersionSummary.js.map +1 -0
  43. package/build/library/sdk/model/datasetVersionSummaryActionCounts.d.ts +39 -0
  44. package/build/library/sdk/model/datasetVersionSummaryActionCounts.js +42 -0
  45. package/build/library/sdk/model/datasetVersionSummaryActionCounts.js.map +1 -0
  46. package/build/library/sdk/model/datasetVersionType.d.ts +13 -0
  47. package/build/library/sdk/model/datasetVersionType.js +16 -0
  48. package/build/library/sdk/model/datasetVersionType.js.map +1 -0
  49. package/build/library/sdk/model/getDatasetVersionRawDataResponse.d.ts +35 -0
  50. package/build/library/sdk/model/getDatasetVersionRawDataResponse.js +44 -0
  51. package/build/library/sdk/model/getDatasetVersionRawDataResponse.js.map +1 -0
  52. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.d.ts +34 -0
  53. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js +39 -0
  54. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js.map +1 -0
  55. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.d.ts +26 -0
  56. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js +29 -0
  57. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js.map +1 -0
  58. package/build/library/sdk/model/getDatasetVersionResponse.d.ts +34 -0
  59. package/build/library/sdk/model/getDatasetVersionResponse.js +39 -0
  60. package/build/library/sdk/model/getDatasetVersionResponse.js.map +1 -0
  61. package/build/library/sdk/model/getDatasetVersionResponseAllOf.d.ts +26 -0
  62. package/build/library/sdk/model/getDatasetVersionResponseAllOf.js +29 -0
  63. package/build/library/sdk/model/getDatasetVersionResponseAllOf.js.map +1 -0
  64. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.d.ts +34 -0
  65. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js +39 -0
  66. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js.map +1 -0
  67. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.d.ts +26 -0
  68. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js +29 -0
  69. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js.map +1 -0
  70. package/build/library/sdk/model/getSSODomainIdPsResponse.d.ts +4 -0
  71. package/build/library/sdk/model/getSSODomainIdPsResponse.js +5 -0
  72. package/build/library/sdk/model/getSSODomainIdPsResponse.js.map +1 -1
  73. package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.d.ts +4 -0
  74. package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js +5 -0
  75. package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js.map +1 -1
  76. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.d.ts +45 -0
  77. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js +48 -0
  78. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js.map +1 -0
  79. package/build/library/sdk/model/lastUpdatedByOAuthClient.d.ts +38 -0
  80. package/build/library/sdk/model/lastUpdatedByOAuthClient.js +43 -0
  81. package/build/library/sdk/model/lastUpdatedByOAuthClient.js.map +1 -0
  82. package/build/library/sdk/model/lastUpdatedByProjectApiKey.d.ts +34 -0
  83. package/build/library/sdk/model/lastUpdatedByProjectApiKey.js +38 -0
  84. package/build/library/sdk/model/lastUpdatedByProjectApiKey.js.map +1 -0
  85. package/build/library/sdk/model/lastUpdatedByUser.d.ts +34 -0
  86. package/build/library/sdk/model/lastUpdatedByUser.js +38 -0
  87. package/build/library/sdk/model/lastUpdatedByUser.js.map +1 -0
  88. package/build/library/sdk/model/listDatasetVersionChangesResponse.d.ts +35 -0
  89. package/build/library/sdk/model/listDatasetVersionChangesResponse.js +44 -0
  90. package/build/library/sdk/model/listDatasetVersionChangesResponse.js.map +1 -0
  91. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.d.ts +27 -0
  92. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js +34 -0
  93. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js.map +1 -0
  94. package/build/library/sdk/model/listDatasetVersionsResponse.d.ts +37 -0
  95. package/build/library/sdk/model/listDatasetVersionsResponse.js +49 -0
  96. package/build/library/sdk/model/listDatasetVersionsResponse.js.map +1 -0
  97. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.d.ts +29 -0
  98. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js +39 -0
  99. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js.map +1 -0
  100. package/build/library/sdk/model/models.d.ts +29 -0
  101. package/build/library/sdk/model/models.js +95 -0
  102. package/build/library/sdk/model/models.js.map +1 -1
  103. package/build/library/sdk/model/oAuthScope.d.ts +1 -1
  104. package/build/library/sdk/model/oAuthScope.js +1 -1
  105. package/build/library/sdk/model/oAuthScope.js.map +1 -1
  106. package/build/library/sdk/model/oauthClient.d.ts +1 -1
  107. package/build/library/sdk/model/projectApiKey.d.ts +4 -0
  108. package/build/library/sdk/model/projectApiKey.js +5 -0
  109. package/build/library/sdk/model/projectApiKey.js.map +1 -1
  110. package/build/library/sdk/model/sample.d.ts +8 -0
  111. package/build/library/sdk/model/sample.js +5 -0
  112. package/build/library/sdk/model/sample.js.map +1 -1
  113. package/build/library/sdk/model/updateDatasetVersionRequest.d.ts +25 -0
  114. package/build/library/sdk/model/updateDatasetVersionRequest.js +29 -0
  115. package/build/library/sdk/model/updateDatasetVersionRequest.js.map +1 -0
  116. package/package.json +1 -1
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GetDatasetVersionRawDataSampleResponseAllOf = void 0;
15
+ class GetDatasetVersionRawDataSampleResponseAllOf {
16
+ static getAttributeTypeMap() {
17
+ return GetDatasetVersionRawDataSampleResponseAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.GetDatasetVersionRawDataSampleResponseAllOf = GetDatasetVersionRawDataSampleResponseAllOf;
21
+ GetDatasetVersionRawDataSampleResponseAllOf.discriminator = undefined;
22
+ GetDatasetVersionRawDataSampleResponseAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "sample",
25
+ "baseName": "sample",
26
+ "type": "Sample"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=getDatasetVersionRawDataSampleResponseAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatasetVersionRawDataSampleResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,2CAA2C;IAYpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AAdL,kGAeC;AAZU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetVersion } from './datasetVersion';
13
+ export declare class GetDatasetVersionResponse {
14
+ /**
15
+ * Whether the operation succeeded
16
+ */
17
+ 'success': boolean;
18
+ /**
19
+ * Optional error description (set if \'success\' was false)
20
+ */
21
+ 'error'?: string;
22
+ 'datasetVersion': DatasetVersion;
23
+ static discriminator: string | undefined;
24
+ static attributeTypeMap: Array<{
25
+ name: string;
26
+ baseName: string;
27
+ type: string;
28
+ }>;
29
+ static getAttributeTypeMap(): {
30
+ name: string;
31
+ baseName: string;
32
+ type: string;
33
+ }[];
34
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GetDatasetVersionResponse = void 0;
15
+ class GetDatasetVersionResponse {
16
+ static getAttributeTypeMap() {
17
+ return GetDatasetVersionResponse.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.GetDatasetVersionResponse = GetDatasetVersionResponse;
21
+ GetDatasetVersionResponse.discriminator = undefined;
22
+ GetDatasetVersionResponse.attributeTypeMap = [
23
+ {
24
+ "name": "success",
25
+ "baseName": "success",
26
+ "type": "boolean"
27
+ },
28
+ {
29
+ "name": "error",
30
+ "baseName": "error",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "datasetVersion",
35
+ "baseName": "datasetVersion",
36
+ "type": "DatasetVersion"
37
+ }
38
+ ];
39
+ //# sourceMappingURL=getDatasetVersionResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatasetVersionResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,yBAAyB;IA8BlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhCL,8DAiCC;AAtBU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetVersion } from './datasetVersion';
13
+ export declare class GetDatasetVersionResponseAllOf {
14
+ 'datasetVersion': DatasetVersion;
15
+ static discriminator: string | undefined;
16
+ static attributeTypeMap: Array<{
17
+ name: string;
18
+ baseName: string;
19
+ type: string;
20
+ }>;
21
+ static getAttributeTypeMap(): {
22
+ name: string;
23
+ baseName: string;
24
+ type: string;
25
+ }[];
26
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GetDatasetVersionResponseAllOf = void 0;
15
+ class GetDatasetVersionResponseAllOf {
16
+ static getAttributeTypeMap() {
17
+ return GetDatasetVersionResponseAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.GetDatasetVersionResponseAllOf = GetDatasetVersionResponseAllOf;
21
+ GetDatasetVersionResponseAllOf.discriminator = undefined;
22
+ GetDatasetVersionResponseAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "datasetVersion",
25
+ "baseName": "datasetVersion",
26
+ "type": "DatasetVersion"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=getDatasetVersionResponseAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatasetVersionResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,8BAA8B;IAYvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAdL,wEAeC;AAZU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetVersionChangeItem } from './datasetVersionChangeItem';
13
+ export declare class GetDatasetVersionSampleChangeDetailsResponse {
14
+ /**
15
+ * Whether the operation succeeded
16
+ */
17
+ 'success': boolean;
18
+ /**
19
+ * Optional error description (set if \'success\' was false)
20
+ */
21
+ 'error'?: string;
22
+ 'change': DatasetVersionChangeItem;
23
+ static discriminator: string | undefined;
24
+ static attributeTypeMap: Array<{
25
+ name: string;
26
+ baseName: string;
27
+ type: string;
28
+ }>;
29
+ static getAttributeTypeMap(): {
30
+ name: string;
31
+ baseName: string;
32
+ type: string;
33
+ }[];
34
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GetDatasetVersionSampleChangeDetailsResponse = void 0;
15
+ class GetDatasetVersionSampleChangeDetailsResponse {
16
+ static getAttributeTypeMap() {
17
+ return GetDatasetVersionSampleChangeDetailsResponse.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.GetDatasetVersionSampleChangeDetailsResponse = GetDatasetVersionSampleChangeDetailsResponse;
21
+ GetDatasetVersionSampleChangeDetailsResponse.discriminator = undefined;
22
+ GetDatasetVersionSampleChangeDetailsResponse.attributeTypeMap = [
23
+ {
24
+ "name": "success",
25
+ "baseName": "success",
26
+ "type": "boolean"
27
+ },
28
+ {
29
+ "name": "error",
30
+ "baseName": "error",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "change",
35
+ "baseName": "change",
36
+ "type": "DatasetVersionChangeItem"
37
+ }
38
+ ];
39
+ //# sourceMappingURL=getDatasetVersionSampleChangeDetailsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatasetVersionSampleChangeDetailsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,4CAA4C;IA8BrD,MAAM,CAAC,mBAAmB;QACtB,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;;AAhCL,oGAiCC;AAtBU,0DAAa,GAAuB,SAAS,CAAC;AAE9C,6DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetVersionChangeItem } from './datasetVersionChangeItem';
13
+ export declare class GetDatasetVersionSampleChangeDetailsResponseAllOf {
14
+ 'change': DatasetVersionChangeItem;
15
+ static discriminator: string | undefined;
16
+ static attributeTypeMap: Array<{
17
+ name: string;
18
+ baseName: string;
19
+ type: string;
20
+ }>;
21
+ static getAttributeTypeMap(): {
22
+ name: string;
23
+ baseName: string;
24
+ type: string;
25
+ }[];
26
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.GetDatasetVersionSampleChangeDetailsResponseAllOf = void 0;
15
+ class GetDatasetVersionSampleChangeDetailsResponseAllOf {
16
+ static getAttributeTypeMap() {
17
+ return GetDatasetVersionSampleChangeDetailsResponseAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.GetDatasetVersionSampleChangeDetailsResponseAllOf = GetDatasetVersionSampleChangeDetailsResponseAllOf;
21
+ GetDatasetVersionSampleChangeDetailsResponseAllOf.discriminator = undefined;
22
+ GetDatasetVersionSampleChangeDetailsResponseAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "change",
25
+ "baseName": "change",
26
+ "type": "DatasetVersionChangeItem"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=getDatasetVersionSampleChangeDetailsResponseAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatasetVersionSampleChangeDetailsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,iDAAiD;IAY1D,MAAM,CAAC,mBAAmB;QACtB,OAAO,iDAAiD,CAAC,gBAAgB,CAAC;IAC9E,CAAC;;AAdL,8GAeC;AAZU,+DAAa,GAAuB,SAAS,CAAC;AAE9C,kEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC"}
@@ -19,6 +19,10 @@ export declare class GetSSODomainIdPsResponse {
19
19
  */
20
20
  'error'?: string;
21
21
  'idps': Array<string>;
22
+ /**
23
+ * True when the user has no password set and none of their linked IDPs are currently valid. The client should display the password-setup flow instead of the password input.
24
+ */
25
+ 'needsPasswordSetup'?: boolean;
22
26
  static discriminator: string | undefined;
23
27
  static attributeTypeMap: Array<{
24
28
  name: string;
@@ -34,6 +34,11 @@ GetSSODomainIdPsResponse.attributeTypeMap = [
34
34
  "name": "idps",
35
35
  "baseName": "idps",
36
36
  "type": "Array<string>"
37
+ },
38
+ {
39
+ "name": "needsPasswordSetup",
40
+ "baseName": "needsPasswordSetup",
41
+ "type": "boolean"
37
42
  }
38
43
  ];
39
44
  //# sourceMappingURL=getSSODomainIdPsResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSSODomainIdPsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,wBAAwB;IA8BjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhCL,4DAiCC;AAtBU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
1
+ {"version":3,"file":"getSSODomainIdPsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAzCL,4DA0CC;AA3BU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -11,6 +11,10 @@
11
11
  */
12
12
  export declare class GetSSODomainIdPsResponseAllOf {
13
13
  'idps': Array<string>;
14
+ /**
15
+ * True when the user has no password set and none of their linked IDPs are currently valid. The client should display the password-setup flow instead of the password input.
16
+ */
17
+ 'needsPasswordSetup'?: boolean;
14
18
  static discriminator: string | undefined;
15
19
  static attributeTypeMap: Array<{
16
20
  name: string;
@@ -24,6 +24,11 @@ GetSSODomainIdPsResponseAllOf.attributeTypeMap = [
24
24
  "name": "idps",
25
25
  "baseName": "idps",
26
26
  "type": "Array<string>"
27
+ },
28
+ {
29
+ "name": "needsPasswordSetup",
30
+ "baseName": "needsPasswordSetup",
31
+ "type": "boolean"
27
32
  }
28
33
  ];
29
34
  //# sourceMappingURL=getSSODomainIdPsResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSSODomainIdPsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,6BAA6B;IAYtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAdL,sEAeC;AAZU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
1
+ {"version":3,"file":"getSSODomainIdPsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,6BAA6B;IAqBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAvBL,sEAwBC;AAjBU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { LastUpdatedByUser } from './lastUpdatedByUser';
13
+ import { LastUpdatedByProjectApiKey } from './lastUpdatedByProjectApiKey';
14
+ import { LastUpdatedByOAuthClient } from './lastUpdatedByOAuthClient';
15
+ /**
16
+ * The dataset restore that last updated a sample.
17
+ */
18
+ export declare class LastUpdatedByDatasetVersionRestore {
19
+ 'type': LastUpdatedByDatasetVersionRestoreTypeEnum;
20
+ /**
21
+ * The ID of the dataset version that last updated the sample.
22
+ */
23
+ 'datasetVersionId'?: number;
24
+ /**
25
+ * A random grouping ID to keep restore snapshots isolated.
26
+ */
27
+ 'groupKey'?: string;
28
+ /**
29
+ * The actor that started the dataset restore operation.
30
+ */
31
+ 'actor'?: LastUpdatedByUser | LastUpdatedByProjectApiKey | LastUpdatedByOAuthClient;
32
+ static discriminator: string | undefined;
33
+ static attributeTypeMap: Array<{
34
+ name: string;
35
+ baseName: string;
36
+ type: string;
37
+ }>;
38
+ static getAttributeTypeMap(): {
39
+ name: string;
40
+ baseName: string;
41
+ type: string;
42
+ }[];
43
+ }
44
+ export type LastUpdatedByDatasetVersionRestoreTypeEnum = 'datasetVersionRestore';
45
+ export declare const LastUpdatedByDatasetVersionRestoreTypeEnumValues: string[];
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.LastUpdatedByDatasetVersionRestoreTypeEnumValues = exports.LastUpdatedByDatasetVersionRestore = void 0;
15
+ /**
16
+ * The dataset restore that last updated a sample.
17
+ */
18
+ class LastUpdatedByDatasetVersionRestore {
19
+ static getAttributeTypeMap() {
20
+ return LastUpdatedByDatasetVersionRestore.attributeTypeMap;
21
+ }
22
+ }
23
+ exports.LastUpdatedByDatasetVersionRestore = LastUpdatedByDatasetVersionRestore;
24
+ LastUpdatedByDatasetVersionRestore.discriminator = undefined;
25
+ LastUpdatedByDatasetVersionRestore.attributeTypeMap = [
26
+ {
27
+ "name": "type",
28
+ "baseName": "type",
29
+ "type": "LastUpdatedByDatasetVersionRestoreTypeEnum"
30
+ },
31
+ {
32
+ "name": "datasetVersionId",
33
+ "baseName": "datasetVersionId",
34
+ "type": "number"
35
+ },
36
+ {
37
+ "name": "groupKey",
38
+ "baseName": "groupKey",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "actor",
43
+ "baseName": "actor",
44
+ "type": "LastUpdatedByUser | LastUpdatedByProjectApiKey | LastUpdatedByOAuthClient"
45
+ }
46
+ ];
47
+ exports.LastUpdatedByDatasetVersionRestoreTypeEnumValues = ['datasetVersionRestore'];
48
+ //# sourceMappingURL=lastUpdatedByDatasetVersionRestore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lastUpdatedByDatasetVersionRestore.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByDatasetVersionRestore.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAzCL,gFA0CC;AA3BU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4CAA4C;KACvD;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2EAA2E;KACtF;CAAK,CAAC;AASF,QAAA,gDAAgD,GAAa,CAAC,uBAAuB,CAAC,CAAC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The OAuth client that last updated a sample, and the user it is acting on behalf of.
14
+ */
15
+ export declare class LastUpdatedByOAuthClient {
16
+ 'type': LastUpdatedByOAuthClientTypeEnum;
17
+ /**
18
+ * The ID of the OAuth client that last updated the sample.
19
+ */
20
+ 'oauthClientId': string;
21
+ /**
22
+ * The user ID the OAuth client is acting on behalf of.
23
+ */
24
+ 'userId'?: number;
25
+ static discriminator: string | undefined;
26
+ static attributeTypeMap: Array<{
27
+ name: string;
28
+ baseName: string;
29
+ type: string;
30
+ }>;
31
+ static getAttributeTypeMap(): {
32
+ name: string;
33
+ baseName: string;
34
+ type: string;
35
+ }[];
36
+ }
37
+ export type LastUpdatedByOAuthClientTypeEnum = 'oauthClient';
38
+ export declare const LastUpdatedByOAuthClientTypeEnumValues: string[];
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.LastUpdatedByOAuthClientTypeEnumValues = exports.LastUpdatedByOAuthClient = void 0;
15
+ /**
16
+ * The OAuth client that last updated a sample, and the user it is acting on behalf of.
17
+ */
18
+ class LastUpdatedByOAuthClient {
19
+ static getAttributeTypeMap() {
20
+ return LastUpdatedByOAuthClient.attributeTypeMap;
21
+ }
22
+ }
23
+ exports.LastUpdatedByOAuthClient = LastUpdatedByOAuthClient;
24
+ LastUpdatedByOAuthClient.discriminator = undefined;
25
+ LastUpdatedByOAuthClient.attributeTypeMap = [
26
+ {
27
+ "name": "type",
28
+ "baseName": "type",
29
+ "type": "LastUpdatedByOAuthClientTypeEnum"
30
+ },
31
+ {
32
+ "name": "oauthClientId",
33
+ "baseName": "oauthClientId",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "userId",
38
+ "baseName": "userId",
39
+ "type": "number"
40
+ }
41
+ ];
42
+ exports.LastUpdatedByOAuthClientTypeEnumValues = ['oauthClient'];
43
+ //# sourceMappingURL=lastUpdatedByOAuthClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lastUpdatedByOAuthClient.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByOAuthClient.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IA8BjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhCL,4DAiCC;AAtBU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,sCAAsC,GAAa,CAAC,aAAa,CAAC,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The project API key that last updated a sample.
14
+ */
15
+ export declare class LastUpdatedByProjectApiKey {
16
+ 'type': LastUpdatedByProjectApiKeyTypeEnum;
17
+ /**
18
+ * The ID of the project API key that last updated the sample.
19
+ */
20
+ 'id': number;
21
+ static discriminator: string | undefined;
22
+ static attributeTypeMap: Array<{
23
+ name: string;
24
+ baseName: string;
25
+ type: string;
26
+ }>;
27
+ static getAttributeTypeMap(): {
28
+ name: string;
29
+ baseName: string;
30
+ type: string;
31
+ }[];
32
+ }
33
+ export type LastUpdatedByProjectApiKeyTypeEnum = 'projectApiKey';
34
+ export declare const LastUpdatedByProjectApiKeyTypeEnumValues: string[];
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.LastUpdatedByProjectApiKeyTypeEnumValues = exports.LastUpdatedByProjectApiKey = void 0;
15
+ /**
16
+ * The project API key that last updated a sample.
17
+ */
18
+ class LastUpdatedByProjectApiKey {
19
+ static getAttributeTypeMap() {
20
+ return LastUpdatedByProjectApiKey.attributeTypeMap;
21
+ }
22
+ }
23
+ exports.LastUpdatedByProjectApiKey = LastUpdatedByProjectApiKey;
24
+ LastUpdatedByProjectApiKey.discriminator = undefined;
25
+ LastUpdatedByProjectApiKey.attributeTypeMap = [
26
+ {
27
+ "name": "type",
28
+ "baseName": "type",
29
+ "type": "LastUpdatedByProjectApiKeyTypeEnum"
30
+ },
31
+ {
32
+ "name": "id",
33
+ "baseName": "id",
34
+ "type": "number"
35
+ }
36
+ ];
37
+ exports.LastUpdatedByProjectApiKeyTypeEnumValues = ['projectApiKey'];
38
+ //# sourceMappingURL=lastUpdatedByProjectApiKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lastUpdatedByProjectApiKey.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByProjectApiKey.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAqBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAvBL,gEAwBC;AAjBU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,wCAAwC,GAAa,CAAC,eAAe,CAAC,CAAC"}