edge-impulse-api 1.93.1 → 1.93.3

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 (112) hide show
  1. package/build/library/sdk/api/adminApi.d.ts +15 -0
  2. package/build/library/sdk/api/adminApi.js +77 -0
  3. package/build/library/sdk/api/adminApi.js.map +1 -1
  4. package/build/library/sdk/api/apis.d.ts +3 -1
  5. package/build/library/sdk/api/apis.js +3 -1
  6. package/build/library/sdk/api/apis.js.map +1 -1
  7. package/build/library/sdk/api/dSPApi.d.ts +3 -3
  8. package/build/library/sdk/api/dSPApi.js +3 -3
  9. package/build/library/sdk/api/dSPApi.js.map +1 -1
  10. package/build/library/sdk/api/datasetVersionsApi.d.ts +204 -0
  11. package/build/library/sdk/api/datasetVersionsApi.js +873 -0
  12. package/build/library/sdk/api/datasetVersionsApi.js.map +1 -0
  13. package/build/library/sdk/api/projectsApi.d.ts +10 -0
  14. package/build/library/sdk/api/projectsApi.js +73 -0
  15. package/build/library/sdk/api/projectsApi.js.map +1 -1
  16. package/build/library/sdk/model/actorOAuthClient.d.ts +33 -0
  17. package/build/library/sdk/model/actorOAuthClient.js +55 -0
  18. package/build/library/sdk/model/actorOAuthClient.js.map +1 -0
  19. package/build/library/sdk/model/actorProjectApiKey.d.ts +43 -0
  20. package/build/library/sdk/model/actorProjectApiKey.js +76 -0
  21. package/build/library/sdk/model/actorProjectApiKey.js.map +1 -0
  22. package/build/library/sdk/model/actorProjectApiKeyAllOf.d.ts +27 -0
  23. package/build/library/sdk/model/actorProjectApiKeyAllOf.js +30 -0
  24. package/build/library/sdk/model/actorProjectApiKeyAllOf.js.map +1 -0
  25. package/build/library/sdk/model/actorUser.d.ts +31 -0
  26. package/build/library/sdk/model/actorUser.js +50 -0
  27. package/build/library/sdk/model/actorUser.js.map +1 -0
  28. package/build/library/sdk/model/actorUserAllOf.d.ts +27 -0
  29. package/build/library/sdk/model/actorUserAllOf.js +30 -0
  30. package/build/library/sdk/model/actorUserAllOf.js.map +1 -0
  31. package/build/library/sdk/model/adminProjectKillSwitchResponse.d.ts +40 -0
  32. package/build/library/sdk/model/adminProjectKillSwitchResponse.js +44 -0
  33. package/build/library/sdk/model/adminProjectKillSwitchResponse.js.map +1 -0
  34. package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.d.ts +32 -0
  35. package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.js +34 -0
  36. package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.js.map +1 -0
  37. package/build/library/sdk/model/dBAction.d.ts +13 -0
  38. package/build/library/sdk/model/dBAction.js +16 -0
  39. package/build/library/sdk/model/dBAction.js.map +1 -0
  40. package/build/library/sdk/model/datasetVersion.d.ts +67 -0
  41. package/build/library/sdk/model/datasetVersion.js +79 -0
  42. package/build/library/sdk/model/datasetVersion.js.map +1 -0
  43. package/build/library/sdk/model/datasetVersionChangeItem.d.ts +35 -0
  44. package/build/library/sdk/model/datasetVersionChangeItem.js +44 -0
  45. package/build/library/sdk/model/datasetVersionChangeItem.js.map +1 -0
  46. package/build/library/sdk/model/datasetVersionPendingWindow.d.ts +36 -0
  47. package/build/library/sdk/model/datasetVersionPendingWindow.js +39 -0
  48. package/build/library/sdk/model/datasetVersionPendingWindow.js.map +1 -0
  49. package/build/library/sdk/model/datasetVersionSummary.d.ts +34 -0
  50. package/build/library/sdk/model/datasetVersionSummary.js +39 -0
  51. package/build/library/sdk/model/datasetVersionSummary.js.map +1 -0
  52. package/build/library/sdk/model/datasetVersionSummaryActionCounts.d.ts +39 -0
  53. package/build/library/sdk/model/datasetVersionSummaryActionCounts.js +42 -0
  54. package/build/library/sdk/model/datasetVersionSummaryActionCounts.js.map +1 -0
  55. package/build/library/sdk/model/datasetVersionType.d.ts +13 -0
  56. package/build/library/sdk/model/datasetVersionType.js +16 -0
  57. package/build/library/sdk/model/datasetVersionType.js.map +1 -0
  58. package/build/library/sdk/model/getDatasetVersionRawDataResponse.d.ts +35 -0
  59. package/build/library/sdk/model/getDatasetVersionRawDataResponse.js +44 -0
  60. package/build/library/sdk/model/getDatasetVersionRawDataResponse.js.map +1 -0
  61. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.d.ts +34 -0
  62. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js +39 -0
  63. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js.map +1 -0
  64. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.d.ts +26 -0
  65. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js +29 -0
  66. package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js.map +1 -0
  67. package/build/library/sdk/model/getDatasetVersionResponse.d.ts +34 -0
  68. package/build/library/sdk/model/getDatasetVersionResponse.js +39 -0
  69. package/build/library/sdk/model/getDatasetVersionResponse.js.map +1 -0
  70. package/build/library/sdk/model/getDatasetVersionResponseAllOf.d.ts +26 -0
  71. package/build/library/sdk/model/getDatasetVersionResponseAllOf.js +29 -0
  72. package/build/library/sdk/model/getDatasetVersionResponseAllOf.js.map +1 -0
  73. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.d.ts +34 -0
  74. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js +39 -0
  75. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js.map +1 -0
  76. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.d.ts +26 -0
  77. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js +29 -0
  78. package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js.map +1 -0
  79. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.d.ts +45 -0
  80. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js +48 -0
  81. package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js.map +1 -0
  82. package/build/library/sdk/model/lastUpdatedByOAuthClient.d.ts +38 -0
  83. package/build/library/sdk/model/lastUpdatedByOAuthClient.js +43 -0
  84. package/build/library/sdk/model/lastUpdatedByOAuthClient.js.map +1 -0
  85. package/build/library/sdk/model/lastUpdatedByProjectApiKey.d.ts +34 -0
  86. package/build/library/sdk/model/lastUpdatedByProjectApiKey.js +38 -0
  87. package/build/library/sdk/model/lastUpdatedByProjectApiKey.js.map +1 -0
  88. package/build/library/sdk/model/lastUpdatedByUser.d.ts +34 -0
  89. package/build/library/sdk/model/lastUpdatedByUser.js +38 -0
  90. package/build/library/sdk/model/lastUpdatedByUser.js.map +1 -0
  91. package/build/library/sdk/model/listDatasetVersionChangesResponse.d.ts +35 -0
  92. package/build/library/sdk/model/listDatasetVersionChangesResponse.js +44 -0
  93. package/build/library/sdk/model/listDatasetVersionChangesResponse.js.map +1 -0
  94. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.d.ts +27 -0
  95. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js +34 -0
  96. package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js.map +1 -0
  97. package/build/library/sdk/model/listDatasetVersionsResponse.d.ts +37 -0
  98. package/build/library/sdk/model/listDatasetVersionsResponse.js +49 -0
  99. package/build/library/sdk/model/listDatasetVersionsResponse.js.map +1 -0
  100. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.d.ts +29 -0
  101. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js +39 -0
  102. package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js.map +1 -0
  103. package/build/library/sdk/model/models.d.ts +30 -0
  104. package/build/library/sdk/model/models.js +98 -0
  105. package/build/library/sdk/model/models.js.map +1 -1
  106. package/build/library/sdk/model/sample.d.ts +8 -0
  107. package/build/library/sdk/model/sample.js +5 -0
  108. package/build/library/sdk/model/sample.js.map +1 -1
  109. package/build/library/sdk/model/updateDatasetVersionRequest.d.ts +25 -0
  110. package/build/library/sdk/model/updateDatasetVersionRequest.js +29 -0
  111. package/build/library/sdk/model/updateDatasetVersionRequest.js.map +1 -0
  112. 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,43 @@
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
+ 'type': ActorProjectApiKeyTypeEnum;
28
+ static discriminator: string | undefined;
29
+ static attributeTypeMap: Array<{
30
+ name: string;
31
+ baseName: string;
32
+ type: string;
33
+ }>;
34
+ static getAttributeTypeMap(): {
35
+ name: string;
36
+ baseName: string;
37
+ type: string;
38
+ }[];
39
+ }
40
+ export type ActorProjectApiKeyRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment' | 'wladmin';
41
+ export declare const ActorProjectApiKeyRoleEnumValues: string[];
42
+ export type ActorProjectApiKeyTypeEnum = 'projectApiKey';
43
+ export declare const ActorProjectApiKeyTypeEnumValues: string[];
@@ -0,0 +1,76 @@
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": "type",
70
+ "baseName": "type",
71
+ "type": "ActorProjectApiKeyTypeEnum"
72
+ }
73
+ ];
74
+ exports.ActorProjectApiKeyRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment', 'wladmin'];
75
+ exports.ActorProjectApiKeyTypeEnumValues = ['projectApiKey'];
76
+ //# 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;IAqE3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAvEL,gDAwEC;AAzDU,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,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,40 @@
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 AdminProjectKillSwitchResponse {
13
+ /**
14
+ * Whether the operation succeeded
15
+ */
16
+ 'success': boolean;
17
+ /**
18
+ * Optional error description (set if \'success\' was false)
19
+ */
20
+ 'error'?: string;
21
+ /**
22
+ * Number of API keys revoked for this project.
23
+ */
24
+ 'keysRevoked': number;
25
+ /**
26
+ * Number of active root jobs cancelled for this project.
27
+ */
28
+ 'jobsCancelled': number;
29
+ static discriminator: string | undefined;
30
+ static attributeTypeMap: Array<{
31
+ name: string;
32
+ baseName: string;
33
+ type: string;
34
+ }>;
35
+ static getAttributeTypeMap(): {
36
+ name: string;
37
+ baseName: string;
38
+ type: string;
39
+ }[];
40
+ }
@@ -0,0 +1,44 @@
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.AdminProjectKillSwitchResponse = void 0;
15
+ class AdminProjectKillSwitchResponse {
16
+ static getAttributeTypeMap() {
17
+ return AdminProjectKillSwitchResponse.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.AdminProjectKillSwitchResponse = AdminProjectKillSwitchResponse;
21
+ AdminProjectKillSwitchResponse.discriminator = undefined;
22
+ AdminProjectKillSwitchResponse.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": "keysRevoked",
35
+ "baseName": "keysRevoked",
36
+ "type": "number"
37
+ },
38
+ {
39
+ "name": "jobsCancelled",
40
+ "baseName": "jobsCancelled",
41
+ "type": "number"
42
+ }
43
+ ];
44
+ //# sourceMappingURL=adminProjectKillSwitchResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminProjectKillSwitchResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/adminProjectKillSwitchResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA5CL,wEA6CC;AA3BU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,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,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,32 @@
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 AdminProjectKillSwitchResponseAllOf {
13
+ /**
14
+ * Number of API keys revoked for this project.
15
+ */
16
+ 'keysRevoked': number;
17
+ /**
18
+ * Number of active root jobs cancelled for this project.
19
+ */
20
+ 'jobsCancelled': 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
+ }
@@ -0,0 +1,34 @@
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.AdminProjectKillSwitchResponseAllOf = void 0;
15
+ class AdminProjectKillSwitchResponseAllOf {
16
+ static getAttributeTypeMap() {
17
+ return AdminProjectKillSwitchResponseAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.AdminProjectKillSwitchResponseAllOf = AdminProjectKillSwitchResponseAllOf;
21
+ AdminProjectKillSwitchResponseAllOf.discriminator = undefined;
22
+ AdminProjectKillSwitchResponseAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "keysRevoked",
25
+ "baseName": "keysRevoked",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "jobsCancelled",
30
+ "baseName": "jobsCancelled",
31
+ "type": "number"
32
+ }
33
+ ];
34
+ //# sourceMappingURL=adminProjectKillSwitchResponseAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminProjectKillSwitchResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/adminProjectKillSwitchResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,mCAAmC;IAwB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA1BL,kFA2BC;AAjBU,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,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"}