@paysponge/sdk 0.1.65 → 0.1.67

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 (35) hide show
  1. package/dist/api/generated/openapi/apis/default-api.d.ts +183 -100
  2. package/dist/api/generated/openapi/apis/default-api.d.ts.map +1 -1
  3. package/dist/api/generated/openapi/apis/default-api.js +183 -107
  4. package/dist/api/generated/openapi/apis/default-api.js.map +1 -1
  5. package/dist/api/generated/openapi/models/index.d.ts +3 -3
  6. package/dist/api/generated/openapi/models/index.d.ts.map +1 -1
  7. package/dist/api/generated/openapi/models/index.js +3 -3
  8. package/dist/api/generated/openapi/models/index.js.map +1 -1
  9. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.d.ts +75 -0
  10. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.d.ts.map +1 -0
  11. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.js +56 -0
  12. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.js.map +1 -0
  13. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.d.ts +82 -0
  14. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.d.ts.map +1 -0
  15. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.js +61 -0
  16. package/dist/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.js.map +1 -0
  17. package/dist/api/generated/openapi/models/post-api-link-cli-auth-login-request.d.ts +33 -0
  18. package/dist/api/generated/openapi/models/post-api-link-cli-auth-login-request.d.ts.map +1 -0
  19. package/dist/api/generated/openapi/models/post-api-link-cli-auth-login-request.js +42 -0
  20. package/dist/api/generated/openapi/models/post-api-link-cli-auth-login-request.js.map +1 -0
  21. package/dist/version.d.ts +1 -1
  22. package/dist/version.js +1 -1
  23. package/package.json +1 -1
  24. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.d.ts +0 -39
  25. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.d.ts.map +0 -1
  26. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.js +0 -48
  27. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.js.map +0 -1
  28. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request.d.ts +0 -46
  29. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request.d.ts.map +0 -1
  30. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request.js +0 -51
  31. package/dist/api/generated/openapi/models/post-api-extension-push-subscribe-request.js.map +0 -1
  32. package/dist/api/generated/openapi/models/post-api-extension-push-unsubscribe-request.d.ts +0 -33
  33. package/dist/api/generated/openapi/models/post-api-extension-push-unsubscribe-request.d.ts.map +0 -1
  34. package/dist/api/generated/openapi/models/post-api-extension-push-unsubscribe-request.js +0 -42
  35. package/dist/api/generated/openapi/models/post-api-extension-push-unsubscribe-request.js.map +0 -1
@@ -15,6 +15,8 @@ export * from './post-api-agents-by-id-instructions-by-instruction-id-credential
15
15
  export * from './post-api-agents-by-id-instructions-by-instruction-id-credentials-request-shipping-address.js';
16
16
  export * from './post-api-agents-by-id-instructions-by-instruction-id-verify-passkey-request.js';
17
17
  export * from './post-api-agents-by-id-instructions-request.js';
18
+ export * from './post-api-agents-by-id-link-payment-methods-request.js';
19
+ export * from './post-api-agents-by-id-link-payment-methods-request-billing.js';
18
20
  export * from './post-api-agents-by-id-payment-methods-request.js';
19
21
  export * from './post-api-agents-by-id-payment-methods-request-billing-address.js';
20
22
  export * from './post-api-agents-by-id-payment-methods-request-shipping-address.js';
@@ -52,15 +54,13 @@ export * from './post-api-credit-cards-request.js';
52
54
  export * from './post-api-credit-cards-request-billing-address.js';
53
55
  export * from './post-api-credit-cards-request-shipping-address.js';
54
56
  export * from './post-api-email-check-availability-request.js';
55
- export * from './post-api-extension-push-subscribe-request.js';
56
- export * from './post-api-extension-push-subscribe-request-keys.js';
57
- export * from './post-api-extension-push-unsubscribe-request.js';
58
57
  export * from './post-api-faucet-request-request.js';
59
58
  export * from './post-api-flows-request.js';
60
59
  export * from './post-api-hyperliquid-request.js';
61
60
  export * from './post-api-invites-redeem-request.js';
62
61
  export * from './post-api-invites-register-direct-request.js';
