edge-impulse-api 1.85.0 → 1.86.0

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 (77) hide show
  1. package/build/library/sdk/api/adminApi.js +1 -1
  2. package/build/library/sdk/api/adminApi.js.map +1 -1
  3. package/build/library/sdk/api/classifyApi.js +1 -1
  4. package/build/library/sdk/api/classifyApi.js.map +1 -1
  5. package/build/library/sdk/api/deploymentApi.js +2 -2
  6. package/build/library/sdk/api/deploymentApi.js.map +1 -1
  7. package/build/library/sdk/api/impulseApi.js +3 -3
  8. package/build/library/sdk/api/impulseApi.js.map +1 -1
  9. package/build/library/sdk/api/learnApi.js +4 -4
  10. package/build/library/sdk/api/learnApi.js.map +1 -1
  11. package/build/library/sdk/api/organizationBlocksApi.js +2 -2
  12. package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
  13. package/build/library/sdk/api/organizationCreateProjectApi.js +1 -1
  14. package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
  15. package/build/library/sdk/api/organizationDataApi.js +3 -3
  16. package/build/library/sdk/api/organizationDataApi.js.map +1 -1
  17. package/build/library/sdk/api/organizationDataCampaignsApi.js +1 -1
  18. package/build/library/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  19. package/build/library/sdk/api/organizationsApi.js +7 -7
  20. package/build/library/sdk/api/organizationsApi.js.map +1 -1
  21. package/build/library/sdk/api/performanceCalibrationApi.js +1 -1
  22. package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
  23. package/build/library/sdk/api/projectsApi.js +3 -3
  24. package/build/library/sdk/api/projectsApi.js.map +1 -1
  25. package/build/library/sdk/api/rawDataApi.d.ts +15 -14
  26. package/build/library/sdk/api/rawDataApi.js +15 -15
  27. package/build/library/sdk/api/rawDataApi.js.map +1 -1
  28. package/build/library/sdk/api/testApi.js +1 -1
  29. package/build/library/sdk/api/testApi.js.map +1 -1
  30. package/build/library/sdk/api/themesApi.js +1 -1
  31. package/build/library/sdk/api/themesApi.js.map +1 -1
  32. package/build/library/sdk/api/userApi.js +2 -2
  33. package/build/library/sdk/api/userApi.js.map +1 -1
  34. package/build/library/sdk/model/listApiKeysResponse.d.ts +2 -2
  35. package/build/library/sdk/model/listApiKeysResponse.js +1 -1
  36. package/build/library/sdk/model/listApiKeysResponse.js.map +1 -1
  37. package/build/library/sdk/model/listApiKeysResponseAllOf.d.ts +2 -2
  38. package/build/library/sdk/model/listApiKeysResponseAllOf.js +1 -1
  39. package/build/library/sdk/model/listApiKeysResponseAllOf.js.map +1 -1
  40. package/build/library/sdk/model/listHmacKeysResponse.d.ts +2 -2
  41. package/build/library/sdk/model/listHmacKeysResponse.js +1 -1
  42. package/build/library/sdk/model/listHmacKeysResponse.js.map +1 -1
  43. package/build/library/sdk/model/listHmacKeysResponseAllOf.d.ts +2 -2
  44. package/build/library/sdk/model/listHmacKeysResponseAllOf.js +1 -1
  45. package/build/library/sdk/model/listHmacKeysResponseAllOf.js.map +1 -1
  46. package/build/library/sdk/model/listOrganizationApiKeysResponse.d.ts +2 -2
  47. package/build/library/sdk/model/listOrganizationApiKeysResponse.js +1 -1
  48. package/build/library/sdk/model/listOrganizationApiKeysResponse.js.map +1 -1
  49. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.d.ts +2 -2
  50. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.js +1 -1
  51. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.js.map +1 -1
  52. package/build/library/sdk/model/models.d.ts +5 -3
  53. package/build/library/sdk/model/models.js +16 -11
  54. package/build/library/sdk/model/models.js.map +1 -1
  55. package/build/library/sdk/model/{listOrganizationApiKeysResponseAllOfApiKeys.d.ts → organizationApiKey.d.ts} +8 -4
  56. package/build/library/sdk/model/{listOrganizationApiKeysResponseAllOfApiKeys.js → organizationApiKey.js} +19 -9
  57. package/build/library/sdk/model/organizationApiKey.js.map +1 -0
  58. package/build/library/sdk/model/organizationCreateProjectRequest.d.ts +1 -1
  59. package/build/library/sdk/model/organizationCreateProjectRequest.js +1 -1
  60. package/build/library/sdk/model/organizationCreateProjectResponse.d.ts +1 -1
  61. package/build/library/sdk/model/organizationCreateProjectResponseAllOf.d.ts +1 -1
  62. package/build/library/sdk/model/{listApiKeysResponseAllOfApiKeys.d.ts → projectApiKey.d.ts} +8 -4
  63. package/build/library/sdk/model/{listApiKeysResponseAllOfApiKeys.js → projectApiKey.js} +19 -9
  64. package/build/library/sdk/model/projectApiKey.js.map +1 -0
  65. package/build/library/sdk/model/projectApiKeyLastUsed.d.ts +36 -0
  66. package/build/library/sdk/model/projectApiKeyLastUsed.js +42 -0
  67. package/build/library/sdk/model/projectApiKeyLastUsed.js.map +1 -0
  68. package/build/library/sdk/model/{listHmacKeysResponseAllOfHmacKeys.d.ts → projectHmacKey.d.ts} +3 -1
  69. package/build/library/sdk/model/{listHmacKeysResponseAllOfHmacKeys.js → projectHmacKey.js} +12 -7
  70. package/build/library/sdk/model/projectHmacKey.js.map +1 -0
  71. package/build/library/sdk/model/rawDataFilterCategory.d.ts +13 -0
  72. package/build/library/sdk/model/rawDataFilterCategory.js +16 -0
  73. package/build/library/sdk/model/rawDataFilterCategory.js.map +1 -0
  74. package/package.json +1 -1
  75. package/build/library/sdk/model/listApiKeysResponseAllOfApiKeys.js.map +0 -1
  76. package/build/library/sdk/model/listHmacKeysResponseAllOfHmacKeys.js.map +0 -1
  77. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOfApiKeys.js.map +0 -1
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListApiKeysResponseAllOfApiKeys } from './listApiKeysResponseAllOfApiKeys';
12
+ import { ProjectApiKey } from './projectApiKey';
13
13
  export declare class ListApiKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListApiKeysResponse {
22
22
  /**
23
23
  * List of API keys.
24
24
  */
25
- 'apiKeys': Array<ListApiKeysResponseAllOfApiKeys>;
25
+ 'apiKeys': Array<ProjectApiKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListApiKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "apiKeys",
35
35
  "baseName": "apiKeys",
36
- "type": "Array<ListApiKeysResponseAllOfApiKeys>"
36
+ "type": "Array<ProjectApiKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listApiKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mBAAmB;IAiC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAnCL,kDAoCC;AAtBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC"}
1
+ {"version":3,"file":"listApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mBAAmB;IAiC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAnCL,kDAoCC;AAtBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListApiKeysResponseAllOfApiKeys } from './listApiKeysResponseAllOfApiKeys';
12
+ import { ProjectApiKey } from './projectApiKey';
13
13
  export declare class ListApiKeysResponseAllOf {
14
14
  /**
15
15
  * List of API keys.
16
16
  */
17
- 'apiKeys': Array<ListApiKeysResponseAllOfApiKeys>;
17
+ 'apiKeys': Array<ProjectApiKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListApiKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "apiKeys",
25
25
  "baseName": "apiKeys",
26
- "type": "Array<ListApiKeysResponseAllOfApiKeys>"
26
+ "type": "Array<ProjectApiKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listApiKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAjBL,4DAkBC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC"}
1
+ {"version":3,"file":"listApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAjBL,4DAkBC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListHmacKeysResponseAllOfHmacKeys } from './listHmacKeysResponseAllOfHmacKeys';
12
+ import { ProjectHmacKey } from './projectHmacKey';
13
13
  export declare class ListHmacKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListHmacKeysResponse {
22
22
  /**
23
23
  * List of HMAC keys
24
24
  */
25
- 'hmacKeys': Array<ListHmacKeysResponseAllOfHmacKeys>;
25
+ 'hmacKeys': Array<ProjectHmacKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListHmacKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "hmacKeys",
35
35
  "baseName": "hmacKeys",
36
- "type": "Array<ListHmacKeysResponseAllOfHmacKeys>"
36
+ "type": "Array<ProjectHmacKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listHmacKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listHmacKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCL,oDAoCC;AAtBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,0CAA0C;KACrD;CAAK,CAAC"}
1
+ {"version":3,"file":"listHmacKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCL,oDAoCC;AAtBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListHmacKeysResponseAllOfHmacKeys } from './listHmacKeysResponseAllOfHmacKeys';
12
+ import { ProjectHmacKey } from './projectHmacKey';
13
13
  export declare class ListHmacKeysResponseAllOf {
14
14
  /**
15
15
  * List of HMAC keys
16
16
  */
17
- 'hmacKeys': Array<ListHmacKeysResponseAllOfHmacKeys>;
17
+ 'hmacKeys': Array<ProjectHmacKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListHmacKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "hmacKeys",
25
25
  "baseName": "hmacKeys",
26
- "type": "Array<ListHmacKeysResponseAllOfHmacKeys>"
26
+ "type": "Array<ProjectHmacKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listHmacKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listHmacKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAelC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAjBL,8DAkBC;AAZU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,0CAA0C;KACrD;CAAK,CAAC"}
1
+ {"version":3,"file":"listHmacKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listHmacKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAelC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAjBL,8DAkBC;AAZU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListOrganizationApiKeysResponseAllOfApiKeys } from './listOrganizationApiKeysResponseAllOfApiKeys';
12
+ import { OrganizationApiKey } from './organizationApiKey';
13
13
  export declare class ListOrganizationApiKeysResponse {
14
14
  /**
15
15
  * Whether the operation succeeded
@@ -22,7 +22,7 @@ export declare class ListOrganizationApiKeysResponse {
22
22
  /**
23
23
  * List of API keys.
24
24
  */
25
- 'apiKeys': Array<ListOrganizationApiKeysResponseAllOfApiKeys>;
25
+ 'apiKeys': Array<OrganizationApiKey>;
26
26
  static discriminator: string | undefined;
27
27
  static attributeTypeMap: Array<{
28
28
  name: string;
@@ -33,7 +33,7 @@ ListOrganizationApiKeysResponse.attributeTypeMap = [
33
33
  {
34
34
  "name": "apiKeys",
35
35
  "baseName": "apiKeys",
36
- "type": "Array<ListOrganizationApiKeysResponseAllOfApiKeys>"
36
+ "type": "Array<OrganizationApiKey>"
37
37
  }
38
38
  ];
39
39
  //# sourceMappingURL=listOrganizationApiKeysResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listOrganizationApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,+BAA+B;IAiCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAnCL,0EAoCC;AAtBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;CAAK,CAAC"}
1
+ {"version":3,"file":"listOrganizationApiKeysResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,+BAA+B;IAiCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAnCL,0EAoCC;AAtBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ListOrganizationApiKeysResponseAllOfApiKeys } from './listOrganizationApiKeysResponseAllOfApiKeys';
12
+ import { OrganizationApiKey } from './organizationApiKey';
13
13
  export declare class ListOrganizationApiKeysResponseAllOf {
14
14
  /**
15
15
  * List of API keys.
16
16
  */
17
- 'apiKeys': Array<ListOrganizationApiKeysResponseAllOfApiKeys>;
17
+ 'apiKeys': Array<OrganizationApiKey>;
18
18
  static discriminator: string | undefined;
19
19
  static attributeTypeMap: Array<{
20
20
  name: string;
@@ -23,7 +23,7 @@ ListOrganizationApiKeysResponseAllOf.attributeTypeMap = [
23
23
  {
24
24
  "name": "apiKeys",
25
25
  "baseName": "apiKeys",
26
- "type": "Array<ListOrganizationApiKeysResponseAllOfApiKeys>"
26
+ "type": "Array<OrganizationApiKey>"
27
27
  }
28
28
  ];
29
29
  //# sourceMappingURL=listOrganizationApiKeysResponseAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listOrganizationApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;CAAK,CAAC"}
1
+ {"version":3,"file":"listOrganizationApiKeysResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listOrganizationApiKeysResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -619,7 +619,6 @@ export * from './listAIActionsResponse';
619
619
  export * from './listAIActionsResponseAllOf';
620
620
  export * from './listApiKeysResponse';
621
621
  export * from './listApiKeysResponseAllOf';
622
- export * from './listApiKeysResponseAllOfApiKeys';
623
622
  export * from './listDeploymentHistoryResponse';
624
623
  export * from './listDeploymentHistoryResponseAllOf';
625
624
  export * from './listDevicesResponse';
@@ -631,14 +630,12 @@ export * from './listEnterpriseTrialsResponse';
631
630
  export * from './listEnterpriseTrialsResponseAllOf';
632
631
  export * from './listHmacKeysResponse';
633
632
  export * from './listHmacKeysResponseAllOf';
634
- export * from './listHmacKeysResponseAllOfHmacKeys';
635
633
  export * from './listJobsResponse';
636
634
  export * from './listJobsResponseAllOf';
637
635
  export * from './listModelsResponse';
638
636
  export * from './listModelsResponseAllOf';
639
637
  export * from './listOrganizationApiKeysResponse';
640
638
  export * from './listOrganizationApiKeysResponseAllOf';
641
- export * from './listOrganizationApiKeysResponseAllOfApiKeys';
642
639
  export * from './listOrganizationBucketsResponse';
643
640
  export * from './listOrganizationBucketsResponseAllOf';
644
641
  export * from './listOrganizationBucketsUserResponse';
@@ -761,6 +758,7 @@ export * from './organizationAddDataFolderResponseAllOf';
761
758
  export * from './organizationAddDataItemRequest';
762
759
  export * from './organizationAddDatasetRequest';
763
760
  export * from './organizationAddDatasetRequestBucket';
761
+ export * from './organizationApiKey';
764
762
  export * from './organizationBucket';
765
763
  export * from './organizationBulkMetadataRequest';
766
764
  export * from './organizationComputeTimeUsage';
@@ -858,6 +856,8 @@ export * from './profileModelTableMpu';
858
856
  export * from './profileTfLiteRequest';
859
857
  export * from './profileTfLiteResponse';
860
858
  export * from './project';
859
+ export * from './projectApiKey';
860
+ export * from './projectApiKeyLastUsed';
861
861
  export * from './projectCollaborator';
862
862
  export * from './projectCollaboratorAllOf';
863
863
  export * from './projectDataAxesSummaryResponse';
@@ -872,6 +872,7 @@ export * from './projectDeploymentTargetsResponseAllOf';
872
872
  export * from './projectDismissNotificationRequest';
873
873
  export * from './projectDownloadsResponse';
874
874
  export * from './projectDownloadsResponseAllOf';
875
+ export * from './projectHmacKey';
875
876
  export * from './projectInfoResponse';
876
877
  export * from './projectInfoResponseAllOf';
877
878
  export * from './projectInfoResponseAllOfAcquisitionSettings';
@@ -902,6 +903,7 @@ export * from './publicOrganizationTransformationBlock';
902
903
  export * from './publicProjectLicense';
903
904
  export * from './publicProjectTierAvailability';
904
905
  export * from './rawDataCategory';
906
+ export * from './rawDataFilterCategory';
905
907
  export * from './rawSampleData';
906
908
  export * from './rawSamplePayload';
907
909
  export * from './rebalanceDatasetResponse';
@@ -636,7 +636,6 @@ __exportStar(require("./listAIActionsResponse"), exports);
636
636
  __exportStar(require("./listAIActionsResponseAllOf"), exports);
637
637
  __exportStar(require("./listApiKeysResponse"), exports);
638
638
  __exportStar(require("./listApiKeysResponseAllOf"), exports);
639
- __exportStar(require("./listApiKeysResponseAllOfApiKeys"), exports);
640
639
  __exportStar(require("./listDeploymentHistoryResponse"), exports);
641
640
  __exportStar(require("./listDeploymentHistoryResponseAllOf"), exports);
642
641
  __exportStar(require("./listDevicesResponse"), exports);
@@ -648,14 +647,12 @@ __exportStar(require("./listEnterpriseTrialsResponse"), exports);
648
647
  __exportStar(require("./listEnterpriseTrialsResponseAllOf"), exports);
649
648
  __exportStar(require("./listHmacKeysResponse"), exports);
650
649
  __exportStar(require("./listHmacKeysResponseAllOf"), exports);
651
- __exportStar(require("./listHmacKeysResponseAllOfHmacKeys"), exports);
652
650
  __exportStar(require("./listJobsResponse"), exports);
653
651
  __exportStar(require("./listJobsResponseAllOf"), exports);
654
652
  __exportStar(require("./listModelsResponse"), exports);
655
653
  __exportStar(require("./listModelsResponseAllOf"), exports);
656
654
  __exportStar(require("./listOrganizationApiKeysResponse"), exports);
657
655
  __exportStar(require("./listOrganizationApiKeysResponseAllOf"), exports);
658
- __exportStar(require("./listOrganizationApiKeysResponseAllOfApiKeys"), exports);
659
656
  __exportStar(require("./listOrganizationBucketsResponse"), exports);
660
657
  __exportStar(require("./listOrganizationBucketsResponseAllOf"), exports);
661
658
  __exportStar(require("./listOrganizationBucketsUserResponse"), exports);
@@ -778,6 +775,7 @@ __exportStar(require("./organizationAddDataFolderResponseAllOf"), exports);
778
775
  __exportStar(require("./organizationAddDataItemRequest"), exports);
779
776
  __exportStar(require("./organizationAddDatasetRequest"), exports);
780
777
  __exportStar(require("./organizationAddDatasetRequestBucket"), exports);
778
+ __exportStar(require("./organizationApiKey"), exports);
781
779
  __exportStar(require("./organizationBucket"), exports);
782
780
  __exportStar(require("./organizationBulkMetadataRequest"), exports);
783
781
  __exportStar(require("./organizationComputeTimeUsage"), exports);
@@ -875,6 +873,8 @@ __exportStar(require("./profileModelTableMpu"), exports);
875
873
  __exportStar(require("./profileTfLiteRequest"), exports);
876
874
  __exportStar(require("./profileTfLiteResponse"), exports);
877
875
  __exportStar(require("./project"), exports);
876
+ __exportStar(require("./projectApiKey"), exports);
877
+ __exportStar(require("./projectApiKeyLastUsed"), exports);
878
878
  __exportStar(require("./projectCollaborator"), exports);
879
879
  __exportStar(require("./projectCollaboratorAllOf"), exports);
880
880
  __exportStar(require("./projectDataAxesSummaryResponse"), exports);
@@ -889,6 +889,7 @@ __exportStar(require("./projectDeploymentTargetsResponseAllOf"), exports);
889
889
  __exportStar(require("./projectDismissNotificationRequest"), exports);
890
890
  __exportStar(require("./projectDownloadsResponse"), exports);
891
891
  __exportStar(require("./projectDownloadsResponseAllOf"), exports);
892
+ __exportStar(require("./projectHmacKey"), exports);
892
893
  __exportStar(require("./projectInfoResponse"), exports);
893
894
  __exportStar(require("./projectInfoResponseAllOf"), exports);
894
895
  __exportStar(require("./projectInfoResponseAllOfAcquisitionSettings"), exports);
@@ -919,6 +920,7 @@ __exportStar(require("./publicOrganizationTransformationBlock"), exports);
919
920
  __exportStar(require("./publicProjectLicense"), exports);
920
921
  __exportStar(require("./publicProjectTierAvailability"), exports);
921
922
  __exportStar(require("./rawDataCategory"), exports);
923
+ __exportStar(require("./rawDataFilterCategory"), exports);
922
924
  __exportStar(require("./rawSampleData"), exports);
923
925
  __exportStar(require("./rawSamplePayload"), exports);
924
926
  __exportStar(require("./rebalanceDatasetResponse"), exports);
@@ -1760,7 +1762,6 @@ const listAIActionsResponse_1 = require("./listAIActionsResponse");
1760
1762
  const listAIActionsResponseAllOf_1 = require("./listAIActionsResponseAllOf");
1761
1763
  const listApiKeysResponse_1 = require("./listApiKeysResponse");
1762
1764
  const listApiKeysResponseAllOf_1 = require("./listApiKeysResponseAllOf");
1763
- const listApiKeysResponseAllOfApiKeys_1 = require("./listApiKeysResponseAllOfApiKeys");
1764
1765
  const listDeploymentHistoryResponse_1 = require("./listDeploymentHistoryResponse");
1765
1766
  const listDeploymentHistoryResponseAllOf_1 = require("./listDeploymentHistoryResponseAllOf");
1766
1767
  const listDevicesResponse_1 = require("./listDevicesResponse");
@@ -1772,14 +1773,12 @@ const listEnterpriseTrialsResponse_1 = require("./listEnterpriseTrialsResponse")
1772
1773
  const listEnterpriseTrialsResponseAllOf_1 = require("./listEnterpriseTrialsResponseAllOf");
1773
1774
  const listHmacKeysResponse_1 = require("./listHmacKeysResponse");
1774
1775
  const listHmacKeysResponseAllOf_1 = require("./listHmacKeysResponseAllOf");
1775
- const listHmacKeysResponseAllOfHmacKeys_1 = require("./listHmacKeysResponseAllOfHmacKeys");
1776
1776
  const listJobsResponse_1 = require("./listJobsResponse");
1777
1777
  const listJobsResponseAllOf_1 = require("./listJobsResponseAllOf");
1778
1778
  const listModelsResponse_1 = require("./listModelsResponse");
1779
1779
  const listModelsResponseAllOf_1 = require("./listModelsResponseAllOf");
1780
1780
  const listOrganizationApiKeysResponse_1 = require("./listOrganizationApiKeysResponse");
1781
1781
  const listOrganizationApiKeysResponseAllOf_1 = require("./listOrganizationApiKeysResponseAllOf");
1782
- const listOrganizationApiKeysResponseAllOfApiKeys_1 = require("./listOrganizationApiKeysResponseAllOfApiKeys");
1783
1782
  const listOrganizationBucketsResponse_1 = require("./listOrganizationBucketsResponse");
1784
1783
  const listOrganizationBucketsResponseAllOf_1 = require("./listOrganizationBucketsResponseAllOf");
1785
1784
  const listOrganizationBucketsUserResponse_1 = require("./listOrganizationBucketsUserResponse");
@@ -1898,6 +1897,7 @@ const organizationAddDataFolderResponseAllOf_1 = require("./organizationAddDataF
1898
1897
  const organizationAddDataItemRequest_1 = require("./organizationAddDataItemRequest");
1899
1898
  const organizationAddDatasetRequest_1 = require("./organizationAddDatasetRequest");
1900
1899
  const organizationAddDatasetRequestBucket_1 = require("./organizationAddDatasetRequestBucket");
1900
+ const organizationApiKey_1 = require("./organizationApiKey");
1901
1901
  const organizationBucket_1 = require("./organizationBucket");
1902
1902
  const organizationBulkMetadataRequest_1 = require("./organizationBulkMetadataRequest");
1903
1903
  const organizationComputeTimeUsage_1 = require("./organizationComputeTimeUsage");
@@ -1990,6 +1990,8 @@ const profileModelTableMpu_1 = require("./profileModelTableMpu");
1990
1990
  const profileTfLiteRequest_1 = require("./profileTfLiteRequest");
1991
1991
  const profileTfLiteResponse_1 = require("./profileTfLiteResponse");
1992
1992
  const project_1 = require("./project");
1993
+ const projectApiKey_1 = require("./projectApiKey");
1994
+ const projectApiKeyLastUsed_1 = require("./projectApiKeyLastUsed");
1993
1995
  const projectCollaborator_1 = require("./projectCollaborator");
1994
1996
  const projectCollaboratorAllOf_1 = require("./projectCollaboratorAllOf");
1995
1997
  const projectDataAxesSummaryResponse_1 = require("./projectDataAxesSummaryResponse");
@@ -2004,6 +2006,7 @@ const projectDeploymentTargetsResponseAllOf_1 = require("./projectDeploymentTarg
2004
2006
  const projectDismissNotificationRequest_1 = require("./projectDismissNotificationRequest");
2005
2007
  const projectDownloadsResponse_1 = require("./projectDownloadsResponse");
2006
2008
  const projectDownloadsResponseAllOf_1 = require("./projectDownloadsResponseAllOf");
2009
+ const projectHmacKey_1 = require("./projectHmacKey");
2007
2010
  const projectInfoResponse_1 = require("./projectInfoResponse");
2008
2011
  const projectInfoResponseAllOf_1 = require("./projectInfoResponseAllOf");
2009
2012
  const projectInfoResponseAllOfAcquisitionSettings_1 = require("./projectInfoResponseAllOfAcquisitionSettings");
@@ -2357,8 +2360,6 @@ const enumsMap = {
2357
2360
  "KerasResponseModeEnum": "KerasResponseModeEnum",
2358
2361
  "KerasVisualLayerType": "KerasVisualLayerType",
2359
2362
  "LearnBlockType": "LearnBlockType",
2360
- "ListApiKeysResponseAllOfApiKeysRoleEnum": "ListApiKeysResponseAllOfApiKeysRoleEnum",
2361
- "ListOrganizationApiKeysResponseAllOfApiKeysRoleEnum": "ListOrganizationApiKeysResponseAllOfApiKeysRoleEnum",
2362
2363
  "LogStdoutResponseAllOfStdoutLogLevelEnum": "LogStdoutResponseAllOfStdoutLogLevelEnum",
2363
2364
  "MigrationStateEnum": "MigrationStateEnum",
2364
2365
  "ModelEngineShortEnum": "ModelEngineShortEnum",
@@ -2378,6 +2379,7 @@ const enumsMap = {
2378
2379
  "OptimizeStateResponseAllOfProjectDataTypeEnum": "OptimizeStateResponseAllOfProjectDataTypeEnum",
2379
2380
  "OptimizeStateResponseAllOfStatusStatusEnum": "OptimizeStateResponseAllOfStatusStatusEnum",
2380
2381
  "OptimizeStateResponseAllOfWorkersStatusEnum": "OptimizeStateResponseAllOfWorkersStatusEnum",
2382
+ "OrganizationApiKeyRoleEnum": "OrganizationApiKeyRoleEnum",
2381
2383
  "OrganizationCreateProjectUploadTypeEnum": "OrganizationCreateProjectUploadTypeEnum",
2382
2384
  "OrganizationCreateProjectCategoryEnum": "OrganizationCreateProjectCategoryEnum",
2383
2385
  "OrganizationCreateProjectOutputDatasetPathRule": "OrganizationCreateProjectOutputDatasetPathRule",
@@ -2408,6 +2410,7 @@ const enumsMap = {
2408
2410
  "PreviewDefaultFilesInFolderResponseAllOfTruncationReasonEnum": "PreviewDefaultFilesInFolderResponseAllOfTruncationReasonEnum",
2409
2411
  "ProfileModelTableVariantEnum": "ProfileModelTableVariantEnum",
2410
2412
  "ProjectCategoryEnum": "ProjectCategoryEnum",
2413
+ "ProjectApiKeyRoleEnum": "ProjectApiKeyRoleEnum",
2411
2414
  "ProjectDeploymentTargetUiSectionEnum": "ProjectDeploymentTargetUiSectionEnum",
2412
2415
  "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum": "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum",
2413
2416
  "ProjectInfoResponseAllOfDeploySettingsSensorEnum": "ProjectInfoResponseAllOfDeploySettingsSensorEnum",
@@ -2418,6 +2421,7 @@ const enumsMap = {
2418
2421
  "PublicProjectLicense": "PublicProjectLicense",
2419
2422
  "PublicProjectTierAvailability": "PublicProjectTierAvailability",
2420
2423
  "RawDataCategory": "RawDataCategory",
2424
+ "RawDataFilterCategory": "RawDataFilterCategory",
2421
2425
  "SampleBoundingBoxesTypeEnum": "SampleBoundingBoxesTypeEnum",
2422
2426
  "SampleChartTypeEnum": "SampleChartTypeEnum",
2423
2427
  "SampleKeyValueLabelsTypeEnum": "SampleKeyValueLabelsTypeEnum",
@@ -3053,7 +3057,6 @@ const typeMap = {
3053
3057
  "ListAIActionsResponseAllOf": listAIActionsResponseAllOf_1.ListAIActionsResponseAllOf,
3054
3058
  "ListApiKeysResponse": listApiKeysResponse_1.ListApiKeysResponse,
3055
3059
  "ListApiKeysResponseAllOf": listApiKeysResponseAllOf_1.ListApiKeysResponseAllOf,
3056
- "ListApiKeysResponseAllOfApiKeys": listApiKeysResponseAllOfApiKeys_1.ListApiKeysResponseAllOfApiKeys,
3057
3060
  "ListDeploymentHistoryResponse": listDeploymentHistoryResponse_1.ListDeploymentHistoryResponse,
3058
3061
  "ListDeploymentHistoryResponseAllOf": listDeploymentHistoryResponseAllOf_1.ListDeploymentHistoryResponseAllOf,
3059
3062
  "ListDevicesResponse": listDevicesResponse_1.ListDevicesResponse,
@@ -3065,14 +3068,12 @@ const typeMap = {
3065
3068
  "ListEnterpriseTrialsResponseAllOf": listEnterpriseTrialsResponseAllOf_1.ListEnterpriseTrialsResponseAllOf,
3066
3069
  "ListHmacKeysResponse": listHmacKeysResponse_1.ListHmacKeysResponse,
3067
3070
  "ListHmacKeysResponseAllOf": listHmacKeysResponseAllOf_1.ListHmacKeysResponseAllOf,
3068
- "ListHmacKeysResponseAllOfHmacKeys": listHmacKeysResponseAllOfHmacKeys_1.ListHmacKeysResponseAllOfHmacKeys,
3069
3071
  "ListJobsResponse": listJobsResponse_1.ListJobsResponse,
3070
3072
  "ListJobsResponseAllOf": listJobsResponseAllOf_1.ListJobsResponseAllOf,
3071
3073
  "ListModelsResponse": listModelsResponse_1.ListModelsResponse,
3072
3074
  "ListModelsResponseAllOf": listModelsResponseAllOf_1.ListModelsResponseAllOf,
3073
3075
  "ListOrganizationApiKeysResponse": listOrganizationApiKeysResponse_1.ListOrganizationApiKeysResponse,
3074
3076
  "ListOrganizationApiKeysResponseAllOf": listOrganizationApiKeysResponseAllOf_1.ListOrganizationApiKeysResponseAllOf,
3075
- "ListOrganizationApiKeysResponseAllOfApiKeys": listOrganizationApiKeysResponseAllOfApiKeys_1.ListOrganizationApiKeysResponseAllOfApiKeys,
3076
3077
  "ListOrganizationBucketsResponse": listOrganizationBucketsResponse_1.ListOrganizationBucketsResponse,
3077
3078
  "ListOrganizationBucketsResponseAllOf": listOrganizationBucketsResponseAllOf_1.ListOrganizationBucketsResponseAllOf,
3078
3079
  "ListOrganizationBucketsUserResponse": listOrganizationBucketsUserResponse_1.ListOrganizationBucketsUserResponse,
@@ -3191,6 +3192,7 @@ const typeMap = {
3191
3192
  "OrganizationAddDataItemRequest": organizationAddDataItemRequest_1.OrganizationAddDataItemRequest,
3192
3193
  "OrganizationAddDatasetRequest": organizationAddDatasetRequest_1.OrganizationAddDatasetRequest,
3193
3194
  "OrganizationAddDatasetRequestBucket": organizationAddDatasetRequestBucket_1.OrganizationAddDatasetRequestBucket,
3195
+ "OrganizationApiKey": organizationApiKey_1.OrganizationApiKey,
3194
3196
  "OrganizationBucket": organizationBucket_1.OrganizationBucket,
3195
3197
  "OrganizationBulkMetadataRequest": organizationBulkMetadataRequest_1.OrganizationBulkMetadataRequest,
3196
3198
  "OrganizationComputeTimeUsage": organizationComputeTimeUsage_1.OrganizationComputeTimeUsage,
@@ -3283,6 +3285,8 @@ const typeMap = {
3283
3285
  "ProfileTfLiteRequest": profileTfLiteRequest_1.ProfileTfLiteRequest,
3284
3286
  "ProfileTfLiteResponse": profileTfLiteResponse_1.ProfileTfLiteResponse,
3285
3287
  "Project": project_1.Project,
3288
+ "ProjectApiKey": projectApiKey_1.ProjectApiKey,
3289
+ "ProjectApiKeyLastUsed": projectApiKeyLastUsed_1.ProjectApiKeyLastUsed,
3286
3290
  "ProjectCollaborator": projectCollaborator_1.ProjectCollaborator,
3287
3291
  "ProjectCollaboratorAllOf": projectCollaboratorAllOf_1.ProjectCollaboratorAllOf,
3288
3292
  "ProjectDataAxesSummaryResponse": projectDataAxesSummaryResponse_1.ProjectDataAxesSummaryResponse,
@@ -3297,6 +3301,7 @@ const typeMap = {
3297
3301
  "ProjectDismissNotificationRequest": projectDismissNotificationRequest_1.ProjectDismissNotificationRequest,
3298
3302
  "ProjectDownloadsResponse": projectDownloadsResponse_1.ProjectDownloadsResponse,
3299
3303
  "ProjectDownloadsResponseAllOf": projectDownloadsResponseAllOf_1.ProjectDownloadsResponseAllOf,
3304
+ "ProjectHmacKey": projectHmacKey_1.ProjectHmacKey,
3300
3305
  "ProjectInfoResponse": projectInfoResponse_1.ProjectInfoResponse,
3301
3306
  "ProjectInfoResponseAllOf": projectInfoResponseAllOf_1.ProjectInfoResponseAllOf,
3302
3307
  "ProjectInfoResponseAllOfAcquisitionSettings": projectInfoResponseAllOfAcquisitionSettings_1.ProjectInfoResponseAllOfAcquisitionSettings,