@segment/public-api-sdk-typescript 58.5.0-b11473 → 58.5.0-b11488

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.
@@ -1,7 +1,7 @@
1
1
  export declare class CreateDownloadAlphaInput {
2
2
  'collectionId': string;
3
3
  'workspaceId': string;
4
- 'startTime': string;
4
+ 'hour': string;
5
5
  static discriminator: string | undefined;
6
6
  static attributeTypeMap: Array<{
7
7
  name: string;
@@ -20,8 +20,8 @@ var CreateDownloadAlphaInput = (function () {
20
20
  type: 'string',
21
21
  },
22
22
  {
23
- name: 'startTime',
24
- baseName: 'startTime',
23
+ name: 'hour',
24
+ baseName: 'hour',
25
25
  type: 'string',
26
26
  },
27
27
  ];
@@ -1 +1 @@
1
- {"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;IAyCA,CAAC;IAHU,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IA1BM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAIlB;QACD;YACI,IAAI,EAAE,cAAc;YACpB,QAAQ,EAAE,cAAc;YACxB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,aAAa;YACnB,QAAQ,EAAE,aAAa;YACvB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,WAAW;YACjB,QAAQ,EAAE,WAAW;YACrB,IAAI,EAAE,QAAQ;SACjB;KACJ,CAAC;IAKN,+BAAC;CAAA,AAzCD,IAyCC;AAzCY,4DAAwB"}
1
+ {"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;IAyCA,CAAC;IAHU,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IA1BM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAIlB;QACD;YACI,IAAI,EAAE,cAAc;YACpB,QAAQ,EAAE,cAAc;YACxB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,aAAa;YACnB,QAAQ,EAAE,aAAa;YACvB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,MAAM;YAChB,IAAI,EAAE,QAAQ;SACjB;KACJ,CAAC;IAKN,+BAAC;CAAA,AAzCD,IAyCC;AAzCY,4DAAwB"}
@@ -25,9 +25,9 @@ export class CreateDownloadAlphaInput {
25
25
  */
26
26
  'workspaceId': string;
27
27
  /**
28
- * The ISO8601 formatted timestamp corresponding to the beginning of the time range. Currently, there is a month of data retained.
28
+ * The ISO8601 formatted timestamp corresponding to a specific hour and day to retrieve data for. E.g.: 2025-05-07T23:00:00Z Objects are bucketed by hour and a month of data is retained.
29
29
  */
30
- 'startTime': string;
30
+ 'hour': string;
31
31
 
32
32
  static discriminator: string | undefined = undefined;
33
33
 
@@ -47,8 +47,8 @@ export class CreateDownloadAlphaInput {
47
47
  type: 'string',
48
48
  },
49
49
  {
50
- name: 'startTime',
51
- baseName: 'startTime',
50
+ name: 'hour',
51
+ baseName: 'hour',
52
52
  type: 'string',
53
53
  },
54
54
  ];
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "58.5.0-b11473",
21
+ "version": "58.5.0-b11488",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",