63
62
  export * from './post-api-invites-validate-request.js';
63
+ export * from './post-api-link-cli-auth-login-request.js';
64
64
  export * from './post-api-master-keys-request.js';
65
65
  export * from './post-api-mpp-fetch-request.js';
66
66
  export * from './post-api-mpp-session-close-request.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/index.ts"],"names":[],"mappings":"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"}
@@ -17,6 +17,8 @@ export * from './post-api-agents-by-id-instructions-by-instruction-id-credential
17
17
  export * from './post-api-agents-by-id-instructions-by-instruction-id-credentials-request-shipping-address.js';
18
18
  export * from './post-api-agents-by-id-instructions-by-instruction-id-verify-passkey-request.js';
19
19
  export * from './post-api-agents-by-id-instructions-request.js';
20
+ export * from './post-api-agents-by-id-link-payment-methods-request.js';
21
+ export * from './post-api-agents-by-id-link-payment-methods-request-billing.js';
20
22
  export * from './post-api-agents-by-id-payment-methods-request.js';
21
23
  export * from './post-api-agents-by-id-payment-methods-request-billing-address.js';
22
24
  export * from './post-api-agents-by-id-payment-methods-request-shipping-address.js';
@@ -54,15 +56,13 @@ export * from './post-api-credit-cards-request.js';
54
56
  export * from './post-api-credit-cards-request-billing-address.js';
55
57
  export * from './post-api-credit-cards-request-shipping-address.js';
56
58
  export * from './post-api-email-check-availability-request.js';
57
- export * from './post-api-extension-push-subscribe-request.js';
58
- export * from './post-api-extension-push-subscribe-request-keys.js';
59
- export * from './post-api-extension-push-unsubscribe-request.js';
60
59
  export * from './post-api-faucet-request-request.js';
61
60
  export * from './post-api-flows-request.js';
62
61
  export * from './post-api-hyperliquid-request.js';
63
62
  export * from './post-api-invites-redeem-request.js';
64
63
  export * from './post-api-invites-register-direct-request.js';
65
64
  export * from './post-api-invites-validate-request.js';
65
+ export * from './post-api-link-cli-auth-login-request.js';
66
66
  export * from './post-api-master-keys-request.js';
67
67
  export * from './post-api-mpp-fetch-request.js';
68
68
  export * from './post-api-mpp-session-close-request.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * Sponge Wallet API
