@ductape/sdk 0.1.154 → 0.1.155
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.
- package/dist/api/services/productsApi.service.d.ts +31 -0
- package/dist/api/services/productsApi.service.js +14 -0
- package/dist/api/services/productsApi.service.js.map +1 -1
- package/dist/api/urls.d.ts +1 -0
- package/dist/api/urls.js +5 -4
- package/dist/api/urls.js.map +1 -1
- package/dist/index.d.ts +40 -1
- package/dist/index.js +152 -1
- package/dist/index.js.map +1 -1
- package/dist/processor/services/processor.service.d.ts +2 -2
- package/dist/products/bootstrap-cache.d.ts +8 -0
- package/dist/products/bootstrap-cache.js +27 -0
- package/dist/products/bootstrap-cache.js.map +1 -1
- package/dist/products/services/products.service.js +37 -7
- package/dist/products/services/products.service.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/index.types.d.ts +9 -0
- package/dist/types/index.types.js.map +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,15 @@ export interface IDuctapeInit {
|
|
|
12
12
|
ip_address?: string;
|
|
13
13
|
/** Client locale tag to attach to emitted log rows (e.g. en-US) */
|
|
14
14
|
language?: string;
|
|
15
|
+
/** Runtime snapshot polling. Enabled when product and env are provided. */
|
|
16
|
+
runtime_sync?: boolean | {
|
|
17
|
+
/** Base poll interval in milliseconds. Default 30000; minimum 5000. */
|
|
18
|
+
interval_ms?: number;
|
|
19
|
+
/** Random poll spread as a fraction of interval. Default 0.2. */
|
|
20
|
+
jitter?: number;
|
|
21
|
+
/** Maximum retry backoff in milliseconds. Default 300000. */
|
|
22
|
+
max_backoff_ms?: number;
|
|
23
|
+
};
|
|
15
24
|
}
|
|
16
25
|
/** @internal API host routing — not the product environment slug */
|
|
17
26
|
export declare enum EnvType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;AAgCA,8DAMC;AAZD,oEAAoE;AACpE,IAAY,OAGX;AAHD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,wBAAa,CAAA;AACf,CAAC,EAHW,OAAO,uBAAP,OAAO,QAGlB;AAED,SAAgB,yBAAyB;IACvC,MAAM,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACpC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,WAAW,EAAE,MAAK,MAAM,EAAE,CAAC;QAC7C,OAAO,OAAO,CAAC,IAAI,CAAC;IACtB,CAAC;IACD,OAAO,OAAO,CAAC,UAAU,CAAC;AAC5B,CAAC"}
|