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,33 @@
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 { CreatedUpdatedByUser } from './createdUpdatedByUser';
13
+ export declare class ActorOAuthClient {
14
+ 'type': ActorOAuthClientTypeEnum;
15
+ 'id': number;
16
+ 'clientId': string;
17
+ 'name': string;
18
+ 'logoUrl'?: string;
19
+ 'user'?: CreatedUpdatedByUser;
20
+ static discriminator: string | undefined;
21
+ static attributeTypeMap: Array<{
22
+ name: string;
23
+ baseName: string;
24
+ type: string;
25
+ }>;
26
+ static getAttributeTypeMap(): {
27
+ name: string;
28
+ baseName: string;
29
+ type: string;
30
+ }[];
31
+ }
32
+ export type ActorOAuthClientTypeEnum = 'oauthClient';
33
+ export declare const ActorOAuthClientTypeEnumValues: string[];
@@ -0,0 +1,55 @@
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.ActorOAuthClientTypeEnumValues = exports.ActorOAuthClient = void 0;
15
+ class ActorOAuthClient {
16
+ static getAttributeTypeMap() {
17
+ return ActorOAuthClient.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.ActorOAuthClient = ActorOAuthClient;
21
+ ActorOAuthClient.discriminator = undefined;
22
+ ActorOAuthClient.attributeTypeMap = [
23
+ {
24
+ "name": "type",
25
+ "baseName": "type",
26
+ "type": "ActorOAuthClientTypeEnum"
27
+ },
28
+ {
29
+ "name": "id",
30
+ "baseName": "id",
31
+ "type": "number"
32
+ },
33
+ {
34
+ "name": "clientId",
35
+ "baseName": "clientId",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "name",
40
+ "baseName": "name",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "logoUrl",
45
+ "baseName": "logoUrl",
46
+ "type": "string"
47
+ },
48
+ {
49
+ "name": "user",
50
+ "baseName": "user",
51
+ "type": "CreatedUpdatedByUser"
52
+ }
53
+ ];
54
+ exports.ActorOAuthClientTypeEnumValues = ['oauthClient'];
55
+ //# sourceMappingURL=actorOAuthClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actorOAuthClient.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorOAuthClient.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gBAAgB;IA0CzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA5CL,4CA6CC;AArCU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AASF,QAAA,8BAA8B,GAAa,CAAC,aAAa,CAAC,CAAC"}
@@ -0,0 +1,47 @@
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 { CreatedUpdatedByUser } from './createdUpdatedByUser';
13
+ import { ProjectApiKeyLastUsed } from './projectApiKeyLastUsed';
14
+ export declare class ActorProjectApiKey {
15
+ 'id': number;
16
+ 'apiKey': string;
17
+ 'isDevelopmentKey': boolean;
18
+ 'name': string;
19
+ 'created': Date;
20
+ 'role': ActorProjectApiKeyRoleEnum;
21
+ 'createdByUser'?: CreatedUpdatedByUser;
22
+ 'lastUsed'?: ProjectApiKeyLastUsed;
23
+ /**
24
+ * If the key has a ttl set, when the key will expire
25
+ */
26
+ 'expires'?: Date;
27
+ /**
28
+ * OAuth client_id that created this API key through an OAuth-scoped key endpoint.
29
+ */
30
+ 'createdViaOAuthClientId'?: string;
31
+ 'type': ActorProjectApiKeyTypeEnum;
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 ActorProjectApiKeyRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment' | 'wladmin';
45
+ export declare const ActorProjectApiKeyRoleEnumValues: string[];
46
+ export type ActorProjectApiKeyTypeEnum = 'projectApiKey';
47
+ export declare const ActorProjectApiKeyTypeEnumValues: string[];
@@ -0,0 +1,81 @@
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.ActorProjectApiKeyTypeEnumValues = exports.ActorProjectApiKeyRoleEnumValues = exports.ActorProjectApiKey = void 0;
15
+ class ActorProjectApiKey {
16
+ static getAttributeTypeMap() {
17
+ return ActorProjectApiKey.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.ActorProjectApiKey = ActorProjectApiKey;
21
+ ActorProjectApiKey.discriminator = undefined;
22
+ ActorProjectApiKey.attributeTypeMap = [
23
+ {
24
+ "name": "id",
25
+ "baseName": "id",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "apiKey",
30
+ "baseName": "apiKey",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "isDevelopmentKey",
35
+ "baseName": "isDevelopmentKey",
36
+ "type": "boolean"
37
+ },
38
+ {
39
+ "name": "name",
40
+ "baseName": "name",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "created",
45
+ "baseName": "created",
46
+ "type": "Date"
47
+ },
48
+ {
49
+ "name": "role",
50
+ "baseName": "role",
51
+ "type": "ActorProjectApiKeyRoleEnum"
52
+ },
53
+ {
54
+ "name": "createdByUser",
55
+ "baseName": "createdByUser",
56
+ "type": "CreatedUpdatedByUser"
57
+ },
58
+ {
59
+ "name": "lastUsed",
60
+ "baseName": "lastUsed",
61
+ "type": "ProjectApiKeyLastUsed"
62
+ },
63
+ {
64
+ "name": "expires",
65
+ "baseName": "expires",
66
+ "type": "Date"
67
+ },
68
+ {
69
+ "name": "createdViaOAuthClientId",
70
+ "baseName": "createdViaOAuthClientId",
71
+ "type": "string"
72
+ },
73
+ {
74
+ "name": "type",
75
+ "baseName": "type",
76
+ "type": "ActorProjectApiKeyTypeEnum"
77
+ }
78
+ ];
79
+ exports.ActorProjectApiKeyRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment', 'wladmin'];
80
+ exports.ActorProjectApiKeyTypeEnumValues = ['projectApiKey'];
81
+ //# sourceMappingURL=actorProjectApiKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actorProjectApiKey.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorProjectApiKey.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,kBAAkB;IA8E3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhFL,gDAiFC;AA9DU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AASF,QAAA,gCAAgC,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,EAAE,SAAS,CAAC,CAAC;AAGvH,QAAA,gCAAgC,GAAa,CAAC,eAAe,CAAC,CAAC"}
@@ -0,0 +1,27 @@
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
+ export declare class ActorProjectApiKeyAllOf {
13
+ 'type': ActorProjectApiKeyAllOfTypeEnum;
14
+ static discriminator: string | undefined;
15
+ static attributeTypeMap: Array<{
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ }>;
20
+ static getAttributeTypeMap(): {
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ }[];
25
+ }
26
+ export type ActorProjectApiKeyAllOfTypeEnum = 'projectApiKey';
27
+ export declare const ActorProjectApiKeyAllOfTypeEnumValues: string[];
@@ -0,0 +1,30 @@
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.ActorProjectApiKeyAllOfTypeEnumValues = exports.ActorProjectApiKeyAllOf = void 0;
15
+ class ActorProjectApiKeyAllOf {
16
+ static getAttributeTypeMap() {
17
+ return ActorProjectApiKeyAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.ActorProjectApiKeyAllOf = ActorProjectApiKeyAllOf;
21
+ ActorProjectApiKeyAllOf.discriminator = undefined;
22
+ ActorProjectApiKeyAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "type",
25
+ "baseName": "type",
26
+ "type": "ActorProjectApiKeyAllOfTypeEnum"
27
+ }
28
+ ];
29
+ exports.ActorProjectApiKeyAllOfTypeEnumValues = ['projectApiKey'];
30
+ //# sourceMappingURL=actorProjectApiKeyAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actorProjectApiKeyAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorProjectApiKeyAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,uBAAuB;IAYhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAdL,0DAeC;AAZU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AASF,QAAA,qCAAqC,GAAa,CAAC,eAAe,CAAC,CAAC"}
@@ -0,0 +1,31 @@
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
+ export declare class ActorUser {
13
+ 'id': number;
14
+ 'name': string;
15
+ 'username': string;
16
+ 'photo'?: string;
17
+ 'type': ActorUserTypeEnum;
18
+ static discriminator: string | undefined;
19
+ static attributeTypeMap: Array<{
20
+ name: string;
21
+ baseName: string;
22
+ type: string;
23
+ }>;
24
+ static getAttributeTypeMap(): {
25
+ name: string;
26
+ baseName: string;
27
+ type: string;
28
+ }[];
29
+ }
30
+ export type ActorUserTypeEnum = 'user';
31
+ export declare const ActorUserTypeEnumValues: string[];
@@ -0,0 +1,50 @@
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.ActorUserTypeEnumValues = exports.ActorUser = void 0;
15
+ class ActorUser {
16
+ static getAttributeTypeMap() {
17
+ return ActorUser.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.ActorUser = ActorUser;
21
+ ActorUser.discriminator = undefined;
22
+ ActorUser.attributeTypeMap = [
23
+ {
24
+ "name": "id",
25
+ "baseName": "id",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "name",
30
+ "baseName": "name",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "username",
35
+ "baseName": "username",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "photo",
40
+ "baseName": "photo",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "type",
45
+ "baseName": "type",
46
+ "type": "ActorUserTypeEnum"
47
+ }
48
+ ];
49
+ exports.ActorUserTypeEnumValues = ['user'];
50
+ //# sourceMappingURL=actorUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actorUser.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorUser.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,SAAS;IAoClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AAtCL,8BAuCC;AAhCU,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AASF,QAAA,uBAAuB,GAAa,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,27 @@
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
+ export declare class ActorUserAllOf {
13
+ 'type': ActorUserAllOfTypeEnum;
14
+ static discriminator: string | undefined;
15
+ static attributeTypeMap: Array<{
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ }>;
20
+ static getAttributeTypeMap(): {
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ }[];
25
+ }
26
+ export type ActorUserAllOfTypeEnum = 'user';
27
+ export declare const ActorUserAllOfTypeEnumValues: string[];
@@ -0,0 +1,30 @@
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.ActorUserAllOfTypeEnumValues = exports.ActorUserAllOf = void 0;
15
+ class ActorUserAllOf {
16
+ static getAttributeTypeMap() {
17
+ return ActorUserAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.ActorUserAllOf = ActorUserAllOf;
21
+ ActorUserAllOf.discriminator = undefined;
22
+ ActorUserAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "type",
25
+ "baseName": "type",
26
+ "type": "ActorUserAllOfTypeEnum"
27
+ }
28
+ ];
29
+ exports.ActorUserAllOfTypeEnumValues = ['user'];
30
+ //# sourceMappingURL=actorUserAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actorUserAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorUserAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,cAAc;IAYvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAdL,wCAeC;AAZU,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AASF,QAAA,4BAA4B,GAAa,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,28 @@
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
+ export declare class AddIngestionOnlyProjectApiKeyRequest {
13
+ /**
14
+ * Description of the key
15
+ */
16
+ 'name': string;
17
+ static discriminator: string | undefined;
18
+ static attributeTypeMap: Array<{
19
+ name: string;
20
+ baseName: string;
21
+ type: string;
22
+ }>;
23
+ static getAttributeTypeMap(): {
24
+ name: string;
25
+ baseName: string;
26
+ type: string;
27
+ }[];
28
+ }
@@ -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.AddIngestionOnlyProjectApiKeyRequest = void 0;
15
+ class AddIngestionOnlyProjectApiKeyRequest {
16
+ static getAttributeTypeMap() {
17
+ return AddIngestionOnlyProjectApiKeyRequest.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.AddIngestionOnlyProjectApiKeyRequest = AddIngestionOnlyProjectApiKeyRequest;
21
+ AddIngestionOnlyProjectApiKeyRequest.discriminator = undefined;
22
+ AddIngestionOnlyProjectApiKeyRequest.attributeTypeMap = [
23
+ {
24
+ "name": "name",
25
+ "baseName": "name",
26
+ "type": "string"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=addIngestionOnlyProjectApiKeyRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addIngestionOnlyProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addIngestionOnlyProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,oCAAoC;IAe7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAjBL,oFAkBC;AAZU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,13 @@
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
+ export type DBAction = 'insert' | 'update' | 'delete';
13
+ export declare const DBActionValues: string[];
@@ -0,0 +1,16 @@
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.DBActionValues = void 0;
15
+ exports.DBActionValues = ['insert', 'update', 'delete'];
16
+ //# sourceMappingURL=dBAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dBAction.js","sourceRoot":"","sources":["../../../../library/sdk/model/dBAction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,cAAc,GAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC"}
@@ -0,0 +1,67 @@
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 { ActorUser } from './actorUser';
13
+ import { ActorOAuthClient } from './actorOAuthClient';
14
+ import { ActorProjectApiKey } from './actorProjectApiKey';
15
+ import { DatasetVersionSummary } from './datasetVersionSummary';
16
+ import { DatasetVersionType } from './datasetVersionType';
17
+ export declare class DatasetVersion {
18
+ /**
19
+ * Unique identifier of this dataset version.
20
+ */
21
+ 'id': number;
22
+ /**
23
+ * Date and time when this dataset version was created.
24
+ */
25
+ 'created': Date;
26
+ /**
27
+ * A sequential index of this dataset version, starting at 0 for the first version.
28
+ */
29
+ 'versionIndex': number;
30
+ /**
31
+ * User-editable description of this dataset version.
32
+ */
33
+ 'description': string | null;
34
+ /**
35
+ * ID of the parent dataset version this version is derived from. Null for the first dataset version.
36
+ */
37
+ 'parentVersionId': number | null;
38
+ /**
39
+ * ID of the dataset version this version was restored from. Null if not restored.
40
+ */
41
+ 'restoredFromDatasetVersionId'?: number | null;
42
+ 'type': DatasetVersionType;
43
+ 'summary': DatasetVersionSummary;
44
+ /**
45
+ * Date and time when this dataset version window opened.
46
+ */
47
+ 'windowStart': Date;
48
+ /**
49
+ * Date and time when this dataset version window closed.
50
+ */
51
+ 'windowEnd': Date;
52
+ /**
53
+ * Actors who contributed at least one change in this dataset version window.
54
+ */
55
+ 'actors': Array<ActorUser | ActorOAuthClient | ActorProjectApiKey>;
56
+ static discriminator: string | undefined;
57
+ static attributeTypeMap: Array<{
58
+ name: string;
59
+ baseName: string;
60
+ type: string;
61
+ }>;
62
+ static getAttributeTypeMap(): {
63
+ name: string;
64
+ baseName: string;
65
+ type: string;
66
+ }[];
67
+ }