3
+ * REST API for the Sponge Wallet agent platform
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface PostApiAgentsByIdLinkPaymentMethodsRequestBilling
16
+ */
17
+ export interface PostApiAgentsByIdLinkPaymentMethodsRequestBilling {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
22
+ */
23
+ name?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
28
+ */
29
+ line1?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
34
+ */
35
+ line2?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
40
+ */
41
+ city?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
46
+ */
47
+ state?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
52
+ */
53
+ postalCode?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
58
+ */
59
+ country?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequestBilling
64
+ */
65
+ phone?: string;
66
+ }
67
+ /**
68
+ * Check if a given object implements the PostApiAgentsByIdLinkPaymentMethodsRequestBilling interface.
69
+ */
70
+ export declare function instanceOfPostApiAgentsByIdLinkPaymentMethodsRequestBilling(value: object): value is PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
71
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSON(json: any): PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
72
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
73
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSON(json: any): PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
74
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSONTyped(value?: PostApiAgentsByIdLinkPaymentMethodsRequestBilling | null, ignoreDiscriminator?: boolean): any;
75
+ //# sourceMappingURL=post-api-agents-by-id-link-payment-methods-request-billing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-agents-by-id-link-payment-methods-request-billing.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,2DAA2D,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iDAAiD,CAErJ;AAED,wBAAgB,yDAAyD,CAAC,IAAI,EAAE,GAAG,GAAG,iDAAiD,CAEtI;AAED,wBAAgB,8DAA8D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iDAAiD,CAezK;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,GAAG,iDAAiD,CAEpI;AAED,wBAAgB,4DAA4D,CAAC,KAAK,CAAC,EAAE,iDAAiD,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBxL"}
@@ -0,0 +1,56 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sponge Wallet API
5
+ * REST API for the Sponge Wallet agent platform
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the PostApiAgentsByIdLinkPaymentMethodsRequestBilling interface.
16
+ */
17
+ export function instanceOfPostApiAgentsByIdLinkPaymentMethodsRequestBilling(value) {
18
+ return true;
19
+ }
20
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSON(json) {
21
+ return PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSONTyped(json, false);
22
+ }
23
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'name': json['name'] == null ? undefined : json['name'],
29
+ 'line1': json['line1'] == null ? undefined : json['line1'],
30
+ 'line2': json['line2'] == null ? undefined : json['line2'],
31
+ 'city': json['city'] == null ? undefined : json['city'],
32
+ 'state': json['state'] == null ? undefined : json['state'],
33
+ 'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
34
+ 'country': json['country'] == null ? undefined : json['country'],
35
+ 'phone': json['phone'] == null ? undefined : json['phone'],
36
+ };
37
+ }
38
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSON(json) {
39
+ return PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSONTyped(json, false);
40
+ }
41
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'name': value['name'],
47
+ 'line1': value['line1'],
48
+ 'line2': value['line2'],
49
+ 'city': value['city'],
50
+ 'state': value['state'],
51
+ 'postalCode': value['postalCode'],
52
+ 'country': value['country'],
53
+ 'phone': value['phone'],
54
+ };
55
+ }
56
+ //# sourceMappingURL=post-api-agents-by-id-link-payment-methods-request-billing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-agents-by-id-link-payment-methods-request-billing.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request-billing.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA2DH;;GAEG;AACH,MAAM,UAAU,2DAA2D,CAAC,KAAa;IACrF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,yDAAyD,CAAC,IAAS;IAC/E,OAAO,8DAA8D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvF,CAAC;AAED,MAAM,UAAU,8DAA8D,CAAC,IAAS,EAAE,mBAA4B;IAClH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,uDAAuD,CAAC,IAAS;IAC7E,OAAO,4DAA4D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrF,CAAC;AAED,MAAM,UAAU,4DAA4D,CAAC,KAAgE,EAAE,sBAA+B,KAAK;IAC/K,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
@@ -0,0 +1,82 @@
1
+ /**
2
+ * Sponge Wallet API
3
+ * REST API for the Sponge Wallet agent platform
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 type { PostApiAgentsByIdLinkPaymentMethodsRequestBilling } from './post-api-agents-by-id-link-payment-methods-request-billing.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PostApiAgentsByIdLinkPaymentMethodsRequest
17
+ */
18
+ export interface PostApiAgentsByIdLinkPaymentMethodsRequest {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
23
+ */
24
+ linkPaymentMethodId: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
29
+ */
30
+ displayName?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
35
+ */
36
+ cardBrand?: string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
41
+ */
42
+ cardLast4?: string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
47
+ */
48
+ email?: string;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
53
+ */
54
+ phone?: string;
55
+ /**
56
+ *
57
+ * @type {PostApiAgentsByIdLinkPaymentMethodsRequestBilling}
58
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
59
+ */
60
+ billing?: PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
61
+ /**
62
+ *
63
+ * @type {PostApiAgentsByIdLinkPaymentMethodsRequestBilling}
64
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
65
+ */
66
+ shipping?: PostApiAgentsByIdLinkPaymentMethodsRequestBilling;
67
+ /**
68
+ *
69
+ * @type {boolean}
70
+ * @memberof PostApiAgentsByIdLinkPaymentMethodsRequest
71
+ */
72
+ setAsDefault?: boolean;
73
+ }
74
+ /**
75
+ * Check if a given object implements the PostApiAgentsByIdLinkPaymentMethodsRequest interface.
76
+ */
77
+ export declare function instanceOfPostApiAgentsByIdLinkPaymentMethodsRequest(value: object): value is PostApiAgentsByIdLinkPaymentMethodsRequest;
78
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestFromJSON(json: any): PostApiAgentsByIdLinkPaymentMethodsRequest;
79
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostApiAgentsByIdLinkPaymentMethodsRequest;
80
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestToJSON(json: any): PostApiAgentsByIdLinkPaymentMethodsRequest;
81
+ export declare function PostApiAgentsByIdLinkPaymentMethodsRequestToJSONTyped(value?: PostApiAgentsByIdLinkPaymentMethodsRequest | null, ignoreDiscriminator?: boolean): any;
82
+ //# sourceMappingURL=post-api-agents-by-id-link-payment-methods-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-agents-by-id-link-payment-methods-request.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iDAAiD,EAAE,MAAM,iEAAiE,CAAC;AAQzI;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,iDAAiD,CAAC;IAC5D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iDAAiD,CAAC;IAC7D;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAGvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAgB3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiB1K"}
@@ -0,0 +1,61 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sponge Wallet API
5
+ * REST API for the Sponge Wallet agent platform
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSON, PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSON, } from './post-api-agents-by-id-link-payment-methods-request-billing.js';
15
+ /**
16
+ * Check if a given object implements the PostApiAgentsByIdLinkPaymentMethodsRequest interface.
17
+ */
18
+ export function instanceOfPostApiAgentsByIdLinkPaymentMethodsRequest(value) {
19
+ if (!('linkPaymentMethodId' in value) || value['linkPaymentMethodId'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestFromJSON(json) {
24
+ return PostApiAgentsByIdLinkPaymentMethodsRequestFromJSONTyped(json, false);
25
+ }
26
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'linkPaymentMethodId': json['linkPaymentMethodId'],
32
+ 'displayName': json['displayName'] == null ? undefined : json['displayName'],
33
+ 'cardBrand': json['cardBrand'] == null ? undefined : json['cardBrand'],
34
+ 'cardLast4': json['cardLast4'] == null ? undefined : json['cardLast4'],
35
+ 'email': json['email'] == null ? undefined : json['email'],
36
+ 'phone': json['phone'] == null ? undefined : json['phone'],
37
+ 'billing': json['billing'] == null ? undefined : PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSON(json['billing']),
38
+ 'shipping': json['shipping'] == null ? undefined : PostApiAgentsByIdLinkPaymentMethodsRequestBillingFromJSON(json['shipping']),
39
+ 'setAsDefault': json['setAsDefault'] == null ? undefined : json['setAsDefault'],
40
+ };
41
+ }
42
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestToJSON(json) {
43
+ return PostApiAgentsByIdLinkPaymentMethodsRequestToJSONTyped(json, false);
44
+ }
45
+ export function PostApiAgentsByIdLinkPaymentMethodsRequestToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'linkPaymentMethodId': value['linkPaymentMethodId'],
51
+ 'displayName': value['displayName'],
52
+ 'cardBrand': value['cardBrand'],
53
+ 'cardLast4': value['cardLast4'],
54
+ 'email': value['email'],
55
+ 'phone': value['phone'],
56
+ 'billing': PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSON(value['billing']),
57
+ 'shipping': PostApiAgentsByIdLinkPaymentMethodsRequestBillingToJSON(value['shipping']),
58
+ 'setAsDefault': value['setAsDefault'],
59
+ };
60
+ }
61
+ //# sourceMappingURL=post-api-agents-by-id-link-payment-methods-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-agents-by-id-link-payment-methods-request.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-agents-by-id-link-payment-methods-request.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,yDAAyD,EAEzD,uDAAuD,GAE1D,MAAM,iEAAiE,CAAC;AAgEzE;;GAEG;AACH,MAAM,UAAU,oDAAoD,CAAC,KAAa;IAC9E,IAAI,CAAC,CAAC,qBAAqB,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,qBAAqB,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClG,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,MAAM,UAAU,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAClD,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3H,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC9H,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;KAClF,CAAC;AACN,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,MAAM,UAAU,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC;QACnD,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,uDAAuD,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACpF,UAAU,EAAE,uDAAuD,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACtF,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Sponge Wallet API
3
+ * REST API for the Sponge Wallet agent platform
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface PostApiLinkCliAuthLoginRequest
16
+ */
17
+ export interface PostApiLinkCliAuthLoginRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PostApiLinkCliAuthLoginRequest
22
+ */
23
+ clientName?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the PostApiLinkCliAuthLoginRequest interface.
27
+ */
28
+ export declare function instanceOfPostApiLinkCliAuthLoginRequest(value: object): value is PostApiLinkCliAuthLoginRequest;
29
+ export declare function PostApiLinkCliAuthLoginRequestFromJSON(json: any): PostApiLinkCliAuthLoginRequest;
30
+ export declare function PostApiLinkCliAuthLoginRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostApiLinkCliAuthLoginRequest;
31
+ export declare function PostApiLinkCliAuthLoginRequestToJSON(json: any): PostApiLinkCliAuthLoginRequest;
32
+ export declare function PostApiLinkCliAuthLoginRequestToJSONTyped(value?: PostApiLinkCliAuthLoginRequest | null, ignoreDiscriminator?: boolean): any;
33
+ //# sourceMappingURL=post-api-link-cli-auth-login-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-link-cli-auth-login-request.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-link-cli-auth-login-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sponge Wallet API
5
+ * REST API for the Sponge Wallet agent platform
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the PostApiLinkCliAuthLoginRequest interface.
16
+ */
17
+ export function instanceOfPostApiLinkCliAuthLoginRequest(value) {
18
+ return true;
19
+ }
20
+ export function PostApiLinkCliAuthLoginRequestFromJSON(json) {
21
+ return PostApiLinkCliAuthLoginRequestFromJSONTyped(json, false);
22
+ }
23
+ export function PostApiLinkCliAuthLoginRequestFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'clientName': json['clientName'] == null ? undefined : json['clientName'],
29
+ };
30
+ }
31
+ export function PostApiLinkCliAuthLoginRequestToJSON(json) {
32
+ return PostApiLinkCliAuthLoginRequestToJSONTyped(json, false);
33
+ }
34
+ export function PostApiLinkCliAuthLoginRequestToJSONTyped(value, ignoreDiscriminator = false) {
35
+ if (value == null) {
36
+ return value;
37
+ }
38
+ return {
39
+ 'clientName': value['clientName'],
40
+ };
41
+ }
42
+ //# sourceMappingURL=post-api-link-cli-auth-login-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-api-link-cli-auth-login-request.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-link-cli-auth-login-request.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiBH;;GAEG;AACH,MAAM,UAAU,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC5E,CAAC;AACN,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.1.65";
1
+ export declare const SDK_VERSION = "0.1.67";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = "0.1.65";
1
+ export const SDK_VERSION = "0.1.67";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paysponge/sdk",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "type": "module",
5
5
  "description": "SDK for spinning up wallets for AI agents with Claude Agent SDK integration",
6
6
  "main": "./dist/index.js",
@@ -1,39 +0,0 @@
1
- /**
2
- * Sponge Wallet API
3
- * REST API for the Sponge Wallet agent platform
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
- /**
13
- *
14
- * @export
15
- * @interface PostApiExtensionPushSubscribeRequestKeys
16
- */
17
- export interface PostApiExtensionPushSubscribeRequestKeys {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PostApiExtensionPushSubscribeRequestKeys
22
- */
23
- auth: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof PostApiExtensionPushSubscribeRequestKeys
28
- */
29
- p256dh: string;
30
- }
31
- /**
32
- * Check if a given object implements the PostApiExtensionPushSubscribeRequestKeys interface.
33
- */
34
- export declare function instanceOfPostApiExtensionPushSubscribeRequestKeys(value: object): value is PostApiExtensionPushSubscribeRequestKeys;
35
- export declare function PostApiExtensionPushSubscribeRequestKeysFromJSON(json: any): PostApiExtensionPushSubscribeRequestKeys;
36
- export declare function PostApiExtensionPushSubscribeRequestKeysFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostApiExtensionPushSubscribeRequestKeys;
37
- export declare function PostApiExtensionPushSubscribeRequestKeysToJSON(json: any): PostApiExtensionPushSubscribeRequestKeys;
38
- export declare function PostApiExtensionPushSubscribeRequestKeysToJSONTyped(value?: PostApiExtensionPushSubscribeRequestKeys | null, ignoreDiscriminator?: boolean): any;
39
- //# sourceMappingURL=post-api-extension-push-subscribe-request-keys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"post-api-extension-push-subscribe-request-keys.d.ts","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -1,48 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Sponge Wallet API
5
- * REST API for the Sponge Wallet agent platform
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the PostApiExtensionPushSubscribeRequestKeys interface.
16
- */
17
- export function instanceOfPostApiExtensionPushSubscribeRequestKeys(value) {
18
- if (!('auth' in value) || value['auth'] === undefined)
19
- return false;
20
- if (!('p256dh' in value) || value['p256dh'] === undefined)
21
- return false;
22
- return true;
23
- }
24
- export function PostApiExtensionPushSubscribeRequestKeysFromJSON(json) {
25
- return PostApiExtensionPushSubscribeRequestKeysFromJSONTyped(json, false);
26
- }
27
- export function PostApiExtensionPushSubscribeRequestKeysFromJSONTyped(json, ignoreDiscriminator) {
28
- if (json == null) {
29
- return json;
30
- }
31
- return {
32
- 'auth': json['auth'],
33
- 'p256dh': json['p256dh'],
34
- };
35
- }
36
- export function PostApiExtensionPushSubscribeRequestKeysToJSON(json) {
37
- return PostApiExtensionPushSubscribeRequestKeysToJSONTyped(json, false);
38
- }
39
- export function PostApiExtensionPushSubscribeRequestKeysToJSONTyped(value, ignoreDiscriminator = false) {
40
- if (value == null) {
41
- return value;
42
- }
43
- return {
44
- 'auth': value['auth'],
45
- 'p256dh': value['p256dh'],
46
- };
47
- }
48
- //# sourceMappingURL=post-api-extension-push-subscribe-request-keys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"post-api-extension-push-subscribe-request-keys.js","sourceRoot":"","sources":["../../../../../src/api/generated/openapi/models/post-api-extension-push-subscribe-request-keys.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;GAEG;AACH,MAAM,UAAU,kDAAkD,CAAC,KAAa;IAC5E,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,MAAM,UAAU,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAED,MAAM,UAAU,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,MAAM,UAAU,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
@@ -1,46 +0,0 @@
1
- /**
2
- * Sponge Wallet API
3
- * REST API for the Sponge Wallet agent platform
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 type { PostApiExtensionPushSubscribeRequestKeys } from './post-api-extension-push-subscribe-request-keys.js';
13
- /**
14
- *
15
- * @export
16
- * @interface PostApiExtensionPushSubscribeRequest
17
- */
18
- export interface PostApiExtensionPushSubscribeRequest {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof PostApiExtensionPushSubscribeRequest
23
- */
24
- endpoint: string;
25
- /**
26
- *
27
- * @type {number}
28
- * @memberof PostApiExtensionPushSubscribeRequest
29
- */
30
- expirationTime?: number | null;
31
- /**
32
- *
33
- * @type {PostApiExtensionPushSubscribeRequestKeys}
34
- * @memberof PostApiExtensionPushSubscribeRequest
35
- */
36
- keys: PostApiExtensionPushSubscribeRequestKeys;
37
- }
38
- /**
39
- * Check if a given object implements the PostApiExtensionPushSubscribeRequest interface.
40
- */
41
- export declare function instanceOfPostApiExtensionPushSubscribeRequest(value: object): value is PostApiExtensionPushSubscribeRequest;
42
- export declare function PostApiExtensionPushSubscribeRequestFromJSON(json: any): PostApiExtensionPushSubscribeRequest;
43
- export declare function PostApiExtensionPushSubscribeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostApiExtensionPushSubscribeRequest;
44
- export declare function PostApiExtensionPushSubscribeRequestToJSON(json: any): PostApiExtensionPushSubscribeRequest;
45
- export declare function PostApiExtensionPushSubscribeRequestToJSONTyped(value?: PostApiExtensionPushSubscribeRequest | null, ignoreDiscriminator?: boolean): any;
46
- //# sourceMappingURL=post-api-extension-push-subscribe-request.d.ts.map